@import url(https://fonts.googleapis.com/css?family=Nunito);/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/

/* ===============================================================
Basic Swiper Styles 
================================================================*/

.swiper-container {
  margin:0 auto;
  position:relative;
  overflow:hidden;
  direction:ltr;
  backface-visibility:hidden;
  /* Fix of Webkit flickering */
  z-index:1;
  height: auto!important;
}

.swiper-wrapper {
  position:relative;
  width:100%;
  -webkit-transition-property:-webkit-transform, left, top;
  -webkit-transition-duration:0s;
  -webkit-transform:translate3d(0px,0,0);
  -webkit-transition-timing-function:ease;
  -moz-transition-property:-moz-transform, left, top;
  -moz-transition-duration:0s;
  -moz-transform:translate3d(0px,0,0);
  -moz-transition-timing-function:ease;
  -o-transition-property:-o-transform, left, top;
  -o-transition-duration:0s;
  -o-transform:translate3d(0px,0,0);
  -o-transition-timing-function:ease;
  -o-transform:translate(0px,0px);
  -ms-transition-property:-ms-transform, left, top;
  -ms-transition-duration:0s;
  -ms-transform:translate3d(0px,0,0);
  -ms-transition-timing-function:ease;
  transition-property:transform, left, top;
  transition-duration:0s;
  transform:translate3d(0px,0,0);
  transition-timing-function:ease;
  box-sizing: content-box;
  cursor:url(/images/img/drag.png) 16 9, ew-resize!important;
  margin: 0 auto;
  height: inherit!important;
  float: left;
}

.pagination-hidden .swiper-wrapper{
  transform:translate3d(0px,0,0)!important;
  left: 0!important;
  cursor: auto!important;
}

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

.swiper-slide {
  float: left;
  box-sizing: content-box;
  height: inherit!important;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/

.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/
}

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/
}

.swiper-slide-active {
  /* Specific active slide styling: */
}

.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/

.swiper-container .pagination{
  text-align: center;
  width: 100%;
  margin: 35px 0 0 0;
}

.swiper-container.pagination-hidden .pagination{
  display: none!important;
}

.swiper-pagination-switch {
  /* Stylize pagination button: */
  width: 10px;
  height: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  cursor: pointer;
  border: 2px #e3e3e3 solid;
}

.swiper-active-switch {
  /* Specific active button style: */
  background: #03b4ea;
  border-color: #03b4ea;
}

.swiper-visible-switch {
  /* Specific visible button style: */
}

.swiper-pagination-switch{
  transition:all 300ms ease-out;
  -ms-transition:all 300ms ease-out;
}

#content-block .swiper-arrow-left, #content-block .gallery-arrow-left{
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  z-index: 1;
}

#content-block .swiper-arrow-right, #content-block .gallery-arrow-right{
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 0;
  z-index: 1;
}/*-------------------------------------------------------------------------------------------------------------------------------*/

/*This is main CSS file that contains custom style rules used in this template*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* Template Name: Mango | Responsive Ecommerce HTML5 Template*/

/* Version: 1.1 */

/* Author: 8theme*/

/* Website: http://www.8theme.com
/* Copyright: (C)8theme 2015 */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------*/

/* TABLE OF CONTENTS: */

/*--------------------------------------------------------*/

/* 01 - FONTS USAGE */

/* 02 - RESET STYLES */

/* 03 - GLOBAL SETTINGS */

/* 04 - TEMPLATE TOYS */

/* 04.01 - header */

/* 04.02 - footer */

/* 04.03 - company information and latest review */

/* 04.04 - products slider */

/* 04.05 - sales blocks */

/* 04.06 - sidebar menu */

/* 04.07 - navigation banner */

/* 05 - TEMPLATE FOOD */

/* 05.01 - main color styles */

/* 05.02 - inline products */

/* 05.03 - products in columns */

/* 05.04 - from the blog */

/* 05.05 - mozaic banner */

/* 06 - TEMPLATE EVERYTHING */

/* 06.01 - main color styles */

/* 06.02 - navigation banner (size 1) */

/* 07 - TEMPLATE ELECTRONIC */

/* 07.01 - footer */

/* 07.02 - content styles */

/* 07.03 - header */

/* 07.04 - banners */

/* 07.05 - sidebar text widget */

/* 07.06 - sidebar sales widget */

/* 08 - TEMPLATE MINIMAL */

/* 08.01 - header (class "type-2") */

/* 08.02 - footer */

/* 08.03 - content styles */

/* 08.04 - banner */

/* 08.05 - products */

/* 08.06 - content text widgets */

/* 09 - TEMPLATE PARALLAX */

/* 09.01 - header */

/* 09.02 - footer */

/* 09.03 - content styles */

/* 09.04 - parallax slide */

/* 10 - TEMPLATE LEFTSIDEBAR */

/* 10.01 - header */

/* 10.02 - content */

/* 11 - TEMPLATE WIDE */

/* 11.01 - header */

/* 11.02 - content styles */

/* 11.03 - fullscreen banner */

/* 11.04 - creative square box */

/* 11.05 - blog slider */

/* 12 - TEMPLATE GRID */

/* 12.01 - header */

/* 12.02 - content styles */

/* 13 - TEMPLATE FULLWIDTHHEADER */

/* 13.01 - header */

/* 13.02 - footer */

/* 13.03 - content styles */

/* 13.04 - promo banner */

/* 14 - TEMPLATE PRODUCTS */

/* 14.01 - header */

/* 14.02 - footer */

/* 14.03 - content styles */

/* 15 - PRODUCTS DETAIL BOX */

/* 16 - CONTACT */

/* 17 - LOGIN */

/* 18 - BLOG */

/* 19 - DETAIL POST */

/* 20 - ERROR PAGE */

/* 21 - PORTFOLIO */

/* 22 - PROJECT */

/* 23 - ABOUT */

/* 24 - SHOP */

/* 25 - COMPARE */

/* 26 - WISHLIST */

/* 27 - CART */

/* 28 - CHECKOUT */

/* 29 - TEMPLATE UNDERWEAR */

/* 30 - TEMPLATE LOOKBOOK */

/* 31 - TEMPLATE BAGS */

/* 32 - TEMPLATE FURNITURE */

/* 33 - TEMPLATE JEWELLERY */

/* 00 - MEDIA QUERIES */

/* 00 - CSS ANIMATIONS */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 01 - FONTS USAGE */

/*-------------------------------------------------------------------------------------------------------------------------------*/

body {
  font-family: 'Raleway', sans-serif;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 02 - RESET STYLES */

/*-------------------------------------------------------------------------------------------------------------------------------*/

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

blockquote,
q {
  quotes: none;
}

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

blockquote footer:before,
blockquote footer:after {
  display: none;
}

body * {
  -webkit-text-size-adjust: none;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input,
textarea,
select {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  -webkit-appearance: none;
  border-radius: 0;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

ul {
  list-style: none;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 03 - GLOBAL SETTINGS */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*table*/

.table-view {
  height: 100%;
  width: 100%;
  display: table;
}

.row-view {
  display: table-row;
}

.cell-view {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}

/*content block*/

#content-block {
  position: relative;
  overflow: hidden;
}

/*last child margins*/

#content-block *:last-child {
  margin-bottom: 0;
}

/*nopadding class*/

.nopadding {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/*content center*/

.content-center,
.position-center {
  max-width: 1310px;
  margin: 0 auto;
  background: #fff;
  padding: 0 70px;
  position: relative;
}

.position-center {
  background: none;
}

.wide-center {
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .wide-center {
    padding: 0 15px;
  }
}

/*simple block and its title*/

.information-blocks {
  margin-bottom: 70px;
}

#content-block .sidebar-column .information-blocks {
  margin-bottom: 40px;
}

.block-title {
  font-size: 20px;
  line-height: 24px;
  color: #2e2e2e;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px #ebebeb solid;
  margin-bottom: 25px;
}

.block-title.size-1 {
  font-size: 16px;
}

.block-title.size-2 {
  font-size: 18px;
}

.block-title.size-3 {
  font-size: 24px;
  margin-bottom: -1px;
}

.block-title.size-4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/*buttons*/

.button {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #373737;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 10px;
  display: inline-block;
  margin-bottom: 12px;
  cursor: pointer;
  min-width: 127px;
  border: 2px #dadada solid;
  background: transparent;
  position: relative;
}

.button .fa {
  margin-right: 5px;
}

.button.style-2 {
  background: #6cb2eb;
  border-color: #6cb2eb;
}

.button.style-9 {
  border-color: rgba(255, 255, 255, 0.5);
}

.button.style-1:hover,
.button.style-9:hover {
  background: #fff;
  border: 2px transparent solid;
}

.button.style-2:hover {
  background: #fff;
}

.button.style-3 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #333232;
  text-transform: uppercase;
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  border: 2px #f0f0f0 solid;
  padding: 10px 5px;
  min-width: 0;
}

.button.style-4 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #ca1515;
  display: inline-block;
  text-align: center;
  border: 2px #ca1515 solid;
  padding: 10px 5px;
  min-width: 0;
}

.button.style-3:hover,
.button.style-4:hover {
  background: transparent!important;
  color: #333232!important;
}

.button.style-5 {
  border-color: #fff;
  background: #fff;
}

.button.style-5:hover {
  background: transparent;
  border-color: #bfbfbf;
}

.button.style-6 {
  border-color: #fff;
  background: #fff;
}

.button.style-6:hover {
  color: #fff;
  background: transparent;
  border-color: #bfbfbf;
}

.button.style-7 {
  background: rgba(241, 126, 14, 0.9);
  border-color: rgba(241, 126, 14, 0.9);
  color: #fff;
}

.button.style-7:hover {
  background: transparent;
}

.button.style-8 {
  background: transparent;
  color: #fff;
  border-color: rgba(204, 204, 204, 0.2);
}

.button.style-8:hover {
  border-color: rgba(204, 204, 204, 1);
}

.button.style-10,
.button.style-12,
.button.style-18 {
  font-size: 14px;
  line-height: 18px;
  padding: 11px 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff !important;
  border: 2px #262626 solid;
  background: #262626;
  letter-spacing: 2px;
}

.button.style-2 {
  font-size: 14px;
  line-height: 18px;
  padding: 11px 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000 !important;
  /*border: 2px #262626 solid;*/
  /*background: #262626;*/
  letter-spacing: 2px;
}

.button.style-4 {
  font-size: 14px;
  line-height: 18px;
  padding: 11px 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000 !important;
  border: 2px #38c172 solid;
  background: #38c172;
  letter-spacing: 2px;
}

.button.style-10:hover,
.button.style-12:hover {
  background: #fff;
  color: #262626 !important;
}

.button.style-11 {
  font-size: 13px;
  color: #262626;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  padding: 12px 40px;
  border: 1px #fff solid;
  background: #fff;
}

.button.style-11:hover {
  color: #808080;
}

.button.style-12 {
  border-color: #ca1515;
  background: #ca1515;
}

.button.style-14 {
  border-color: #272727;
  background: #272727;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  line-height: 16px;
  padding: 10px 20px;
  min-width: 0;
}

.button.style-14:hover {
  background: transparent;
  color: #272727;
}

.button.style-15,
.button.style-16,
.button.style-15,
.button.style-17 {
  border: 1px #e0e0e0 solid;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  padding: 9px 18px;
  background: #fff;
  color: #2e2e2e;
  min-width: 0;
}

.button.style-16,
.button.style-15:hover {
  background: #f0f0f0;
  border-color: #f0f0f0;
}

.button.style-16:hover {
  background: #fff;
  border-color: #e0e0e0;
}

.button.style-17 {
  border-color: #ca1515;
  background: #ca1515;
  color: #fff;
}

.button.style-17:hover {
  background: transparent;
  color: #2e2e2e;
}

.button.style-18 {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #333;
}

.button.style-18:hover {
  background: transparent;
}

.button.style-19 {
  background: #ca1515;
  border-color: #ca1515;
  color: #fff;
}

.button.style-19:hover {
  background: transparent;
}

.button-x {
  font-size: 12px;
  line-height: 15px;
  width: 15px;
  text-align: center;
  color: #808080;
}

.button-x .fa {
  display: block;
  line-height: 15px;
}

.button.checkout {
  font-size: 14px;
  line-height: 18px;
  padding: 11px 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  border: 2px #38c172 solid;
  background: #38c172;
  letter-spacing: 2px;
  width: 100%;
}

.button.checkout:hover {
  background: transparent!important;
  color: #333232;
}

.button.disabled_checkout {
  color: #fff !important;
  background-color: #3d4852;
  border: 2px #1c3d5a solid;
}

.button.disabled_checkout:hover {
  background: transparent!important;
  border: 2px #1c3d5a solid;
  color: #000!important;
}

/*overflow*/

.overflow {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
}

/*placeholders*/

::-webkit-input-placeholder {
  color: #c2c2c2;
  opacity: 1;
}

::-moz-placeholder {
  color: #c2c2c2;
  opacity: 1;
}

/* firefox 19+ */

:-ms-input-placeholder {
  color: #c2c2c2;
  opacity: 1;
}

/* ie */

input:-moz-placeholder {
  color: #c2c2c2;
  opacity: 1;
}

/*toggle blocks in responsive navigation*/

@media (min-width: 1200px) {
  .responsive-menu-toggle-class {
    display: none!important;
  }
}

@media (max-width: 1199px) {
  .responsive-menu-hide-class {
    display: none!important;
  }
}

/*list styles*/

.list-type-1 {
  font-size: 13px;
  line-height: 15px;
  color: #2e2e2e;
  font-weight: 500;
}

.list-type-1 a {
  color: #2e2e2e;
}

.list-type-1 a:hover {
  color: #8bab0a;
}

.list-type-1 li {
  padding: 7px 0;
}

.list-type-1 li .fa {
  display: inline-block;
  color: #806fc0;
  margin-right: 7px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

ol {
  list-style: none;
  counter-reset: number;
}

ol li {
  padding-left: 0;
  font-size: 13px;
  line-height: 24px;
  color: #a3a2a2;
  margin-bottom: 12px;
}

ol li:before {
  counter-increment: number;
  content: counter(number);
  color: #fff;
  font-size: 13px;
  margin-right: 9px;
  margin-left: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  line-height: 20px;
  font-weight: 600;
  background: #8bab0a;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

/*loader*/

#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
}

.bubbles {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -30px;
}

.bubbles .title {
  color: #a1a1a1;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 50px;
  font-weight: 500;
}

.bubbles span {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: #03b4ea;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  animation: bubbly .9s infinite alternate;
}

#bubble2 {
  animation-delay: .27s;
}

#bubble3 {
  animation-delay: .54s;
}

@keyframes bubbly {
  0% {
    width: 15px;
    height: 15px;
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    width: 50px;
    height: 50px;
    opacity: 0.1;
    transform: translateY(-32px);
  }
}

/*form elements*/

.checkbox,
.radio {
  margin-top: 0;
}

.checkbox-entry {
  margin-bottom: 15px;
}

.checkbox-entry {
  display: block;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
}

.checkbox-entry b {
  font-weight: 600!important;
  color: #313131!important;
}

.checkbox-entry input+span {
  cursor: pointer;
  display: inline-block;
  border: 1px #d9d9d9 solid;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  color: #333232;
  position: relative;
  top: -1px;
  margin-right: 7px;
  position: relative;
}

.checkbox-entry.radio input+span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px #e3e3e3 solid;
}

.checkbox-entry input {
  display: none;
}

.checkbox-entry input:checked+span {
  background: #ca1515;
}

.checkbox-entry.radio input:checked+span:after {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  content: "";
  box-shadow: inset 0 0 0 3px #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px #e3e3e3 solid;
}

/*boxed layout*/

.boxed-layout {
  max-width: 1270px;
  margin: 0 auto;
  background: #fafafa;
}

.boxed-layout .fullwidth-block {
  width: auto;
  left: auto;
  margin-left: -50px;
  margin-right: -50px;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.boxed-layout .content-center,
.boxed-layout .position-center {
  padding: 0 50px;
}

.boxed-layout #content-block {
  background: #fff;
}

/*Desktops (>=992px)*/

@media (max-width: 1199px) {
  #content-block .content-center,
    .position-center {
    padding: 0 30px;
  }

  .boxed-layout .fullwidth-block {
    margin-left: -30px;
    margin-right: -30px;
  }

  .responsive-menu-toggle-class {
    display: block;
  }
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .information-blocks {
    margin-bottom: 40px;
  }

  /*#content-block .sidebar-column .information-blocks{
        margin-bottom: 20px;
    }
    */
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  #content-block .content-center,
    .position-center {
    padding: 0 15px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 04 - TEMPLATE TOYS */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 04.01 - header */

header {
  -webkit-backface-visibility: hidden;
}

header {
  margin-bottom: 25px;
  position: absolute;
  z-index: 5;
  background: #fff;
  padding: 0 70px;
  top: 0;
  left: 0;
  width: 100%;
}

.navigation {
  font-size: 0;
  position: relative;
  border-bottom: 2px #f7f7f7 solid;
  height: 70px;
}

nav {
  position: relative;
}

nav>ul>li {
  float: left;
  padding-right: 20px;
  padding-left: 20px;
}

nav>ul>li>a {
  font-size: 13px;
  font-weight: 700;
  color: #3d3d3d;
  line-height: 70px;
  text-transform: uppercase;
  display: inline-block;
}

nav>ul>li>a .menu-label {
  position: absolute;
  right: 3px;
  top: 10px;
}

nav>ul>li>.fa {
  color: #b9b9b9;
  font-size: 10px;
  margin-left: 3px;
  vertical-align: middle;
  position: relative;
  top: -5px;
}

.submenu-container {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 20px 10px;
  display: none;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  border: solid 1px #f4f4f4;
}

nav>ul>li:hover {
  z-index: 1;
}

nav>ul>li:hover>a,
nav>ul>li>a.active {
  text-decoration: underline;
}

nav>ul:nth-child(2) {
  float: right;
}

#content-block .submenu a:hover {
  color: #878787;
}

.submenu .list-type-1 .fa {
  font-size: 13px;
  color: #cacaca!important;
  margin: 0 7px 0 0;
}

/*submenu full width*/

.submenu {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  top: 100%;
  border: 1px #f2f2f2 solid;
  display: none;
}

@media (min-width: 1200px) {
  .submenu.left-align {
    left: 0!important;
    margin: 0!important;
  }

  .submenu.right-align {
    left: auto!important;
    right: 0;
    margin: 0!important;
  }
}

.submenu .row {
  position: relative;
}

nav .full-width .submenu {
  padding: 50px 0;
  max-width: 1310px;
}

.full-width-menu-items-right {
  width: 540px;
  margin-right: 50px;
  float: right;
}

.full-width-menu-items-right .submenu-list-title {
  margin-right: 50px;
}

.menu-slider-out {
  overflow: hidden;
}

.menu-slider-in {
  width: 100000px;
  position: relative;
}

.menu-slider-in .product-slide-entry {
  width: 150px;
}

.menu-slider-entry {
  padding-right: 40px;
  float: left;
  text-align: center;
}

.menu-slider-in .product-slide-entry .product-image {
  margin-bottom: 10px;
}

.menu-slider-in .product-slide-entry .title {
  font-size: 14px;
}

.menu-slider-in .price {
  font-size: 14px;
}

.menu-slider-arrows {
  font-size: 0;
  text-align: right;
  margin-bottom: -22px;
}

.menu-slider-arrows a {
  font-size: 13px;
  line-height: 22px;
  display: inline-block;
  width: 22px;
  text-align: center;
}

#content-block .menu-slider-arrows a .fa {
  color: #cacaca;
}

#content-block .menu-slider-arrows a:hover .fa {
  color: #2e2e2e;
}

.full-width-menu-items-left {
  margin-right: 615px;
  margin-left: 45px;
}

.submenu-list-title {
  font-size: 16px;
  line-height: 22px;
  color: #2e2e2e;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}

.submenu-list-title a {
  color: #2e2e2e;
}

#content-block .submenu-list-title a:hover {
  text-decoration: underline;
  color: #2e2e2e;
}

.submenu .list-type-1 {
  margin-bottom: 45px;
}

.submenu .list-type-1 li {
  padding: 5px 0;
}

.menu-label {
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
}

.menu-label:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  position: absolute;
  left: 6px;
  top: 100%;
  content: "";
}

.menu-label.blue {
  background: #03b4ea;
}

.menu-label.blue:before {
  border-color: #03b4ea transparent transparent transparent;
}

.menu-label.red {
  background: #cd0000;
}

.menu-label.red:before {
  border-color: #cd0000 transparent transparent transparent;
}

.menu-label.yellow {
  background: #e9bc21;
}

.menu-label.yellow:before {
  border-color: #e9bc21 transparent transparent transparent;
}

/*submenu drop-down menu bottom line*/

.submenu-links-line {
  position: absolute;
  left: 0;
  top: 100%;
  background: #f2f2f2;
  left: -1px;
  right: -1px;
  padding: 19px 45px;
  font-size: 14px;
  line-height: 24px;
  color: #575757;
  border: 1px #f2f2f2 solid;
}

.submenu-links-line b {
  font-weight: 600;
  color: #000;
}

.submenu-links-line a {
  color: #575757;
}

.submenu-links-line a:hover {
  text-decoration: underline;
}

.submenu-links-line-container {
  display: table;
  width: 100%;
}

.submenu-links-line-container .cell-view:first-child {
  width: 60%;
}

.submenu-links-line .red-message,
.submenu-links-line .red-message b {
  color: #ca1515;
}

/*submenu full width columns inside*/

nav .full-width-columns .submenu {
  max-width: 1310px;
}

.submenu .product-column-entry {
  float: left;
  width: 20%;
  border: none;
  border-right: 1px #f2f2f2 solid;
}

.submenu .product-column-entry:last-child {
  border-color: transparent;
}

.submenu .product-column-entry .submenu-list-title {
  margin-left: 30px;
  margin-right: 30px;
}

/*submenu 2 columns*/

nav .column-2 {
  position: relative;
}

nav .column-2 .submenu {
  width: 600px;
  padding: 50px 0;
  left: 50%;
  margin-left: -300px;
}

nav .column-2 .submenu .full-width-menu-items-left {
  margin-right: 190px;
}

.submenu-background {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}

/*submenu 1 column*/

nav .column-1 {
  position: relative;
}

nav .column-1 .submenu {
  width: 400px;
  padding: 50px 0;
  left: 50%;
  margin-left: -200px;
}

nav .column-1 .full-width-menu-items-left {
  margin-right: 200px;
}

nav ul:first-child li:nth-child(1).column-1 .submenu,
nav ul:first-child li:nth-child(2).column-1 .submenu {
  left: 0;
  margin-left: 0;
}

/*submenu simple list*/

nav .simple-list {
  position: relative;
}

nav .simple-list .submenu {
  width: 270px;
  left: 50%;
  margin-left: -135px;
}

nav .simple-list .submenu a {
  font-size: 13px;
  line-height: 15px;
  color: #2e2e2e;
  padding: 16px 20px;
  border-top: 1px #f2f2f2 solid;
  display: block;
  margin-top: -1px;
}

nav .simple-list .submenu a .fa {
  color: #cacaca;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  top: -2px;
  margin-right: 7px;
  font-size: 13px;
}

/*open desktop header drop-downs*/

@media (min-width: 1200px) {
  /*.submenu{
        display: block!important;
         transform: rotateX(90deg);
         -moz-transform: rotateX(90deg);
         -webkit-transform: rotateX(90deg);
         -ms-transform: rotateX(90deg);
         -moz-transition:all 300ms ease-out;
         -o-transition:all 300ms ease-out;
         -webkit-transition:all 300ms ease-out;
         transition:all 300ms ease-out;
         -ms-transition:all 300ms ease-out;
         transform-origin: 50% 0% 0px;
         -moz-transform-origin: 50% 0% 0px;
         -webkit-transform-origin: 50% 0% 0px;
         -ms-transform-origin: 50% 0% 0px;
         opacity: 0;
    }
     nav>ul>li:hover>.submenu{
        opacity: 1;
         transform: rotateX(0deg);
         -moz-transform: rotateX(0deg);
         -webkit-transform: rotateX(0deg);
         -ms-transform: rotateX(0deg);
    }
    */

  .toggle-list-container {
    display: block!important;
  }

  .submenu .product-column-entry {
    min-height: 400px;
  }
}

/*scrolling page - fixed header*/

.fixed-header-visible {
  display: none;
}

@media (min-width: 1200px) {
  header.fixed-header {
    z-index: 6;
  }

  header.fixed-header .full-width .submenu,
    header.fixed-header .full-width-columns .submenu {
    left: auto;
    right: 0;
  }

  header.fixed-header .nav-overflow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    border-bottom: 2px #f7f7f7 solid;
    -webkit-backface-visibility: hidden;
  }

  header.fixed-header nav {
    max-width: 1310px;
    padding: 0 70px;
    margin: 0 auto;
    text-align: right;
  }

  header.fixed-header nav>ul:nth-child(2) {
    float: none;
  }

  header.fixed-header nav>ul {
    display: inline-block;
    text-align: left;
  }

  header .additional-header-logo {
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  header .additional-header-logo img {
    max-height: 50px;
    width: auto;
    display: block;
  }

  /*buttons*/

  header.fixed-header .fixed-header-visible {
    display: block;
  }

  header.fixed-header nav>ul>li>a {
    font-weight: 600;
  }

  .fixed-header-visible .header-functionality-entry {
    text-transform: none;
    margin-top: 27px;
    float: left;
    border: none;
    text-decoration: none!important;
  }

  .fixed-header-visible .header-functionality-entry:first-child {
    padding-left: 0;
  }

  .fixed-header-square-button {
    float: left;
    margin-top: 20px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none!important;
    margin-left: 20px;
    white-space: nowrap;
  }

  .fixed-header-square-button .fa {
    color: inherit!important;
  }

  .fixed-header-square-button:first-child {
    margin-left: 0;
  }

  .fixed-header-square-button .fa {
    font-size: 13px;
    line-height: 30px;
    color: #a0a0a0;
    display: inline-block;
  }

  .fixed-header-square-button:hover .fa {
    color: #3d3d3d;
  }
}

.header-top {
  border-bottom: 1px #f0f0f0 solid;
  position: relative;
}

.header-top-entry {
  float: left;
  font-size: 13px;
  line-height: 15px;
  color: #747474;
  font-weight: 400;
  position: relative;
  padding: 20px 0;
}

.header-top-entry .title {
  border-left: 1px #d0d0d0 solid;
  padding: 0 20px;
  cursor: pointer;
  white-space: nowrap;
}

.header-top-entry:first-child .title {
  border-color: transparent;
  padding-left: 0;
}

.header-top-entry .title img,
.header-top-entry .list-entry img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.header-top-entry .title a {
  color: #747474;
}

.header-top-entry .title a:hover {
  text-decoration: underline;
}

.header-top-entry .title b {
  font-weight: 600;
}

.header-top-entry .title .fa {
  margin-left: 7px;
  position: relative;
  top: -1px;
}

.header-top-entry .title .fa:first-child {
  margin-left: 0;
  margin-right: 7px;
}

.header-top-entry .list {
  position: absolute;
  min-width: 100%;
  left: 1px;
  top: 40px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  border: solid 1px #f4f4f4;
  padding: 5px 20px;
  z-index: 1;
  text-align: left;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  opacity: 0;
  transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transform-origin: 50% 0% 0px;
  -moz-transform-origin: 50% 0% 0px;
  -webkit-transform-origin: 50% 0% 0px;
  -ms-transform-origin: 50% 0% 0px;
}

.header-top-entry:hover .list {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

.header-top-entry:first-child .list {
  left: -20px;
}

.header-top-entry .list-entry {
  white-space: nowrap;
  display: block;
  color: #747474;
  padding: 10px 0;
  border-top: 1px #f0f0f0 solid;
}

.header-top-entry .list-entry:hover {
  color: #222;
}

.header-top-entry .list-entry:first-child {
  border-top: none;
}

.socials-box {
  font-size: 0;
}

header .socials-box {
  float: right;
  margin-top: 12px;
  margin-right: -3px;
}

.socials-box a {
  font-size: 16px;
  line-height: 30px;
  width: 30px;
  display: inline-block;
  color: #bababa;
  margin: 0 3px;
  text-align: center;
}

.socials-box a .fa {
  line-height: 30px;
  position: relative;
  top: 0;
}

.socials-box a:hover {
  color: #3d3d3d;
}

body:not(.mobile) .socials-box a:hover .fa {
  top: -5px;
}

.header-middle {
  border-bottom: 2px solid #f7f7f7;
  display: table;
  width: 100%;
  /*padding: 25px 0;*/
  position: relative;
}

.header-middle .right-entries {
  display: table-cell;
  vertical-align: middle;
  width: 400px;
  text-align: right;
  font-size: 0;
}

.header-functionality-entry {
  font-size: 13px;
  line-height: 15px;
  color: #747474;
  font-weight: 400;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 14px;
  border-right: 1px #d0d0d0 solid;
  white-space: nowrap;
}

.header-functionality-entry.open-search-popup {
  display: none;
}

.header-functionality-entry:hover {
  color: #222;
}

.header-functionality-entry:last-child {
  padding-right: 0;
  border-right: none;
}

.responsive-search-button {
  display: none;
}

.header-functionality-entry .fa {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.header-functionality-entry b {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.logo-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
}

#logo {
  display: inline-block;
  max-width: 90%;
  height: auto;
  min-height: 45px;
}

#logo img {
  display: block;
  width: 100%;
}

.middle-entry {
  display: table-cell;
  vertical-align: middle;
}

.search-box {
  background: #fff;
}

.search-button {
  float: right;
  width: 45px;
  height: 45px;
  background: #03b4ea;
  position: relative;
}

.search-button:hover {
  background: #999!important;
}

.search-button .fa {
  display: block;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.search-button input[type="submit"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.search-drop-down {
  border-top: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
  border-left: 1px #f2f2f2 solid;
  float: right;
  width: 135px;
  position: relative;
}

.search-drop-down .title {
  line-height: 43px;
  padding: 0 30px 0 20px;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.search-drop-down .title .fa {
  position: absolute;
  top: 0;
  width: 10px;
  right: 20px;
  text-align: center;
  line-height: 45px;
}

.search-drop-down .list {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  border: solid 1px #f4f4f4;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  /*transform: scale(0);
     -moz-transform: scale(0);
     -webkit-transform: scale(0);
     -ms-transform: scale(0);
    */
  display: none;
  z-index: 1;
}

.search-drop-down.active .list {
  /*transform: scale(1);
     -moz-transform: scale(1);
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
    */
  display: block;
}

.search-drop-down .overflow {
  max-height: 161px;
}

.search-drop-down .category-entry {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  padding: 7px 0 7px 15px;
  margin: 0 5px;
  border-bottom: 1px #f2f2f2 solid;
  cursor: pointer;
}

.search-drop-down .category-entry:hover {
  color: #3d3d3d;
}

.search-field {
  border: 1px #e8e8e8 solid;
  border-right: none;
  height: 45px;
  margin-right: 180px;
}

.search-field input[type="text"] {
  width: 100%;
  height: 43px;
  line-height: 43px;
  border: none;
  background: none;
  font-size: 14px;
  padding: 0 20px;
  color: #3d3d3d;
}

.navigation-copyright {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 25px 10px;
  text-align: center;
}

.navigation-copyright a {
  color: #e5b81d;
  font-weight: 600;
}

.navigation-copyright a:hover {
  text-decoration: underline;
}

/*header popups*/

.popup *:last-child {
  margin-bottom: 0!important;
}

.search-box.popup {
  position: fixed;
  border: 1px #ebebeb solid;
  background: #fff;
  padding: 18px;
  width: 460px;
}

/*.popup{
    transform: rotateX(90deg);
     -webkit-transform: rotateX(90deg);
     -moz-transform: rotateX(90deg);
     -ms-transform: rotateX(90deg);
     opacity: 0;
     -moz-transition:all 300ms ease-out;
     -o-transition:all 300ms ease-out;
     -webkit-transition:all 300ms ease-out;
     transition:all 300ms ease-out;
     -ms-transition:all 300ms ease-out;
     transform-origin: 50% 0% 0px;
     -moz-transform-origin: 50% 0% 0px;
     -webkit-transform-origin: 50% 0% 0px;
     -ms-transform-origin: 50% 0% 0px;
}
*/

.loaded .popup {
  z-index: 7;
  display: none;
}

.popup.active {
  display: block;
}

.search-box.popup.bottom-align {
  top: auto!important;
  bottom: 75px;
}

.search-box.popup.bottom-align .search-drop-down .list {
  position: absolute;
  top: auto;
  bottom: 100%;
}

/*.popup.active{
    opacity: 1;
     transform: rotateX(0deg);
     -moz-transform: rotateX(0deg);
     -webkit-transform: rotateX(0deg);
     -ms-transform: rotateX(0deg);
}
*/

.search-box.popup:before {
  width: 28px;
  height: 15px;
  position: absolute;
  content: "";
  background: url(/images/img/search-angle.png);
  top: -15px;
  right: 30px;
}

.search-box.popup.bottom-align:before {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  top: 100%;
}

.cart-box.popup {
  position: fixed;
  padding: 15px 0 0 0;
  width: 300px;
}

.cart-box.popup .popup-container {
  border: 2px #ebebeb solid;
  padding: 25px 25px 20px 25px;
  background: #fff;
  position: relative;
}

.cart-box.popup .image {
  float: left;
  width: 70px;
}

.cart-box.popup .image img {
  display: block;
  width: 100%;
  height: auto;
}

.cart-box.popup .cart-entry {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px #ebebeb solid;
  position: relative;
}

.cart-box.popup .content {
  margin: 0 20px 0 85px;
}

.cart-box.popup .content .title {
  font-size: 14px;
  line-height: 18px;
  color: #2e2e2e;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.cart-box.popup .content .title:hover {
  text-decoration: underline;
}

.cart-box.popup .content .quantity {
  font-size: 13px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 3px;
}

.cart-box.popup .content .price {
  font-size: 18px;
  line-height: 24px;
  color: #e11414;
  font-weight: 600;
}

.cart-box.popup .summary {
  text-align: right;
  margin-bottom: 25px;
}

.cart-box.popup .summary .subtotal {
  font-size: 14px;
  line-height: 22px;
  color: #878787;
  font-weight: 600;
}

.cart-box.popup .summary .grandtotal {
  font-size: 18px;
  line-height: 22px;
  color: #343434;
  font-weight: 600;
}

.cart-box.popup .summary .grandtotal span {
  color: #e11414;
}

.cart-buttons .column {
  width: 50%;
  padding-left: 5px;
  float: left;
}

.cart-buttons .column:first-child {
  padding-left: 0;
  padding-right: 5px;
}

.cart-buttons .button {
  display: block;
  margin-bottom: 5px;
}

.cart-box.popup .button-x {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.cart-box.popup .popup-container:before {
  background: url(/images/img/search-angle.png);
  content: "";
  height: 15px;
  position: absolute;
  right: 30px;
  top: -15px;
  width: 28px;
}

.cart-box.popup.left-align {
  left: 15px!important;
}

.cart-box.popup.left-align .popup-container:before {
  right: auto;
  left: 30px;
}

.cart-box.popup.cart-left .popup-container:before {
  right: auto;
  left: 30px;
}

.cart-box.popup.fixed-header-left {
  right: auto;
  left: 50%;
  margin-left: -615px;
  right: auto!important;
}

body.style-0 .cart-box.popup .content .price {
  color: #03b4ea;
}

body.style-0 .cart-box.popup .summary .grandtotal span {
  color: #03b4ea;
}

body.style-0 .button.style-4 {
  background: #03b4ea;
  border-color: #03b4ea;
}

/*additional header block - search in navigation ("everything" template)*/

.navigation-search-content {
  margin-left: 300px;
  position: relative;
  z-index: 1;
}

.navigation-search-content .search-box {
  margin-right: 160px;
  top: 15px;
  position: relative;
}

.search-box.size-1 .search-button {
  height: 40px;
  width: 40px;
}

.search-box.size-1 .search-drop-down .title {
  line-height: 38px;
}

.search-box.size-1 .search-drop-down .title .fa {
  line-height: 40px;
}

.search-box.size-1 .search-field {
  margin-right: 175px;
  height: 40px;
}

.search-box.size-1 .search-field input[type="text"] {
  height: 38px;
  line-height: 38px;
}

.search-box.size-1 .search-button .fa {
  line-height: 40px;
}

header.type-1.fixed-header .navigation-search-content {
  display: none;
}

.navigation-search-content .toggle-desktop-menu {
  float: right;
  font-size: 14px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  width: 125px;
  border-left: 1px #1663c2 solid;
  text-align: center;
}

.navigation-search-content .toggle-desktop-menu .fa {
  line-height: 70px;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  margin-right: 5px;
  display: none;
}

.navigation-search-content .toggle-desktop-menu .fa:first-child {
  display: inline-block;
}

.navigation.active .navigation-search-content .search-box {
  display: none;
}

.navigation.active .navigation-search-content .toggle-desktop-menu .fa {
  display: inline-block;
}

.navigation.active .navigation-search-content .toggle-desktop-menu .fa:first-child {
  display: none;
}

/*additional header block - square icons ("everything" template)*/

header .icon-entry {
  width: 50%;
  float: left;
}

header .icon-entry .image {
  width: 45px;
  height: 45px;
  float: left;
  line-height: 45px;
  text-align: center;
  background: #f5f5f5;
}

header .icon-entry .image .fa {
  line-height: 45px;
  display: block;
  color: #b4b4b4;
}

header .icon-entry:hover .image {
  background: #0f51a3;
}

header .icon-entry:hover .image .fa {
  color: #fff;
}

header .icon-entry .text {
  margin-left: 60px;
  font-size: 13px;
  line-height: 18px;
  color: #747474;
  padding-top: 5px;
  display: block;
}

header .icon-entry .text b {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #404040;
}

/*Desktops (>=992px)*/

@media (max-width: 1199px) {
  #content-block header {
    position: fixed;
    padding: 0 30px;
    top: 0;
  }

  .header-top .socials-box {
    display: none;
  }

  .navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 290px;
    background: #272727;
    height: 100%;
    border: none;
    z-index: 7;
    transform: translateX(-290px);
    -moz-transform: translateX(-290px);
    -webkit-transform: translateX(-290px);
    -ms-transform: translateX(-290px);
  }

  .nav-overflow {
    position: absolute;
    width: 100%;
    left: 0;
    top: 75px;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
  }

  .navigation-header {
    padding: 0 50px 0 20px;
    border-bottom: 1px #343434 solid;
  }

  .navigation-header .title {
    font-size: 20px;
    line-height: 75px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  .navigation-header .close-menu {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 5px;
    top: 17px;
    cursor: pointer;
    text-transform: uppercase;
  }

  .navigation-header .close-menu:before,
    .navigation-header .close-menu:after {
    width: 18px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -9px;
    content: "";
    background: #fff;
  }

  .navigation-header .close-menu:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  .navigation-header .close-menu:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  .navigation-footer .socials-box {
    margin-top: -1px;
    margin-right: 0;
    float: none;
    border-top: 1px #343434 solid;
    border-bottom: 1px #343434 solid;
  }

  .navigation-footer .socials-box a {
    width: 14.25%;
    height: 41px;
    line-height: 39px;
    border-left: 1px #343434 solid;
    float: left;
    margin: 0;
    color: #fff;
  }

  body:not(.mobile) .navigation-footer .socials-box a:hover {
    background: #fff;
    color: #272727;
  }

  .navigation-footer .socials-box a:first-child {
    border-left: none;
  }

  .menu-button {
    font-size: 25px;
    color: #2f2f2f;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 14px;
  }

  .menu-button .fa {
    line-height: inherit;
    display: block;
  }

  body.opened-menu {
    overflow: scroll;
  }

  .navigation,
    .content-push {
    transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
  }

  header.opened .navigation {
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
  }

  /*body.opened-menu .content-push{
        transform: translateX(200px);
         -moz-transform: translateX(200px);
         -webkit-transform: translateX(200px);
         -ms-transform: translateX(200px);
    }
    */

  .close-header-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background: rgba(0, 0, 0, 0.5);
  }

  #content-block nav>ul {
    float: none;
  }

  nav>ul>li {
    float: none;
    border-bottom: 1px #343434 solid;
    padding: 0;
    position: relative;
  }

  nav>ul>li>a {
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    padding: 15px 45px 15px 20px;
    display: block;
  }

  nav>ul>li>.fa {
    position: absolute;
    right: 5px;
    top: 2px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    margin: 0;
    font-size: 12px;
  }

  nav>ul>li.opened>.fa {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }

  .full-width-menu-items-right {
    display: none;
  }

  .full-width-menu-items-left {
    margin-left: 0;
    margin-right: 0;
  }

  .submenu {
    position: relative;
    top: auto;
    left: auto;
    padding: 0!important;
  }

  .submenu-links-line {
    display: none;
  }

  .submenu-list-title {
    margin: 0;
    display: block;
    position: relative;
  }

  .submenu-list-title a {
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    padding: 15px 45px 15px 20px;
  }

  .submenu-list-title .toggle-list-button {
    width: 43px;
    height: 43px;
    position: absolute;
    top: 0;
    right: 2px;
    cursor: pointer;
  }

  .submenu-list-title .toggle-list-button:before {
    width: 11px;
    height: 1px;
    background: #878787;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -6px;
    content: "";
  }

  .submenu-list-title .toggle-list-button:after {
    width: 1px;
    height: 11px;
    background: #878787;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -1px;
    content: "";
  }

  .toggle-list-container {
    display: none;
    padding-left: 20px;
  }

  .submenu-list-title.opened .toggle-list-button:after {
    height: 0;
    margin-top: 0;
  }

  .submenu .list-type-1 {
    margin-bottom: 0;
  }

  .submenu .list-type-1 li {
    padding: 10px 30px 10px 20px;
  }

  .submenu .product-column-entry {
    float: none;
    width: auto;
    padding: 0;
  }

  .submenu .product-column-entry .image {
    display: none;
  }

  .submenu .product-column-entry .hot-mark {
    display: none;
  }

  .submenu .product-column-entry .submenu-list-title {
    margin-left: 0;
    margin-right: 0;
  }

  .submenu .product-column-entry .description {
    margin: 0;
  }

  nav .column-2 .submenu .full-width-menu-items-left,
    nav .column-1 .full-width-menu-items-left {
    margin-right: 0;
  }

  nav .column-2 .submenu,
    nav .column-1 .submenu,
    nav .simple-list .submenu {
    width: auto;
    margin: 0;
    left: auto;
  }

  .submenu-background {
    display: none;
  }

  nav .simple-list .submenu a {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 15px 45px 15px 20px;
    color: #2e2e2e;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
  }

  nav .simple-list .submenu a .fa {
    display: none;
  }

  nav>ul>li>a .menu-label {
    position: relative;
    right: auto;
    top: -7px;
    margin-left: 5px;
  }

  .responsive-search-button {
    display: inline-block;
  }

  .header-functionality-entry {
    padding: 0;
    border-right: none;
  }

  .header-functionality-entry span {
    display: none;
  }

  .header-functionality-entry .fa {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    color: #2f2f2f;
    text-align: center;
    margin: 0;
  }

  .header-functionality-entry.open-search-popup {
    display: inline-block;
  }

  .header-middle {
    border-bottom: 1px solid #f0f0f0;
  }

  #logo {
    min-height: 0;
  }

  header .middle-entry {
    display: none;
  }

  .cart-box.popup {
    display: none!important;
  }

  .navigation-search-content {
    display: none;
  }

  .full-width-menu-items-left .row>div {
    padding: 0;
  }

  .full-width-menu-items-left .row {
    margin: 0;
  }
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .header-middle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  #content-block header {
    padding: 0 15px;
  }

  .header-functionality-entry b {
    display: none;
  }

  .header-functionality-entry .fa {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 23px;
  }

  #logo {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .search-box.popup {
    width: 96%;
    right: 2%!important;
  }

  .search-box.popup:before {
    right: 50%;
    margin-right: -14px;
  }
}

/* 04.02 - footer */

footer {
  position: relative;
}

.clearfix.visible-sm-block {
  height: 35px;
  float: left;
  width: 100%;
}

.footer-columns-entry {
  border-bottom: 1px #f0f0f0 solid;
  border-top: 1px solid #f0f0f0;
  padding: 65px 0 50px 0px;
  position: relative;
}

.footer-logo {
  display: block;
  margin-bottom: 15px;
}

.footer-description {
  font-size: 14px;
  line-height: 24px;
  color: #a6a6a6;
  font-weight: 400;
}

.footer-description b {
  font-weight: 500;
  color: #3c3c3c;
}

.footer-address {
  font-size: 15px;
  line-height: 26px;
  color: #a6a6a6;
  font-weight: 400;
}

.footer-address a {
  color: #a6a6a6;
}

.footer-address a b {
  font-weight: 600;
  color: #03b4ea;
}

#content-block .footer-address a:hover,
#content-block .footer-address a:hover b {
  color: #3c3c3c;
}

.footer-columns-entry .column-title {
  margin-bottom: 20px;
  font-weight: 600;
  color: #343434;
  font-size: 17px;
  line-height: 20px;
}

.footer-columns-entry .column {
  list-style: none;
  font-weight: 400;
  color: #989898;
  font-size: 15px;
  line-height: 20px;
  margin-top: -5px;
}

.footer-columns-entry .column a {
  color: #989898;
  display: inline-block;
  padding: 5px 0;
}

.footer-columns-entry .column a:hover {
  color: #03b4ea;
}

.footer-bottom-navigation {
  padding: 40px 0;
  display: table;
  width: 100%;
  position: relative;
}

.footer-bottom-navigation .cell-view {
  position: relative;
}

.footer-bottom-navigation .footer-links {
  font-size: 0;
}

.footer-links a {
  font-size: 14px;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 14px;
  padding-right: 15px;
  display: inline-block;
  border-right: 1px #cfcfcf solid;
  margin-right: 15px;
  margin-bottom: 7px!important;
  margin-top: 7px;
  vertical-align: top;
}

.footer-links a:last-child {
  padding-right: 0;
  border: none;
  margin-right: 0;
}

.footer-links a:hover {
  color: #03b4ea;
}

.payment-methods {
  text-align: right;
  font-size: 0;
}

.payment-methods a {
  display: inline-block;
  border: 1px #ebebeb solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
  vertical-align: top;
  margin-top: 5px;
}

.payment-methods a:hover {
  opacity: 0.5;
}

.payment-methods a img {
  display: block;
}

.payment-methods a:last-child {
  margin-right: 0;
}

.copyright {
  font-size: 13px;
  line-height: 14px;
  /*color: #7f7f7f;*/
  color: #fff;
  /*margin-bottom: 15px;*/
  padding: 7px 0;
}

.copyright a {
  font-weight: 600;
  color: #03b4ea;
}

#content-block .copyright a:hover {
  color: #3c3c3c;
}

.footer-copyright-wrapper {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #f0f0f0;
}

.footer-description,
.footer-address,
.footer-columns-entry .column {
  margin-bottom: 15px;
}

/*Desktops (>=992px)*/

@media (max-width: 1199px) {
  .payment-methods {
    text-align: left;
  }
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .footer-bottom-navigation {
    display: block;
  }

  .footer-bottom-navigation .cell-view {
    display: block;
    margin-bottom: 15px;
  }

  .footer-columns-entry {
    padding: 50px 0 35px 0;
  }

  .footer-address {
    margin-bottom: 50px;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .footer-bottom-navigation {
    padding: 30px 0;
  }

  .footer-description,
    .footer-address,
    .footer-columns-entry .column {
    margin-bottom: 20px;
  }

  .footer-columns-entry {
    padding: 30px 0 10px 0;
  }

  .footer-columns-entry .column-title {
    margin-bottom: 10px;
  }

  .footer-bottom-navigation .footer-links {
    margin-bottom: 5px;
  }

  .copyright {
    margin-bottom: 20px;
  }
}

/* 04.03 - company information and latest review */

.company-information-box {
}

.company-information-box .image {
  float: left;
  width: 270px;
}

.company-information-box .image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.company-information-box .text {
  margin-left: 300px;
}

.company-information-box .text .cell-view {
  height: 190px;
  width: 1000px;
}

.company-information-box .text .description {
  font-size: 13px;
  line-height: 24px;
  color: #a3a2a2;
  font-weight: 400;
  margin-bottom: 10px;
}

.read-more {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #2e2e2e;
  display: inline-block;
}

.read-more:hover {
  color: #03b4ea;
}

.latest-review .text {
  padding: 22px 32px;
  border: 1px #ebebeb solid;
  font-style: italic;
  font-size: 13px;
  line-height: 24px;
  color: #a3a2a2;
  margin-bottom: 10px;
}

.blockquote-slider {
  margin-right: -15px;
}

.blockquote-slider blockquote {
  margin-right: 15px;
}

#content-block .latest-review footer {
  font-style: normal;
  font-size: 13px;
  color: #aaa9a9;
  line-height: 20px;
  font-weight: 400;
  background: none;
}

.latest-review footer cite {
  font-weight: 600;
  color: #2e2e2e;
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .company-information-box .image {
    width: 200px;
  }

  .company-information-box .text {
    margin-left: 230px;
  }

  .company-information-box .text .cell-view {
    display: block;
    width: auto;
    height: auto;
  }

  .information-entry {
    margin-bottom: 35px;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .company-information-box .image {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }

  .company-information-box .text {
    margin-left: 0;
  }
}

/* 04.04 - products slider */

.swiper-tabs {
  position: relative;
}

.swiper-tabs:before {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  height: 1px;
  background: #ebebeb;
  content: "";
}

.swiper-tabs .block-title {
  float: left;
  border-bottom: none;
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
  margin-right: 15px;
  font-weight: 400;
  color: #a1a1a1;
}

.swiper-tabs .block-title.active {
  font-weight: 600;
  color: #2e2e2e;
}

.swiper-tabs .block-title:hover {
  color: #2e2e2e;
}

.swiper-tabs .block-title:before {
  position: absolute;
  left: 0;
  height: 3px;
  bottom: -2px;
  content: "";
  background: #03b4ea;
  width: 0;
}

.swiper-tabs .block-title.active:before {
  width: 100%;
}

.tabs-entry {
  display: none;
}

.tabs-entry:first-child {
  display: block;
}

.swiper-tabs .title,
.links-drop-down .title {
  display: none;
}

/**/

.products-swiper {
  margin: 0 -21.25px;
  position: relative;
}

.products-swiper:before,
.products-swiper:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 21.25px;
  height: 100%;
  background: #fff;
  content: "";
  z-index: 2;
}

.products-swiper:after {
  right: -3px;
  left: auto;
}

.products-swiper .paddings-container {
  padding: 0 21.25px;
}

.product-slide-entry {
  max-width: 210px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.product-image-label {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.product-image-label span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.product-image-label.type-1 {
  left: 7px;
  top: 7px;
  width: 40px;
  height: 40px;
  background: #93b92c;
}

.product-image-label.type-2 {
  right: 7px;
  top: 7px;
  width: 40px;
  height: 40px;
  background: #d41b1b;
}

.product-image-label.type-3 {
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
  width: 65px;
  height: 65px;
  background: rgba(64, 64, 64, 0.95);
}

.product-slide-entry .product-image {
  display: block;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.product-slide-entry img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.product-slide-entry>img:first-child {
  margin-bottom: 15px;
}

.product-slide-entry .product-image:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.product-slide-entry.shift-image .product-image:hover img {
  transform: scale(1) translateX(-100%);
  -moz-transform: scale(1) translateX(-100%);
  -webkit-transform: scale(1) translateX(-100%);
  -ms-transform: scale(1) translateX(-100%);
}

.product-slide-entry.shift-image .product-image img {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: auto;
}

.product-slide-entry.shift-image .product-image img:first-child {
  position: relative;
  left: 0;
}

.product-slide-entry .product-image .bottom-line {
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 100%;
  background: rgba(28, 28, 28, 0.9);
  text-align: center;
  font-size: 11px;
  line-height: 35px;
  font-weight: 600;
}

.product-slide-entry .product-image:hover .bottom-line {
  bottom: 0;
}

.product-slide-entry .product-image .bottom-line.left-attached {
  left: -37px;
  bottom: 0;
  width: 35px;
  -webkit-backface-visibility: hidden;
}

.product-slide-entry .product-image:hover .bottom-line.left-attached {
  left: 0;
}

.product-image .bottom-line-a {
  color: #fff;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-image .bottom-line-a:hover {
  background: #fff;
  color: #222;
  border-color: transparent!important;
}

.product-image .bottom-line-a .fa {
  color: inherit!important;
}

.product-image .bottom-line-a.square {
  width: 35px;
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
}

.product-image .bottom-line.left-attached .bottom-line-a.square {
  border-left-color: transparent;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.product-image .bottom-line-a .fa {
  vertical-align: bottom;
  line-height: 35px;
  margin-right: 3px;
  width: 25px;
}

.product-image .right-align {
  float: right;
}

.product-image .right-align a {
  float: left;
}

.product-image .left-align {
  margin-right: 70px;
}

.product-image .top-line-a {
  height: 35px;
  min-width: 35px;
  line-height: 35px;
  padding: 0 10px;
  background: #fff;
  position: absolute;
  top: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #2e2e2e;
  text-align: center;
  font-weight: 600;
}

.product-image .top-line-a span {
  font-size: 11px;
  line-height: 35px;
  display: inline-block;
  vertical-align: bottom;
}

.product-image .top-line-a .fa {
  line-height: 35px;
  display: inline-block;
  vertical-align: bottom;
}

.product-image .top-line-a:hover {
  background: #2e2e2e;
  color: #fff;
}

.product-image .top-line-a.left {
  left: -100px;
}

.product-image:hover .top-line-a.left {
  left: 10px;
}

.product-image .top-line-a.right {
  right: -100px;
}

.product-image:hover .top-line-a.right {
  right: 10px;
}

.product-slide-entry .tag {
  font-size: 10px;
  line-height: 14px;
  color: #8b8b8b;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  margin-bottom: 7px;
}

.product-slide-entry .tag:hover {
  color: #2e2e2e;
}

.product-slide-entry .title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #2e2e2e;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-slide-entry .title b {
  font-weight: 700;
}

.product-slide-entry .title:hover {
  color: #03b4ea;
}

.rating-box {
  color: #f5c10c;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
}

.rating-box .star {
  display: inline-block;
}

.price {
  font-size: 15px;
  line-height: 15px;
  padding-bottom: 5px;
}

.price .prev {
  color: #989898;
  text-decoration: line-through;
  display: inline-block;
}

.price .current {
  color: #da75cb;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .swiper-tabs .list,
    .links-drop-down .list {
    display: block!important;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .swiper-tabs .block-title {
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }

  .swiper-tabs {
    margin-bottom: 25px;
  }

  .swiper-tabs .title,
    .links-drop-down .title {
    display: block;
    padding: 0 40px 0 15px;
    white-space: nowrap;
    white-space: nowrap;
    line-height: 40px;
    border: 2px #f0f0f0 solid;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    text-align: left;
  }

  .swiper-tabs .title:after,
    .links-drop-down .title:after {
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    font-family: FontAwesome;
    content: "\F107";
    position: absolute;
    top: 0;
    right: 0;
  }

  .swiper-tabs .title.active:after,
    .links-drop-down .title.active:after {
    content: "\F106";
  }

  .swiper-tabs .list .block-title {
    padding-top: 15px;
    display: block!important;
  }

  .swiper-tabs:before {
    display: none;
  }

  .swiper-tabs .list,
    .links-drop-down .list {
    display: none;
  }
}

/* 04.05 - sales blocks */

.sale-entry {
  overflow: hidden;
  border: 2px #f2f2f2 solid;
  min-height: 70px;
  padding: 35px 0;
  position: relative;
  display: block;
}

.sale-entry .sale-price {
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
  text-transform: uppercase;
  font-weight: 700;
  width: 190px;
  text-align: center;
  border-right: 1px #f2f2f2 solid;
  float: left;
  display: block;
  position: relative;
  z-index: 1;
}

.sale-entry .sale-price span {
  display: block;
  font-size: 48px;
  line-height: 48px;
  color: #da75cb;
}

.sale-entry .sale-price img {
  padding: 15px 0;
}

.sale-entry .sale-description {
  font-size: 13px;
  line-height: 22px;
  color: #a3a2a2;
  margin: 0 40px 15px 230px;
  padding: 2px 0;
  display: block;
  position: relative;
  z-index: 1;
}

.sale-entry .sale-title {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #a3a2a2;
  margin: 0 0 10px 230px;
}

.hot-mark {
  position: absolute;
  top: 5px;
  right: -15px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #ca1515;
  line-height: 18px;
  width: 60px;
  text-align: center;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.hot-mark.blue {
  background: #03b4ea;
}

.hot-mark.yellow {
  background: #dec209;
}

a.sale-entry:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  z-index: 1;
}

a.sale-entry .hot-mark {
  z-index: 2;
}

.sale-entry-border {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sale-entry-border:hover {
  background: #4c4c4c!important;
}

.sale-entry-border:before {
  border: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
}

.sale-entry-border:hover:before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.sale-entry-border * {
  position: relative;
}

.sale-entry-border .sale-title {
  color: #fff;
}

.sale-entry-border .sale-description {
  color: rgba(255, 255, 255, 0.5);
}

.sale-entry-border .sale-price {
  border-color: rgba(255, 255, 255, 0.5);
}

/*Phones (<768px)*/

@media (max-width: 991px) {
  .sale-entry {
    padding: 25px 0;
  }

  .sale-entry .sale-title {
    text-align: center;
    margin-left: auto;
  }

  .sale-entry .sale-price {
    width: auto;
    float: none;
    margin: 0 30px 10px 30px;
    border: none;
    border-bottom: 1px #f2f2f2 solid;
    padding-bottom: 10px;
  }

  .sale-entry .sale-description {
    width: auto;
    float: none;
    margin: 0 10px 10px 10px;
    text-align: center;
  }
}

/* 04.06 - sidebar menu */

.sidebar-navigation {
  border: 2px #03b4ea solid;
  margin-bottom: 25px;
}

.sidebar-navigation .title {
  background: #03b4ea;
  padding: 20px 25px;
  line-height: 15px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: -2px;
  position: relative;
}

.sidebar-navigation .title .fa {
  display: none;
}

.sidebar-navigation .entry {
  cursor: pointer;
  border-bottom: 1px #ebebeb solid;
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #2e2e2e;
  padding: 17px 25px;
  position: relative;
}

body.mobile .sidebar-navigation .entry {
  color: #2e2e2e!important;
}

body.mobile .sidebar-navigation .entry:before {
  display: none;
}

.sidebar-navigation .entry:last-child {
  border: none;
}

.sidebar-navigation .entry:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #03b4ea;
  content: "";
  opacity: 0;
}

.sidebar-navigation .entry span {
  position: relative;
}

.sidebar-navigation .entry:hover:before,
.sidebar-navigation .entry.active:before {
  height: 100%;
  opacity: 1;
}

.sidebar-navigation .entry:hover,
.sidebar-navigation .entry.active {
  color: #fff;
}

body:not(.mobile) #content-block .sidebar-navigation .entry:hover .fa {
  color: #fff;
}

.sidebar-navigation .entry .fa {
  color: #ca1515;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.sidebar-navigation .list {
  display: none;
}

@media (min-width: 992px) {
  .sidebar-navigation .list {
    display: block!important;
  }
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .sidebar-navigation {
    margin-bottom: 25px!important;
  }

  .sidebar-navigation .title {
    padding-right: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
  }

  .sidebar-navigation .title .fa {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    right: 0;
    top: 0;
    font-size: 22px;
  }

  .sidebar-navigation.active .title .fa {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
}

/* 04.07 - navigation banner */

.navigation-banner-swiper {
  margin-bottom: 30px;
}

.navigation-banner-wrapper {
  position: relative;
  background-size: cover;
}

.navigation-banner-wrapper.align-1 {
  background-position: right top;
}

.navigation-banner-wrapper.align-2 {
  background-position: left top;
}

.navigation-banner-content {
  width: 57%;
  padding: 0 50px 0 50px;
  height: 505px;
  position: relative;
}

.navigation-banner-content .cell-view {
  width: 1500px;
}

.navigation-banner-wrapper.align-1 .navigation-banner-content {
  float: left;
}

.navigation-banner-wrapper.align-2 .navigation-banner-content {
  float: right;
}

.navigation-banner-wrapper.align-3 .navigation-banner-content {
  width: 100%!important;
  text-align: center;
}

.navigation-banner-content .subtitle {
  font-family: 'Dancing Script', cursive;
  font-size: 40px;
  line-height: 36px;
  color: #d349bd;
  margin-bottom: 3px;
  transform: translateX(-50px) translateY(-50px);
  -moz-transform: translateX(-50px) translateY(-50px);
  -webkit-transform: translateX(-50px) translateY(-50px);
  -ms-transform: translateX(-50px) translateY(-50px);
  opacity: 0;
}

.light-text .navigation-banner-content .subtitle {
  color: #fff;
}

.navigation-banner-content .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  color: #3c3c3c;
  text-transform: uppercase;
  letter-spacing: -5px;
  margin-bottom: 7px;
  transform: translateX(150px);
  -moz-transform: translateX(150px);
  -webkit-transform: translateX(150px);
  -ms-transform: translateX(150px);
  opacity: 0;
}

.light-text .navigation-banner-content .title {
  color: #fff;
}

.navigation-banner-content .description {
  font-size: 15px;
  line-height: 24px;
  color: #aaa;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 15px;
  padding-right: 50px;
  transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  opacity: 0;
}

.light-text .navigation-banner-content .description {
  color: #f1f0f0;
}

.navigation-banner-content .info {
  opacity: 0;
  transform: translateY(50px);
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
}

.light-text .navigation-banner-content .info .button:not(:hover) {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.swiper-slide.active .navigation-banner-content .subtitle,
.swiper-slide.active .navigation-banner-content .title,
.swiper-slide.active .navigation-banner-content .description,
.swiper-slide.active .navigation-banner-content .info {
  transform: translateX(0px) translateY(0px);
  -moz-transform: translateX(0px) translateY(0px);
  -webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  opacity: 1;
}

.navigation-banner-content .button {
  margin-right: 12px;
}

.navigation-banner-swiper .pagination {
  display: none;
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  #content-block .navigation-banner-content {
    height: 350px;
  }

  #content-block .navigation-banner-content {
    width: 63%;
  }

  #content-block .navigation-banner-content .title {
    font-size: 60px;
    line-height: 60px;
  }

  #content-block .navigation-banner-swiper .pagination {
    display: block;
    margin-top: 20px;
  }

  .navigation-banner-swiper:before,
    .navigation-banner-swiper:after {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    background: #fff;
    content: "";
  }

  .navigation-banner-swiper:before {
    left: 0;
    z-index: 2;
  }

  .navigation-banner-swiper:after {
    right: 0;
    z-index: 2;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  #content-block .navigation-banner-content .title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -4px;
  }

  #content-block .navigation-banner-content .subtitle {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  #content-block .navigation-banner-content .description {
    color: #3c3c3c;
    padding-right: 0;
  }

  #content-block .navigation-banner-content {
    height: 300px;
    padding: 0 15px;
    width: auto;
    text-align: center;
    float: none;
  }

  #content-block .navigation-banner-content .cell-view {
    width: 800px;
  }

  #content-block .navigation-banner-image {
    opacity: 0.2;
  }

  /*#content-block .navigation-banner-wrapper{
        background-image: none!important;
    }
    */

  #content-block .navigation-banner-wrapper:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
    content: "";
  }

  #content-block .navigation-banner-wrapper.light-text:before {
    background: rgba(93, 93, 93, 0.7);
  }

  #content-block .navigation-banner-wrapper.light-text .description {
    color: #fff!important;
  }

  #content-block .navigation-banner-content .button {
    margin: 0 1%;
    width: 48%;
    float: left;
    min-width: 0;
  }

  .food-category {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 05 - TEMPLATE FOOD */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 05.01 - main color styles */

body.style-1 {
  background-size: cover;
  background-attachment: fixed;
}

body.style-1 .search-button,
.header-wrapper.style-1 .search-button {
  background: #779307;
}

body.style-1 .swiper-tabs .block-title:before {
  background: #8bab0a;
}

body.style-1 .swiper-active-switch {
  background: #8bab0a;
  border-color: #8bab0a;
}

body.style-1 .product-slide-entry {
  text-align: center;
}

body.style-1 .price .current {
  color: #779307;
}

.footer-wrapper.style-1 .footer-address a b {
  color: #8bab0a;
}

.footer-wrapper.style-1 .copyright a {
  color: #8bab0a;
}

.footer-wrapper.style-1 .footer-columns-entry .column a:hover,
.footer-wrapper.style-1 .footer-bottom-navigation .footer-links a:hover {
  color: #8bab0a;
}

body.style-1 .product-slide-entry .title:hover {
  color: #8bab0a;
}

body.style-1 .bubbles span {
  background: #8bab0a;
}

.header-wrapper.style-1 .header-functionality-entry.open-cart-popup b {
  color: #779307;
}

body.style-1 .cart-box.popup .content .price {
  color: #779307;
}

body.style-1 .cart-box.popup .summary .grandtotal span {
  color: #779307;
}

body.style-1 .button.style-4 {
  background: #779307;
  border-color: #779307;
}

body.style-1 .footer-columns-entry {
  border-top: none;
  padding-top: 0;
}

@media (min-width: 1200px) {
  .header-wrapper.style-1 .navigation {
    margin: 0 -70px;
    padding: 0 70px;
    border-bottom: none;
    background: #779307;
  }

  .header-wrapper.style-1 .header-middle {
    border-bottom: none;
  }

  .header-wrapper.style-1 header:not(.fixed-header) nav>ul>li>a {
    color: #fff;
  }

  .header-wrapper.style-1 header:not(.fixed-header) nav>ul>li .fa {
    color: #aec161;
  }
}

/* 05.02 - inline products */

.inline-product-column-title {
  margin-bottom: 20px;
}

.inline-product-entry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #f0f0f0 solid;
}

.inline-product-entry .image {
  width: 55px;
  float: left;
  border: 1px transparent solid;
}

.inline-product-entry .image:hover {
  border-color: #8bab0a;
}

.inline-product-entry .image img {
  display: block;
  width: 100%;
  height: auto;
}

.inline-product-entry .content {
  margin-left: 70px;
}

.inline-product-entry .content .cell-view {
  height: 55px;
}

.inline-product-entry .title {
  font-size: 15px;
  color: #5a5858;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}

.inline-product-entry .title:hover {
  color: #8bab0a;
}

.inline-product-entry .price .current {
  font-size: 15px;
}

/* 05.03 - products in columns */

.product-column-entry {
  border: 2px #f2f2f2 solid;
  padding: 27px 0;
  position: relative;
  overflow: hidden;
}

.product-column-entry .image {
  text-align: center;
  height: 160px;
  margin-bottom: 20px;
}

.product-column-entry .image img {
  display: inline-block;
  max-height: 100%;
  width: auto;
}

.product-column-entry .title {
  font-size: 16px;
  line-height: 20px;
  color: #2e2e2e;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 30px 15px 30px;
  display: block;
}

.product-column-entry a.title:hover {
  text-decoration: underline;
}

.product-column-entry .description {
  margin: 0 30px;
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .product-column-entry {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* 05.04 - from the blog */

.from-the-blog-entry {
}

.from-the-blog-entry .image {
  float: left;
  width: 180px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.hover-class-1:after {
  background: #8bab0a;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
}

body:not(.mobile) .hover-class-1:hover:after {
  opacity: 0.7;
}

.from-the-blog-entry .image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.hover-class-1 .hover-label {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  left: -100%;
}

body:not(.mobile) .hover-class-1:hover .hover-label {
  left: 0;
}

.from-the-blog-entry .description {
  font-size: 13px;
  line-height: 24px;
  color: #a3a2a2;
}

/* 05.05 - mozaic banner */

.mozaic-banners-wrapper {
}

.mozaic-banners-wrapper .row {
  margin: 0 -4px;
}

.mozaic-banners-wrapper .banner-column {
  padding: 0px;
  margin-bottom: 8px;
}

.mozaic-banner-entry {
  /*border: 2px #ebebeb solid;*/
  background-position: right bottom;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}

.mozaic-banner-entry.type-1 {
  height: 100%;
  /*height: 300px;*/
  background-size: 470px;
  background-position: center bottom
}

.mozaic-banner-entry.type-2 {
  height: 248.5px;
  margin-bottom: 8px;
  background-size: auto 100%;
}

.mozaic-banner-entry.type-3 {
  height: 210px;
  margin-bottom: 8px;
  background-size: auto 100%;
}

.mozaic-banner-content {
  padding: 50px 8.5%;
  max-width: 430px;
  position: relative;
}

.mozaic-banner-content .subtitle {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #515151;
  text-transform: uppercase;
  font-weight: 600;
}

.mozaic-banner-content .title {
  font-size: 40px;
  line-height: 45px;
  color: #779307;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mozaic-banner-entry.type-2 .mozaic-banner-content .subtitle,
.mozaic-banner-entry.type-3 .mozaic-banner-content .subtitle {
  font-size: 16px!important;
  margin-bottom: 2px;
  display: block;
}

.mozaic-banner-entry.type-2 .mozaic-banner-content .title,
.mozaic-banner-entry.type-3 .mozaic-banner-content .title {
  font-size: 32px;
  line-height: 32px;
  display: block;
}

.mozaic-banner-content .description {
  font-size: 13px;
  line-height: 22px;
  color: #b3b3b3;
  margin-bottom: 15px;
  display: block;
}

.mozaic-swiper {
  border: 2px #ebebeb solid;
  height: 505px;
  overflow: hidden;
}

.mozaic-swiper .mozaic-banner-entry.type-1 {
  border: none;
  background-size: 100%;
}

.mozaic-swiper .pagination {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: auto;
}

.mozaic-swiper .pagination .swiper-pagination-switch {
  margin: 0 6px 0 0;
  height: 10px;
  width: 10px;
  background: #dedede;
  border: none;
}

.mozaic-swiper .pagination .swiper-active-switch {
  background: #bfbfbf;
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .mozaic-banner-entry.type-1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
  }

  #content-block .mozaic-banner-entry.type-1,
    #content-block .mozaic-banner-entry.type-2,
    #content-block .mozaic-banner-entry.type-3,
    #content-block .mozaic-swiper {
    height: auto;
  }

  .mozaic-banner-content {
    padding: 25px 20px;
  }

  .mozaic-swiper .mozaic-banner-content {
    padding-bottom: 55px;
  }
}

@media only screen and (max-width: 992px) {
  .mozaic-banner-entry.type-1 {
    background-size: 400px;
    background-position: right bottom;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 06 - TEMPLATE EVERYTHING */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 06.01 - main color styles */

body.style-2 .swiper-tabs .block-title:before {
  background: #0f51a3;
}

.footer-wrapper.style-2 .footer-address a b {
  color: #0f51a3;
}

.footer-wrapper.style-2 .copyright a {
  color: #0f51a3;
}

.footer-wrapper.style-2 .footer-columns-entry .column a:hover,
.footer-wrapper.style-2 .footer-bottom-navigation .footer-links a:hover {
  color: #0f51a3;
}

body.style-2 .product-slide-entry .title:hover {
  color: #0f51a3;
}

body.style-2 .bubbles span {
  background: #0f51a3;
}

body.style-2 .swiper-active-switch {
  background: #0f51a3;
  border-color: #0f51a3;
}

body.style-2 .price .current {
  color: #0f51a3;
  font-weight: 600;
}

body.style-2 .block-title {
  font-size: 16px;
}

body.style-2 .list-type-1 li .fa {
  color: #0f51a3;
}

body.style-2 .list-type-1 a:hover {
  color: #0f51a3;
}

body.style-2 .navigation-banner-content .subtitle {
  font-size: 30px;
  color: #0f51a3;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
  letter-spacing: -1px;
}

body.style-2 .navigation-banner-content .title {
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  line-height: 60px;
}

body.style-2 .navigation-banner-content .description {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
}

body.style-2 .search-button,
.header-wrapper.style-2 .search-button {
  background: #e9b500;
}

body.style-2 .sidebar-navigation {
  border: none;
}

body.style-2 .sidebar-navigation .title {
  background: #0f51a3;
  margin-bottom: 4px;
}

body.style-2 .sidebar-navigation .entry {
  border: 1px #f5f5f5 solid;
  background: #fafafa;
  margin-bottom: 4px;
}

body.style-2 .sidebar-navigation .entry .fa {
  color: #0f51a3;
}

body.style-2 .sidebar-navigation .entry:before {
  background: #0f51a3;
}

body.style-2 .sidebar-navigation-title {
  line-height: 70px;
  padding: 0 25px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

body.style-2 .cart-box.popup .content .price {
  color: #0f51a3;
}

body.style-2 .cart-box.popup .summary .grandtotal span {
  color: #0f51a3;
}

body.style-2 .button.style-4 {
  background: #0f51a3;
  border-color: #0f51a3;
}

body.style-2 .sidebar-navigation {
  margin-bottom: 50px;
}

body.style-2 .navigation-search-content .search-box {
  position: absolute;
  left: 0;
  right: 160px;
  margin-right: 0;
}

/**/

.sidebar-logos-row {
  margin-left: -8px;
  margin-right: -8px;
}

.sidebar-logos-row .entry {
  max-width: 95px;
  float: left;
  width: 33.33%;
  padding: 0 8px 8px 8px;
  margin-bottom: 10px;
}

.sidebar-logos-row a,
.sidebar-logos-row img {
  display: block;
  width: 100%;
  height: auto;
}

.sidebar-logos-row a img {
  filter: grayscale(100%);
}

.sidebar-logos-row a:hover img {
  filter: grayscale(0%);
}

@media (max-width: 1199px) {
  body.style-2 .sidebar-navigation-title {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-wrapper.style-2 .navigation {
    border-bottom: none;
    background: #0f51a3;
  }

  .header-wrapper.style-2 header:not(.fixed-header) nav>ul>li>a {
    color: #fff;
  }

  .header-wrapper.style-2 header:not(.fixed-header) nav>ul>li .fa {
    color: #6b9ddc;
  }

  .header-wrapper.style-2 header:not(.fixed-header) nav {
    display: block;
    padding-left: 300px;
    padding-right: 125px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
  }

  .header-wrapper.style-2 header:not(.fixed-header) .navigation.active nav {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }

  .header-wrapper.style-2 .navigation .navigation-search-content .search-box {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    display: block;
  }

  .header-wrapper.style-2 .navigation.active .navigation-search-content .search-box {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
  }

  body.style-2 .sidebar-navigation {
    margin-top: -95px;
    position: relative;
  }

  .header-wrapper.style-2 .sidebar-navigation .title,
    body.style-2 .sidebar-navigation .title {
    line-height: 16px;
    padding-top: 27px;
    padding-bottom: 27px;
    margin-bottom: 8px;
  }
}

/* 06.02 - navigation banner (size 1) */

.navigation-banner-swiper.size-1 .navigation-banner-content {
  height: 430px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 07 - TEMPLATE ELECTRONIC */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 07.01 - footer */

.footer-wrapper.style-3 footer:before {
  background: #333;
  bottom: 0;
  content: "";
  height: 100%;
  left: 50%;
  margin-left: -50000px;
  position: absolute;
  width: 100000px;
}

.footer-wrapper.style-3 .footer-bottom-navigation:before {
  background: #2e2e2e;
  bottom: 0;
  content: "";
  height: 100%;
  left: 50%;
  margin-left: -50000px;
  position: absolute;
  width: 100000px;
}

.footer-wrapper.style-3 .footer-columns-entry .column a {
  color: #a6a6a6;
}

.footer-wrapper.style-3 .footer-address a b {
  color: #fff;
}

.footer-wrapper.style-3 .footer-columns-entry .column a:hover,
.footer-wrapper.style-3 .footer-bottom-navigation .footer-links a:hover {
  color: #fff;
}

.footer-wrapper.style-3 #content-block .footer-address a:hover,
.footer-wrapper.style-3 #content-block .footer-address a:hover b {
  color: #fff;
  text-decoration: underline;
}

.footer-wrapper.style-3 .footer-columns-entry .column-title {
  color: #fff;
}

.footer-wrapper.style-3 .footer-description b {
  color: #fff;
}

.footer-wrapper.style-3 .footer-columns-entry {
  border: none;
}

.footer-wrapper.style-3 .footer-bottom-navigation .footer-links a {
  color: #aaa;
  border-color: #4a4a4a;
}

.footer-wrapper.style-3 .copyright a {
  color: #fff;
}

#content-block .footer-wrapper.style-3 .copyright a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-wrapper.style-3 #content-block .copyright a:hover {
  color: #fff;
  text-decoration: underline;
}

/* 07.02 - content styles */

body.style-3 .swiper-tabs .block-title:before {
  background: #008acc;
}

body.style-3 .product-slide-entry .title:hover {
  color: #008acc;
}

body.style-3 .bubbles span {
  background: #008acc;
}

body.style-3 .swiper-active-switch {
  background: #008acc;
  border-color: #008acc;
}

body.style-3 .price .current {
  color: #008acc;
  font-weight: 600;
}

body.style-3 .list-type-1 li .fa {
  color: #008acc;
}

body.style-3 .list-type-1 a:hover {
  color: #008acc;
}

body.style-3 .sidebar-navigation .title {
  background: #008acc;
}

body.style-3 .sidebar-navigation {
  border-color: #008acc;
}

body.style-3 .sidebar-navigation .entry .fa {
  color: #008acc;
}

body.style-3 .sidebar-navigation .entry:before {
  background: #008acc;
}

body.style-3 .inline-product-column-title {
  font-size: 18px;
  line-height: 22px;
}

body.style-3 .inline-product-entry .title:hover {
  color: #008acc;
}

body.style-3 .inline-product-entry .image:hover {
  border-color: #008acc;
}

body.style-3 .read-more:hover {
  color: #008acc;
}

body.style-3 .cart-box.popup .content .price {
  color: #008acc;
}

body.style-3 .cart-box.popup .summary .grandtotal span {
  color: #008acc;
}

body.style-3 .button.style-4 {
  background: #008acc;
  border-color: #008acc;
}

@media (min-width: 1200px) {
  body.style-3 .information-blocks {
    margin-bottom: 60px;
  }
}

/* 07.03 - header */

.header-wrapper.style-3 header:before {
  background: red;
  position: absolute;
  height: 1000px;
  width: 100000px;
  left: 50%;
  margin-left: -50000px;
  bottom: 35px;
  content: "";
  background: #0075ad;
}

.header-wrapper.style-3 .header-top-entry {
  color: #add7eb;
}

.header-wrapper.style-3 .header-top-entry .title {
  border-color: #348cb6;
}

.header-wrapper.style-3 .header-top-entry .title a {
  color: #add7eb;
}

.header-wrapper.style-3 .header-top .socials-box a {
  color: #add7eb;
}

.header-wrapper.style-3 .header-top .socials-box a:hover {
  color: #fff;
}

.header-wrapper.style-3 header .icon-entry .image {
  background: transparent;
  border: 2px #3391bd solid;
  border-radius: 50%;
}

.header-wrapper.style-3 header .icon-entry .image .fa {
  line-height: 41px;
  color: #fff;
}

.header-wrapper.style-3 header .icon-entry:hover .image {
  background: #3391bd;
}

.header-wrapper.style-3 header .icon-entry .text {
  color: #add7eb;
}

.header-wrapper.style-3 header .icon-entry .text b {
  color: #fff;
}

.header-wrapper.style-3 .header-top {
  border-color: #378fb9;
}

.header-wrapper.style-3 .header-functionality-entry {
  color: #add7eb;
  border-color: #3a91bb;
}

.header-wrapper.style-3 .header-functionality-entry b {
  color: #fff;
}

.header-wrapper.style-3 .header-middle {
  border: none;
}

.header-wrapper.style-3 .navigation-search-content .toggle-desktop-menu {
  border-color: #309ed3;
  width: 140px;
}

.header-wrapper.style-3 .navigation-search-content .search-box {
  margin-right: 175px;
}

@media (min-width: 1200px) {
  .header-wrapper.style-3 .navigation {
    border-bottom: none;
    background: #008acc;
  }

  .header-wrapper.style-3 header:not(.fixed-header) nav>ul>li>a {
    color: #fff;
  }

  .header-wrapper.style-3 header:not(.fixed-header) nav>ul>li .fa {
    color: #6b9ddc;
  }

  .header-wrapper.style-3 header:not(.fixed-header) nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 140px 0 20px;
    transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform-origin: 0% 50% 0px;
    -moz-transform-origin: 0% 50% 0px;
    -webkit-transform-origin: 0% 50% 0px;
    -ms-transform-origin: 0% 50% 0px;
  }

  .header-wrapper.style-3 header:not(.fixed-header) .navigation.active nav {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
  }

  .header-wrapper.style-3 .navigation .navigation-search-content .search-box {
    transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    display: block;
    transform-origin: 100% 50% 0px;
    -moz-transform-origin: 100% 50% 0px;
    -webkit-transform-origin: 100% 50% 0px;
    -ms-transform-origin: 100% 50% 0px;
  }

  .header-wrapper.style-3 .navigation.active .navigation-search-content .search-box {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }

  .header-wrapper.style-3 .navigation .navigation-search-content {
    height: 0;
  }
}

@media (max-width: 1199px) {
  .header-wrapper.style-3 header:before {
    bottom: 0;
  }

  .header-wrapper.style-3 .header-functionality-entry .fa {
    color: #fff;
  }

  .header-wrapper.style-3 .menu-button {
    color: #fff;
  }
}

/* 07.04 - banners */

.mozaic-banners-wrapper.type-2 .mozaic-banner-content {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 65%;
  display: block;
}

.mozaic-banners-wrapper.type-2 .row {
  margin: 0;
}

.mozaic-banners-wrapper.type-2 .banner-column {
  padding: 0px;
  margin-bottom: 16px;
}

.mozaic-banners-wrapper.type-2 .mozaic-swiper {
  border: none;
}

.mozaic-banners-wrapper.type-2 .mozaic-banner-entry {
  background: rgba(0,0,0,.5);
  border: none;
}

.mozaic-banners-wrapper.type-2 .mozaic-banner-entry.type-2 {
  height: 244.5px;
}

.mozaic-banners-wrapper.type-2 .mozaic-banner-entry.type-2,
.mozaic-banners-wrapper.type-2 .mozaic-banner-entry.type-3 {
  margin-bottom: 16px;
}

.mozaic-banners-wrapper.type-2 .mozaic-banner-content .subtitle {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  display: block;
}

.mozaic-banners-wrapper.type-2 .mozaic-banner-content .title {
  color: #ffffff;
  display: block;
}

.mozaic-banners-wrapper.type-2 .mozaic-banner-content .title-change {
  color: #2f2f2f;
  display: block;
}

.mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(1,138,204,0.7);*/
  content: "";
  opacity: 0;
}

body:not(.mobile) .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:hover .subtitle {
  color: #fff;
}

.mozaic-banners-wrapper.type-2 a.mozaic-banner-entry .title {
  font-weight: 400;
  letter-spacing: -1px;
}

body:not(.mobile) .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:hover .title {
  color: #fff;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
}

body:not(.mobile) .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:hover .description,
body:not(.mobile) .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:hover .view {
  color: #fff;
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
}

body:not(.mobile) .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:hover:before {
  opacity: 1;
}

.mozaic-banners-wrapper.type-2 .mozaic-swiper .pagination {
  bottom: auto;
  top: 20px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .mozaic-banners-wrapper.type-2 .mozaic-banner-content {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    max-width: 100%;
  }

  .mozaic-banners-wrapper.type-2 .mozaic-swiper .mozaic-banner-content {
    padding-top: 55px;
  }
}

/* 07.05 - sidebar text widget */

.text-widget {
}

.text-widget .image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 275px;
  margin-bottom: 15px;
}

.text-widget .description {
  font-size: 13px;
  line-height: 24px;
  color: #a3a2a2;
  margin-bottom: 10px;
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .text-widget .image {
    float: left;
    margin-right: 30px;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .text-widget .image {
    float: none;
    margin-right: 0;
  }
}

/* 07.06 - sidebar sales widget */

body.style-3 .sale-entry .sale-price span {
  color: #008acc;
}

.sale-entry .sale-image {
  margin: 0 0 -35px 0!important;
  display: none;
  max-width: 100%;
  height: auto;
  position: relative;
}

a.sale-entry:before {
  background: rgba(1, 138, 204, 0.7);
}

body:not(.mobile) a.sale-entry:hover:before {
  opacity: 1;
}

body:not(.mobile) a.sale-entry:hover .sale-price,
body:not(.mobile) a.sale-entry:hover .sale-price span,
body:not(.mobile) a.sale-entry:hover .sale-description {
  color: #fff!important;
}

@media (min-width: 992px) {
  .sale-entry .sale-image {
    display: block;
  }

  .sale-entry.vertical {
    text-align: center;
  }

  .sale-entry.vertical .sale-description {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sale-entry.vertical .sale-price {
    float: none;
    width: auto;
    border: none;
    margin-bottom: 15px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 08 - TEMPLATE MINIMAL */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 08.01 - header (class "type-2") */

.header-wrapper.style-4 header {
  padding-left: 55px;
  padding-right: 55px;
}

header.type-2 .full-width .submenu,
header.type-2 .full-width-columns .submenu {
  left: auto;
  right: 0;
}

header.type-2 .navigation-vertical-align {
  display: table;
  width: 100%;
  border-bottom: 1px #ebebeb solid;
  position: relative;
}

header.type-2 .navigation {
  border: none;
}

header.type-2 .nav-container {
  width: 80%;
}

header.type-2 #logo {
  margin: 10px 0;
}

header.type-2 .menu-button {
  position: relative;
  top: auto;
}

header.type-2 .header-functionality-entry {
  float: right;
}

header.type-2 .header-functionality-entry .fa {
  display: inline-block;
}

@media (min-width: 1200px) {
  header.type-2:not(.fixed-header) nav,
    header.type-2:not(.fixed-header) .navigation {
    position: static;
  }

  header.type-2:not(.fixed-header) .submenu {
    top: 50%;
    margin-top: 35px!important;
  }

  header.type-2:not(.fixed-header) nav>ul>li>a {
    font-weight: 500;
  }

  header.type-2:not(.fixed-header) nav>ul {
    float: right;
  }

  header.type-2:not(.fixed-header) .navigation {
    margin: 60px 0;
  }

  .header-wrapper.style-4 li.fixed-header-visible {
    display: block;
  }

  .header-wrapper.style-4 header.fixed-header nav {
    padding: 0 55px;
  }
}

/*Desktops (>=992px)*/

@media (max-width: 1199px) {
  header.type-2 .logo-container {
    width: 300px;
  }

  header.type-2 .nav-container {
    width: 400px;
  }
}

/* 08.02 - footer */

.footer-wrapper.style-4 footer {
  border-top: 1px #f0f0f0 solid;
}

.footer-wrapper.style-4 .copyright a {
  color: #c9ac37;
}

.footer-wrapper.style-4 .copyright a:hover {
  color: #464646;
}

.footer-wrapper.style-4 .footer-bottom-navigation .footer-links a:hover {
  color: #c9ac37;
}

/* 08.03 - content styles */

body.style-4 .content-center {
  max-width: 1280px;
  margin: 35px auto;
  background: #fff;
  padding: 0 55px;
}

body.style-4 .price .current {
  color: #c2a325;
  font-size: 18px;
  font-weight: 600;
}

body.style-4 .product-slide-entry .title:hover {
  color: #c9ac37;
}

body.style-4 .swiper-tabs .block-title:before {
  background: #c9ac37;
}

body.style-4 .swiper-tabs .block-title {
  display: inline-block;
  float: none;
}

body.style-4 .swiper-tabs {
  text-align: center;
}

body.style-4 .read-more:hover {
  color: #c9ac37;
}

body.style-4 .search-button {
  background: #c9ac37;
}

body.style-4 .swiper-active-switch {
  background: #c9ac37;
  border-color: #c9ac37;
}

body.style-4 .bubbles span {
  background: #c9ac37;
}

body.style-4 .cart-box.popup .content .price {
  color: #c2a325;
}

body.style-4 .cart-box.popup .summary .grandtotal span {
  color: #c2a325;
}

body.style-4 .button.style-4 {
  background: #c2a325;
  border-color: #c2a325;
}

@media (max-width: 1199px) {
  body.style-4 .content-center {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* 08.04 - banner */

body.style-4 .navigation-banner-content {
  height: 600px;
  width: 62%;
}

body.style-4 .navigation-banner-content .subtitle {
  font-size: 20px;
  line-height: 24px;
  color: #a58d2d;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

body.style-4 .navigation-banner-content .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -3px;
  color: #000;
  margin-bottom: 12px;
}

body.style-4 .navigation-banner-content .description {
  font-size: 20px;
  line-height: 24px;
  color: #848484;
}

/* 08.05 - products */

.custom-col-5-in-row {
  float: left;
  width: 20%;
  padding: 0 15px;
}

.custom-col-5-in-row:nth-child(5n+1) {
  clear: both;
}

.products-grid {
  margin-bottom: 20px;
}

body.style-4 .products-grid {
  text-align: center;
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .custom-col-5-in-row {
    width: 25%;
  }

  .custom-col-5-in-row:nth-child(5n+1) {
    clear: none;
  }

  .custom-col-5-in-row:nth-child(4n+1) {
    clear: both;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .custom-col-5-in-row {
    width: 33.33333%;
  }

  .custom-col-5-in-row:nth-child(4n+1) {
    clear: none;
  }

  .custom-col-5-in-row:nth-child(3n+1) {
    clear: both;
  }
}

@media (max-width: 450px) {
  .custom-col-5-in-row {
    width: 50%;
  }

  .custom-col-5-in-row:nth-child(3n+1) {
    clear: none;
  }

  .custom-col-5-in-row:nth-child(2n+1) {
    clear: both;
  }
}

/* 08.06 - content text widgets */

.content-text-widget-container {
  padding: 40px 0;
  border-top: 1px #f0f0f0 solid;
  margin-bottom: 0!important;
}

.content-text-widget {
  padding: 30px 30px 30px 70px;
}

.content-text-widget:first-child {
  padding: 30px 70px 30px 30px;
  border-right: 1px #f0f0f0 solid;
}

.content-text-widget .title {
  font-size: 24px;
  color: #2e2e2e;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}

.content-text-widget .description {
  font-size: 14px;
  color: #999797;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .content-text-widget,
    .content-text-widget:first-child {
    padding: 0;
    border: none;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 09 - TEMPLATE PARALLAX */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 09.01 - header */

.header-wrapper.style-5 header.type-2 {
  background: none;
}

.header-wrapper.style-5 header.type-2 .navigation-vertical-align {
  border: none;
}

.header-wrapper.style-5 .header-functionality-entry .fa {
  color: #fff;
}

@media (min-width: 1200px) {
  .header-wrapper.style-5 header.type-2:not(.fixed-header) .navigation {
    margin: 45px 0;
  }

  .header-wrapper.style-5 header.fixed-header .nav-overflow {
    background: #262626;
    border: none;
  }

  .header-wrapper.style-5 nav>ul>li>a {
    color: #fff;
    font-weight: 700!important;
  }

  .header-wrapper.style-5 nav>ul>li>.fa {
    color: #6e6e6e;
  }

  .header-wrapper.style-5 .fixed-header-square-button .fa {
    color: #fff;
  }

  .header-wrapper.style-5 .fixed-header-square-button .fa:hover {
    color: #c7c7c7;
  }

  .header-wrapper.style-5 li.fixed-header-visible {
    display: block;
  }
}

/* 09.02 - footer */

footer.type-2 {
  background: #262626;
  text-align: center;
  padding: 20px 0 20px 0;
}

footer.type-2 .footer-logo {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 30px;
}

footer.type-2 .footer-links a {
  color: #fff;
  border-color: #3b3b3b;
}

footer.type-2 .footer-links a:hover {
  color: #f17e0e;
}

footer.type-2 .copyright a {
  color: #f17e0e;
}

#content-block footer.type-2 .copyright a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  footer.type-2 {
    padding: 50px 0 50px 0;
  }

  footer.type-2 .footer-links a {
    display: block;
    padding: 3px 0;
    border: none;
    margin: 0;
  }

  footer.type-2 .footer-links {
    margin-bottom: 25px;
  }
}

/* 09.03 - content styles */

body.style-5.opened-menu .content-push {
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}

body.style-5 .search-button {
  background: #f17e0e;
}

body.style-5 .bubbles span {
  background: #f17e0e;
}

body.style-5 .cart-box.popup .content .price {
  color: #f17e0e;
}

body.style-5 .cart-box.popup .summary .grandtotal span {
  color: #f17e0e;
}

body.style-5 .button.style-4 {
  background: #f17e0e;
  border-color: #f17e0e;
}

/* 09.04 - parallax slide */

.parallax-slide {
  position: relative;
}

.parallax-clip {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  clip: rect(auto, auto, auto, auto);
}

.fixed-parallax {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center top;
  -webkit-transform: translateZ(0);
}

.fixed-parallax:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

.parallax-slide .position-center {
  height: inherit;
  min-height: inherit;
  position: relative;
}

.parallax-vertical-align {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -85px;
  text-align: center;
}

.parallax-article {
  padding: 0 15px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .fixed-parallax.parallax-fullwidth {
    position: relative;
  }

  .information-blocks.parallax-fullwidth-inner {
    overflow: visible;
  }
}

@media (min-width: 1200px) {
  .parallax-article.left-align {
    transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
  }

  .parallax-article.right-align {
    transform: translateX(10%);
    -moz-transform: translateX(10%);
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
  }
}

.parallax-article .subtitle {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.parallax-article.dark-text .subtitle {
  color: #d62020;
}

.parallax-article .title {
  color: #fff;
  font-size: 80px;
  line-height: 72px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}

.parallax-article.dark-text .title {
  color: #303030;
  border-color: #303030!important;
}

.parallax-article .description {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  max-width: 470px;
  margin: 0 auto 25px auto;
}

.parallax-article.dark-text .description {
  color: #808080;
}

.parallax-article .info {
  font-size: 0;
}

.parallax-article .info .button {
  margin: 0 5px 5px 5px;
}

.parallax-slide.auto-slide {
  height: auto!important;
  padding: 200px 0;
  text-align: center;
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .parallax-slide.auto-slide {
    padding: 150px 0;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .parallax-article .subtitle {
    font-size: 18px;
    line-height: 18px;
  }

  .parallax-article .title {
    font-size: 40px;
    line-height: 38px;
  }

  .parallax-slide.auto-slide {
    padding: 100px 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 10 - TEMPLATE LEFTSIDEBAR */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 10.01 - header */

.simple-search-form {
  border: 1px #e8e8e8 solid;
  padding: 6px 0 6px 12px;
  position: relative;
  background: #fff;
}

.simple-search-form.active {
  border-color: #3d3d3d;
}

.simple-search-form input[type="text"] {
  width: 100%;
  border: none;
  height: 25px;
  line-height: 25px;
  background: none;
  padding: 0 45px 0 0;
  font-size: 13px;
  color: #222;
  font-weight: 300;
}

.simple-search-form .simple-submit {
  position: absolute;
  width: 38px;
  height: 25px;
  border-left: 1px #e8e8e8 solid;
  top: 6px;
  right: 0;
  cursor: pointer;
  color: #919191;
}

.simple-search-form .simple-submit:hover {
  color: #222;
}

.simple-search-form .simple-submit input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.simple-search-form .simple-submit .fa {
  font-size: 13px;
  line-height: 25px;
  display: block;
  text-align: center;
  color: inherit;
}

.sidebar-header-content {
  padding: 40px 30px 20px 30px;
}

header.type-3 {
  border: 1px #f7f7f7 solid;
}

header.type-3 .logo-container {
  text-align: center;
  margin-bottom: 17px;
}

header.type-3 .simple-search-form {
  margin-bottom: 30px;
}

header.type-3 .header-functionality-entry {
  padding-left: 0;
}

@media (min-width: 1200px) {
  header.type-3 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300px;
    padding: 0;
  }

  header.type-3 .navigation {
    border: none;
  }

  header.type-3:not(.fixed-header) nav>ul>li {
    padding: 0 40px 0 30px;
    float: left;
    position: relative;
    width: auto;
    clear: both;
    display: inline-block;
  }

  header.type-3:not(.fixed-header) nav>ul>li>a {
    line-height: 50px;
  }

  header.type-3:not(.fixed-header) nav>ul>li.fixed-header-visible {
    display: none;
  }

  #content-block header.type-3:not(.fixed-header) .submenu {
    top: 0;
    left: 100%;
    margin: 0;
  }

  header.type-3:not(.fixed-header) .full-width .submenu,
    header.type-3:not(.fixed-header) .full-width-columns .submenu {
    width: 1100px;
    width: calc(100vw - 300px);
    max-width: 1170px!important;
  }

  header.type-3:not(.fixed-header) nav>ul>li>a .menu-label {
    right: 10px;
  }

  header.type-3 .navigation-footer {
    display: block!important;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 300px;
    padding: 0 15px;
    text-align: center;
  }

  header.type-3 .socials-box {
    float: none;
    margin: 0;
  }

  header.type-3 .socials-box a {
    margin: 0;
  }

  header.type-3 .navigation-copyright {
    color: #7f7f7f;
    padding: 15px 0;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  header.type-3:not(.fixed-header) .full-width .full-width-menu-items-left {
    margin-right: 450px;
  }

  header.type-3:not(.fixed-header) .full-width .full-width-menu-items-right {
    width: 380px;
  }

  header.type-3:not(.fixed-header) .full-width .menu-slider-in .product-slide-entry {
    width: 116px;
  }
}

@media (max-width: 1199px) {
  header.type-3 .simple-search-form {
    display: none;
  }

  .sidebar-header-content {
    display: table;
    padding: 10px 0;
    width: 100%;
  }

  header.type-3 .logo-container {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 300px;
  }

  header.type-3 .header-responsive-column {
    display: table-cell;
    vertical-align: middle;
    width: 400px;
  }

  header.type-3 .header-responsive-column .responsive-menu-toggle-class {
    float: right;
  }

  header.type-3 .header-functionality-entry {
    float: right;
  }

  header.type-3 .menu-button {
    position: relative;
    float: right;
    top: auto;
  }
}

/* 10.02 - content */

.sidebar-content-wrapper {
  margin-left: 300px;
}

.product-mix-box {
  padding-bottom: 100px;
}

.product-mix-box .product-slide-entry {
  float: left;
  width: 16.6666666%;
  max-width: 100%;
  position: relative;
  margin-bottom: 0;
}

.product-mix-box .product-slide-entry .product-image {
  margin-bottom: 0;
}

.product-mix-box .product-slide-entry:nth-child(6n+1) {
  clear: both;
}

.product-mix-info {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 25px 10px;
  transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  opacity: 0;
}

.product-slide-entry:hover .product-mix-info {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
}

body.style-6 .bubbles span {
  background: #d88e00;
}

body.style-6 .product-slide-entry .title:hover {
  color: #d88e00;
}

body.style-6 .price .current {
  color: #d88e00;
}

body.style-6 .socials-box a:hover {
  color: #f3a000;
}

body.style-6 .navigation-copyright a {
  color: #f3a000;
}

body.style-6 .search-button {
  background: #f3a000;
}

body.style-6 .product-slide-entry:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

body.style-6 .cart-box.popup .content .price {
  color: #d88e00;
}

body.style-6 .cart-box.popup .summary .grandtotal span {
  color: #d88e00;
}

body.style-6 .button.style-4 {
  background: #d88e00;
  border-color: #d88e00;
}

body.style-6 .submenu.right-align {
  left: 100%!important;
  right: auto;
}

@media (min-width: 1200px) {
  .sidebar-content-wrapper.fixed-header-margin {
    padding-top: 0!important;
  }
}

@media (max-width: 1800px) {
  .product-mix-box .product-slide-entry {
    width: 20%;
  }

  .product-mix-box .product-slide-entry:nth-child(6n+1) {
    clear: none;
  }

  .product-mix-box .product-slide-entry:nth-child(5n+1) {
    clear: both;
  }
}

/*Desktops (>=992px)*/

@media (max-width: 1199px) {
  .sidebar-content-wrapper {
    margin: 0 30px 30px 30px;
  }

  .product-mix-box {
    padding-bottom: 0;
  }
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .product-mix-box .product-slide-entry {
    width: 25%;
  }

  .product-mix-box .product-slide-entry:nth-child(5n+1) {
    clear: none;
  }

  .product-mix-box .product-slide-entry:nth-child(4n+1) {
    clear: both;
  }

  .product-mix-info {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .sidebar-content-wrapper {
    margin: 0 15px 15px 15px;
  }
}

@media (max-width: 768px) {
  .product-mix-box .product-slide-entry {
    width: 50%;
  }

  .product-mix-box .product-slide-entry:nth-child(3n+1) {
    clear: none;
  }

  .product-mix-box .product-slide-entry:nth-child(2n+1) {
    clear: both;
  }
}

@media (max-width: 400px) {
  .product-mix-box .product-slide-entry {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 11 - TEMPLATE WIDE */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 11.01 - header */

.header-wrapper.style-7 header.fixed-header nav {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .header-wrapper.style-7 header.type-2 {
    background: #262626;
  }
}

/* 11.02 - content styles */

body.style-7 .bubbles span {
  background: #66900d;
}

.footer-wrapper.style-7 footer.type-2 .copyright a {
  color: #66900d;
}

.footer-wrapper.style-7 footer.type-2 .footer-links a:hover {
  color: #66900d;
}

body.style-7 .search-button {
  background: #66900d;
}

body.style-7 .product-slide-entry {
  max-width: 310px;
  text-align: center;
}

body.style-7 .product-slide-entry .title:hover {
  color: #66900d;
}

.product-slide-entry .subtitle {
  font-size: 15px;
  line-height: 22px;
  color: #2e2e2e;
  font-weight: 600;
  display: block;
  text-align: left;
}

.product-slide-entry .subtitle:hover {
  color: #66900d;
}

.product-slide-entry .date {
  font-size: 13px;
  line-height: 22px;
  color: #a3a2a2;
  text-align: left;
}

body.style-7 .information-blocks {
  border-top: 1px #ebebeb solid;
}

body.style-7 .information-blocks:first-child {
  border: none;
}

body.style-7 .price .current {
  color: #66900d;
}

body.style-7 .swiper-active-switch {
  background: #66900d;
  border-color: #66900d;
}

body.style-7 .cart-box.popup .content .price {
  color: #66900d;
}

body.style-7 .cart-box.popup .summary .grandtotal span {
  color: #66900d;
}

body.style-7 .button.style-4 {
  background: #66900d;
  border-color: #66900d;
}

@media (min-width: 1200px) {
  body.style-7 .information-blocks {
    margin-bottom: 100px;
  }
}

/* 11.03 - fullscreen banner */

.parallax-slide .swiper-container {
  height: inherit!important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.parallax-slide .swiper-wrapper {
  height: inherit!important;
}

.parallax-slide .swiper-slide {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.parallax-slide .swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}

.swiper-slide .parallax-article .subtitle {
  transform: translateX(300px);
  -moz-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  opacity: 0;
}

.swiper-slide .parallax-article .title {
  font-size: 100px;
  line-height: 90px;
  border-top: 4px #fff solid;
  border-bottom: 4px #fff solid;
  display: inline-block;
  margin-bottom: 25px;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  opacity: 0;
  backface-visibility: hidden;
  -webki-backface-visibility: hidden;
}

.swiper-slide .parallax-article .description {
  transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  opacity: 0;
}

.swiper-slide .parallax-article .info {
  transform: translateX(300px);
  -moz-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  opacity: 0;
}

.swiper-slide.active .parallax-article .subtitle,
.swiper-slide.active .parallax-article .description,
.swiper-slide.active .parallax-article .info {
  transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  opacity: 1;
}

.swiper-slide.active .parallax-article .title {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
}

/* 11.04 - creative square box */

.creative-square-box {
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  height: 360px;
  overflow: hidden;
}

.creative-square-box .background-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

body:not(.mobile) .creative-square-box:hover .background-box {
  transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
}

.creative-square-box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

body:not(.mobile) .creative-square-box:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

.creative-square-box .cell-view {
  width: 1000px;
  position: relative;
  z-index: 2;
}

.creative-square-box .parallax-article {
  max-width: 430px;
  margin: 0 auto;
}

.creative-square-box .parallax-article .subtitle {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 12px;
}

.creative-square-box .parallax-article .title {
  font-size: 60px;
  line-height: 55px;
  margin-bottom: 12px;
}

/*Desktops (>=992px)*/

@media (max-width: 1199px) {
  .creative-square-box .parallax-article .title {
    font-size: 45px;
    line-height: 40px;
  }
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .creative-square-box {
    height: 300px;
  }

  .creative-square-box .parallax-article .title {
    font-size: 35px;
    line-height: 30px;
  }

  .creative-square-box .parallax-article .subtitle {
    font-size: 14px;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .creative-square-box {
    height: auto;
  }

  .creative-square-box .cell-view {
    display: block;
    width: auto;
    padding: 25px 0;
  }

  .swiper-slide .parallax-article .title {
    font-size: 55px;
    line-height: 50px;
  }
}

/* 11.05 - blog slider */

.block-header {
  text-align: center;
  max-width: 665px;
  padding: 85px 0 0 0;
  margin: 0 auto 45px auto;
}

.block-header .title {
  font-size: 40px;
  line-height: 40px;
  color: #2e2e2e;
  font-weight: 400;
  margin-bottom: 15px;
}

.block-header .description {
  font-size: 16px;
  line-height: 25px;
  color: #929292;
  font-weight: 300;
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .block-header {
    padding-top: 40px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 12 - TEMPLATE GRID */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 12.01 - header */

.header-wrapper.style-8 header.type-1 {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .header-wrapper.style-8 header.type-1 {
    padding: 0;
  }

  .header-wrapper.style-8 header.type-1 .nav-overflow {
    position: fixed;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    border: none;
    background: #fff;
  }

  .header-wrapper.style-8 header.type-1 nav {
    padding: 0 60px;
    max-width: 100%;
  }

  .header-wrapper.style-8 header.type-1 .fixed-header-visible {
    display: block;
  }

  .header-wrapper.style-8 header.type-1 nav {
    text-align: right;
  }

  .header-wrapper.style-8 header.type-1 nav>ul {
    display: inline-block;
  }

  .header-wrapper.style-8 header nav>ul>li>a {
    font-weight: 700;
    line-height: 100px;
  }

  .header-wrapper.style-8 header nav>ul>li:last-child {
    padding-right: 0;
  }

  .header-wrapper.style-8 header .additional-header-logo {
    left: 60px;
  }

  .header-wrapper.style-8 header .navigation {
    height: auto;
    border: none;
  }

  .header-wrapper.style-8 header .header-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #8ab408;
    border: none;
    height: 55px;
    padding-left: 20px;
    z-index: 1;
  }

  .header-wrapper.style-8 header .header-top-entry,
    body.style-8 header .header-top-entry .title a {
    color: #fff;
  }

  .header-wrapper.style-8 header .additional-header-logo img {
    max-height: 70px;
  }

  .header-wrapper.style-8 header .fixed-header-square-button {
    margin-top: 0;
  }

  .header-wrapper.style-8 header .header-functionality-entry {
    color: #fff;
  }

  .header-wrapper.style-8 header .header-functionality-entry:hover {
    color: #e3e3e3;
  }

  .header-wrapper.style-8 header .header-functionality-entry b {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff;
  }

  .header-wrapper.style-8 header .logo-wrapper {
    display: none;
  }

  .header-wrapper.style-8 header .header-middle {
    border: none;
  }

  .header-wrapper.style-8 header .header-middle .right-entries {
    position: absolute;
    top: 20px;
    right: 0;
    position: fixed;
    z-index: 1;
  }

  .header-wrapper.style-8 header .header-middle .open-cart-popup {
    position: relative;
    padding: 0 30px;
    color: #cee094;
  }

  .header-wrapper.style-8 header .header-middle .open-cart-popup * {
    position: relative;
  }

  .header-wrapper.style-8 header .header-middle .open-cart-popup:before {
    position: absolute;
    width: 100%;
    height: 55px;
    top: -20px;
    left: -1px;
    background: #7fa606;
    content: "";
  }

  .header-wrapper.style-8 .fixed-header-margin {
    padding: 55px 0 100px 0!important;
  }

  .header-wrapper.style-8 header .submenu {
    bottom: 100%;
    top: auto;
    text-align: left;
  }

  .header-wrapper.style-8 header .submenu-links-line {
    top: auto;
    bottom: 100%;
  }

  .header-wrapper.style-8 header .full-width .submenu,
    body.style-8 header .full-width-columns .submenu {
    left: auto;
    right: 0;
  }
}

/* 12.02 - content styles */

body.style-8 .product-slide-entry .title:hover {
  color: #8ab408;
}

body.style-8 .product-slide-entry .price .current {
  color: #8ab408;
}

body.style-8 .search-button {
  background: #8ab408;
}

body.style-8 .bubbles span {
  background: #8ab408;
}

body.style-8 .product-slide-entry:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

body.style-8 .cart-box.popup .content .price {
  color: #8ab408;
}

body.style-8 .cart-box.popup .summary .grandtotal span {
  color: #8ab408;
}

body.style-8 .button.style-4 {
  background: #8ab408;
  border-color: #8ab408;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 13 - TEMPLATE FULLWIDTHHEADER */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 13.01 - header */

.header-wrapper.style-9 header.type-1 {
  margin-bottom: 30px;
}

.departmets-drop-down {
  float: left;
  position: relative;
  z-index: 1;
  line-height: 55px;
}

.departmets-drop-down .title {
  font-size: 14px;
  color: #2f2f2f;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.departmets-drop-down .fa {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.departmets-drop-down .title .fa {
  display: none;
  width: 14px;
  text-align: center;
}

.departmets-drop-down .title .fa:first-child {
  display: inline-block;
}

.departmets-drop-down .title.active .fa {
  display: inline-block;
}

.departmets-drop-down .title.active .fa:first-child {
  display: none;
}

.departmets-drop-down .list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 1;
  background: #fff;
  border: 1px #ebebeb solid;
  min-width: 280px;
  display: none;
}

.departmets-drop-down .list a {
  border-top: 1px solid #f2f2f2;
  color: #2e2e2e;
  display: block;
  font-size: 13px;
  line-height: 15px;
  margin-top: -1px;
  padding: 16px 20px;
}

.departmets-drop-down .list a:hover {
  color: #878787;
}

.departmets-drop-down .list a .fa {
  color: #bdbdbd;
  margin-right: 7px;
}

@media (min-width: 1200px) {
  .header-wrapper.style-9 header.type-1 .header-top {
    padding-left: 30px;
  }

  .header-wrapper.style-9 header.type-1 .header-middle {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-wrapper.style-9 header.type-1 .header-top-entry {
    z-index: 1;
  }

  .header-wrapper.style-9 header.type-1 .full-width .submenu,
    body.style-9 header.type-1 .full-width-columns .submenu {
    left: auto;
    right: 0;
  }

  .header-wrapper.style-9 header.type-1 {
    padding: 0;
  }

  .header-wrapper.style-9 header.type-1 .navigation {
    position: absolute;
    top: 0;
    right: 0px;
    left: 0;
    height: 55px;
    border: none;
  }

  .header-wrapper.style-9 header.type-1:not(.fixed-header) nav>ul>li>a {
    line-height: 55px;
  }

  .header-wrapper.style-9 header.type-1:not(.fixed-header) nav>ul {
    float: right;
  }

  .header-wrapper.style-9 header.type-1:not(.fixed-header) nav>ul>li>a .menu-label {
    top: 3px;
  }

  .header-wrapper.style-9 header.fixed-header nav {
    max-width: 100%;
    padding: 0 30px;
  }

  .header-wrapper.style-9 header .additional-header-logo {
    left: 30px;
  }
}

/* 13.02 - footer */

.footer-wrapper.style-9 footer.type-2 {
  background: #f7f7f7;
}

.footer-wrapper.style-9 footer.type-2 .footer-links a {
  color: #3d3d3d;
}

.footer-wrapper.style-9 footer.type-2 .footer-links a:hover {
  color: #c19f00;
}

.footer-wrapper.style-9 footer.type-2 .copyright a {
  color: #c19f00;
}

.footer-wrapper.style-9 footer.type-2 .copyright a:hover {
  color: #3d3d3d!important;
}

/* 13.03 - content styles */

body.style-9 .search-button,
.header-wrapper.style-9 .search-button {
  background: #e4bc00;
}

body.style-9 .block-title {
  font-size: 16px;
}

body.style-9 .swiper-tabs .block-title:before {
  background: #e0ba06;
}

body.style-9 .product-slide-entry .title:hover {
  color: #e4bc00;
}

body.style-9 .price .current {
  color: #e4bc00;
}

body.style-9 .bubbles span {
  background: #c19f00;
}

body.style-9 .list-type-1 a:hover {
  color: #c19f00;
}

body.style-9 .list-type-1 li .fa {
  color: #e0ba06;
}

body.style-9 .swiper-active-switch {
  background: #e0ba06;
  border-color: #e0ba06;
}

body.style-9 .cart-box.popup .content .price {
  color: #e4bc00;
}

body.style-9 .cart-box.popup .summary .grandtotal span {
  color: #e4bc00;
}

body.style-9 .button.style-4 {
  background: #e4bc00;
  border-color: #e4bc00;
}

/* 13.04 - promo banner */

.promo-banner-box {
  position: relative;
  background-size: cover;
  background-position: right top;
  height: 400px;
  margin-bottom: 30px;
  display: block;
}

.promo-banner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: inherit;
  content: "";
}

body:not(.mobile) .promo-banner-box:hover:before {
  opacity: 0.8;
}

.promo-banner-box .promo-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  padding: 10px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  background-color: rgba(0,0,0,.5);
}

body:not(.mobile) .promo-banner-box:hover .promo-text {
  bottom: 50%;
  background-color: rgba(0,0,0,0);
  transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
}

.promo-banner-box .promo-text .title {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  display: block;
}

.promo-banner-box .promo-text .description {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: -5px;
  display: block;
  letter-spacing: -0.3px;
}

body:not(.mobile) .promo-banner-box:hover .promo-text .description {
  margin-bottom: 5px;
}

.promo-banner-box .promo-text .detail-link {
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  border-bottom: 1px #fff solid;
}

body:not(.mobile) .promo-banner-box .promo-text .detail-link:hover,
body:not(.mobile) .promo-banner-box:hover .promo-text .detail-link {
  border-color: transparent;
}

.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5 {
  /*padding: 0 8px;*/
  padding: 0 15px;
  float: left;
  position: relative;
}

.custom-col-1 {
  width: 50%;
}

.custom-col-2 {
  width: 20%;
}

.custom-col-3 {
  width: 78%;
  left: -22%;
}

.custom-col-4 {
  width: 20%;
  /*left: 78%;*/
}

.custom-col-5 {
  width: 100%;
}

@media (max-width: 1500px) {
  .custom-col-1 {
    width: 25%;
  }

  .custom-col-2 {
    width: 25%;
  }

  .custom-col-3 {
    width: 75%;
    left: -25%;
  }

  .custom-col-4 {
    width: 25%;
    left: 75%;
  }

  .promo-banner-box {
    height: auto;
    padding-bottom: 100%;
  }

  .promo-banner-box .promo-text .description {
    font-size: 45px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}

/*Desktops (>=992px)*/

@media (max-width: 1199px) {
  .promo-banner-box .promo-text .description {
    font-size: 35px;
    line-height: 32px;
    letter-spacing: -1px;
  }
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .custom-col-1 {
    width: 50%;
  }

  .custom-col-2 {
    width: 50%;
  }

  .custom-col-3 {
    width: 100%;
    left: 0;
  }

  .custom-col-4 {
    width: 100%;
    left: 0;
  }

  .custom-col-5 {
    width: 50%;
  }

  .promo-banner-box .promo-text .description {
    font-size: 60px;
    line-height: 55px;
    letter-spacing: -3px;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .promo-banner-box .promo-text .description {
    font-size: 35px;
    line-height: 32px;
    letter-spacing: -1px;
  }
}

/*Phones (<768px)*/

@media (max-width: 450px) {
  .custom-col-1,
    .custom-col-2,
    .custom-col-5 {
    width: 100%;
  }

  .custom-col-3:last-child {
    left: 0%;
  }

  .custom-col-2:first-child {
    left: 0%;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 14 - TEMPLATE PRODUCTS */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 14.01 - header */

.header-product {
  display: table;
  width: 100%;
}

.header-product .logo-wrapper {
  padding: 10px 0;
  width: 250px;
}

.product-header-message {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

.product-header-content {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 450px;
}

.product-header-content .line-entry {
  display: inline-block;
  vertical-align: bottom;
}

header .line-entry {
  white-space: nowrap;
}

.product-header-content .middle-line {
  height: 1px;
  background: #ebebeb;
}

.header-wrapper.style-10 .line-entry:last-child {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-wrapper.style-10 .header-top-entry:last-child .title {
  padding-right: 0;
}

@media (min-width: 1200px) {
  .header-wrapper.style-10 header:not(.fixed-header) nav>ul>li>a {
    color: #fff;
  }

  .header-wrapper.style-10 nav>ul>li>.fa {
    color: #979797;
  }

  .header-wrapper.style-10 .navigation {
    border: none;
  }

  .header-wrapper.style-10 header:not(.fixed-header) .nav-overflow {
    background: #323232;
    border: none;
  }

  .header-wrapper.style-10 .nav-overflow:before {
    content: "";
    width: 100000px;
    left: 50%;
    margin-left: -50000px;
    position: absolute;
    top: 0;
    height: 100%;
    background: inherit;
  }
}

/*Desktops (>=992px)*/

@media (max-width: 1199px) {
  .header-wrapper.style-10 header {
    padding-top: 55px!important;
  }

  .product-header-message {
    display: none;
  }

  .product-header-content .line-entry:first-child {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .header-wrapper.style-10 .header-top-entry .title {
    border: none;
    padding-left: 0;
  }

  .increase-icon-responsive span {
    display: none;
  }

  .product-header-content {
    width: 400px;
  }

  .header-product .logo-wrapper {
    width: 400px;
  }

  .product-header-content .middle-line {
    display: none;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .product-header-content .line-entry:first-child {
    left: 15px;
    right: 15px;
  }
}

/* 14.02 - footer */

.footer-wrapper.style-10 footer {
  background: #fafafa;
  padding-top: 30px;
}

.footer-wrapper.style-10 footer:before {
  content: "";
  width: 100000px;
  left: 50%;
  margin-left: -50000px;
  position: absolute;
  top: 0;
  height: 100%;
  background: inherit;
}

.footer-wrapper.style-10 .footer-columns-entry {
  background: #fff;
  margin: 0 -50px 0 -50px;
  padding-left: 50px;
  padding-right: 50px;
  border: none;
}

.footer-wrapper.style-10 .footer-address a b {
  color: #ca1515;
}

.footer-wrapper.style-10 .copyright a {
  color: #ca1515;
}

.footer-wrapper.style-10 .footer-links a:hover {
  color: #ca1515;
}

.footer-wrapper.style-10 .footer-columns-entry .column a:hover {
  color: #ca1515;
}

/* 14.03 - content styles */

body.style-10 .bubbles span {
  background: #ca1515;
}

body.style-10 .inline-product-entry .title:hover {
  color: #ca1515!important;
}

body.style-10 .price .current {
  color: #ca1515;
}

body.style-10 .inline-product-entry .image:hover {
  border-color: #ca1515;
}

body.style-10 .product-slide-entry {
  text-align: center;
}

body.style-10 .swiper-tabs .block-title:before {
  background: #ca1515;
}

body.style-10 .swiper-active-switch {
  background: #ca1515;
  border-color: #ca1515;
}

body.style-10 .hover-class-1:after {
  background: #2e2e2e;
}

body.style-10 .sidebar-column .block-title {
  font-size: 18px;
}

body.style-10 .sidebar-column .inline-product-entry .image {
  width: 70px;
}

body.style-10 .sidebar-column .inline-product-entry .content {
  margin-left: 85px;
}

body.style-10 .sidebar-column .inline-product-entry .content .cell-view {
  height: 70px;
}

body.style-10 .sidebar-column .inline-product-entry .title {
  line-height: 22px;
  color: #2e2e2e;
  font-weight: 600;
}

.inline-product-entry .description {
  font-size: 13px;
  line-height: 15px;
  color: #a3a2a2;
  font-weight: 400;
}

body.style-10 .product-slide-entry .title:hover {
  color: #ca1515;
}

body.style-10 .sale-entry .sale-price span {
  color: #ca1515;
}

body.style-10 a.sale-entry:before {
  background: rgba(202, 21, 21, 0.7);
}

body.style-10 .search-button {
  background: #ca1515;
}

body.style-10 .styled-form .submit-wrapper {
  background: #ca1515;
}

body.style-10 .sidebar-navigation .title {
  background: #ca1515;
}

body.style-10 .sidebar-navigation {
  border-color: #ca1515;
}

body.style-10 .sidebar-navigation .entry:before {
  background: #ca1515;
}

body.style-10 .read-more:hover {
  color: #ca1515;
}

body.style-10 .list-type-1 a:hover {
  color: #ca1515;
}

body.style-10 .product-slide-entry .subtitle:hover {
  color: #ca1515;
}

.header-wrapper.style-10 .header-top-entry.increase-icon-responsive.open-search-popup .title {
  border-left: none;
}

@media (max-width: 1199px) {
  body.style-10 .search-box.popup::before {
    right: auto;
    left: 0;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  body.style-10 .search-box.popup {
    right: auto!important;
    left: 30px!important;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  body.style-10 .search-box.popup {
    right: auto!important;
    left: 15px!important;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 15 - PRODUCTS DETAIL BOX */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*preview box*/

.product-preview-box {
  max-width: 480px;
}

.product-preview-box .pagination {
  display: none;
}

.product-preview-box .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.product-zoom-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  opacity: 0;
}

.product-zoom-container.visible {
  display: block;
}

.product-zoom-container .move-box {
  position: absolute;
  width: 300%;
  left: 0;
  top: 0;
}

.product-zoom-container .default-image {
  display: block;
  width: 100%;
  height: auto;
}

.product-zoom-container .zoomed-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.product-zoom-container .zoom-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
  height: 35%;
  border: 3px rgba(255, 255, 255, 0.4) solid;
}

.product-preview-swiper {
  margin-bottom: 15px;
}

.swiper-hidden-edges {
  overflow: hidden;
}

.product-thumbnails-swiper {
  margin-left: -8px;
  margin-right: -8px;
}

.product-thumbnails-swiper .paddings-container {
  padding: 0 8px;
}

.product-thumbnails-swiper .swiper-slide {
  cursor: pointer;
}

.product-thumbnails-swiper .swiper-slide.selected .paddings-container {
  opacity: 0.5;
}

/*breadcrumb*/

.breadcrumb-box {
  font-size: 0;
  margin-bottom: 25px;
}

.breadcrumb-box a {
  display: inline-block;
  font-size: 13px;
  color: #696969;
  line-height: 16px;
  margin-right: 7px;
  padding: 7px 0;
}

.breadcrumb-box a:after {
  content: "\F105";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 7px;
}

.breadcrumb-box a:last-child:after {
  display: none;
}

.breadcrumb-box a:hover {
  color: #2e2e2e;
}

.breadcrumb-entry {
  padding: 40px 0;
  background-position: center center;
  background-repeat: no-repeat;
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  text-align: center;
  background-size: cover;
}

.breadcrumb-entry.align-left {
  text-align: left;
}

.breadcrumb-entry.align-right {
  text-align: right;
}

.breadcrumb-entry .breadcrumb-title.style-1 {
  font-size: 36px;
  line-height: 36px;
  color: #312926;
  font-weight: 400;
  letter-spacing: -1px;
}

.breadcrumb-entry .breadcrumb-title.style-2 {
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
}

.breadcrumb-entry .breadcrumb-title.dark {
  color: #312926;
}

.breadcrumb-entry .breadcrumb-title.light {
  color: #fff;
}

.breadcrumb-box.light a {
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-box.light a:hover {
  color: rgba(255, 255, 255, 1);
}

/*product information*/

.product-detail-box {
  margin-bottom: 40px;
}

.product-detail-box .product-title {
  font-size: 28px;
  font-family: 'Lato', sans-serif;
  line-height: 34px;
  margin-bottom: 14px;
  color: #3d3d3d;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.product-detail-box .product-subtitle {
  font-size: 25px;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 14px;
  color: #949494;
  font-weight: 200;
  font-family: 'Lato', sans-serif;
}

.thumb-list .choosed-thumb {
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 2px !important;
}

.product-detail-box .rating-box {
  padding: 8px 0;
  margin-bottom: 15px;
}

.product-detail-box .rating-box .star {
  color: #313131;
}

.product-detail-box .rating-box .rating-number {
  font-size: 14px;
  color: #ca1515;
  line-height: 14px;
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
}

.product-description {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  font-weight: 300;
  letter-spacing: 0px;
  font-family: 'Lato', sans-serif;
}

.detail-info-entry {
  margin-bottom: 10px;
}

.detail-info-entry-title {
  font-size: 14px;
  color: #313131;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}

.product-detail-box .price {
  line-height: 36px;
  font-family: 'Lato', sans-serif;
  letter-spacing: -2px;
}

.product-detail-box .price .prev {
  font-size: 25px;
  color: #9c9c9c;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.product-detail-box .price .current {
  font-size: 36px;
  color: #262626!important;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}

.size-selector {
  font-size: 0;
}

.size-selector .spacer {
  height: 0;
  margin-top: -12px;
}

.size-selector .entry {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border: 1px #d9d9d9 solid;
  text-align: center;
  font-size: 12px;
  color: #4c4c4c;
  font-weight: 500;
  margin-right: 12px;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 12px;
}

.size-selector .entry:after {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 3px #d9d9d9 solid;
  content: "";
  opacity: 0;
}

.size-selector .entry.active:after {
  opacity: 1;
  border: 3px #262626 solid;
}

.size-selector .entry:hover:after {
  opacity: 1;
}

.color-selector {
  font-size: 0;
}

.color-selector .spacer {
  height: 0;
  margin-top: -12px;
}

.color-selector .entry {
  width: 37px;
  height: 37px;
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  position: relative;
  margin-bottom: 12px;
  line-height: 35px;
}

.color-selector .entry:after {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 3px #d9d9d9 solid;
  content: "";
  opacity: 0;
}

.color-selector .entry.active:after {
  opacity: 1;
  border: 3px #262626 solid;
}

.color-selector .entry:hover:after {
  opacity: 1;
}

.color-selector .entry:before {
  opacity: 0;
  border: 1px #fff solid;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  content: "";
  position: absolute;
}

.color-selector .entry.active:before {
  opacity: 1;
}

.color-selector .entry:hover:before {
  opacity: 1;
}

.quantity-selector {
  font-size: 0;
}

.quantity-selector .button {
  margin-right: 20px;
}

.quantity-selector .entry {
  border: 1px #d1d1d1 solid;
  height: 37px;
  line-height: 35px;
  width: 37px;
  margin-left: -1px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  color: #4c4c4c;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.quantity-selector .entry.number-minus:before,
.quantity-selector .entry.number-plus:before {
  content: "";
  width: 11px;
  height: 1px;
  background: #4d4d4d;
  left: 50%;
  margin-left: -5.5px;
  top: 50%;
  margin-top: -0.5px;
  position: absolute;
}

.quantity-selector .entry.number-plus:after {
  content: "";
  height: 11px;
  width: 1px;
  background: #4d4d4d;
  left: 50%;
  margin-left: -0.5px;
  top: 50%;
  margin-top: -5.5px;
  position: absolute;
}

.quantity-selector .entry.number {
  cursor: default;
  width: 44px;
  padding: 0 5px;
  width: auto;
  min-width: 44px;
}

.quantity-selector .entry.number-minus:hover,
.quantity-selector .entry.number-plus:hover {
  background: #ca1515;
}

.quantity-selector .entry.number-minus {
  margin-left: 0;
}

.quantity-selector .entry:hover:before,
.quantity-selector .entry:hover:after {
  background: #fff!important;
}

.quantity-selector .entry.number-minus:active,
.quantity-selector .entry.number-plus:active {
  background: #f71414;
}

.tags-selector {
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  font-weight: 300;
}

.tags-selector .detail-info-entry-title {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  top: 1px;
}

.tags-selector a {
  color: #808080;
}

.tags-selector a:hover {
  text-decoration: underline;
}

.share-box {
  border-top: 1px #ebebeb solid;
  border-bottom: 1px #ebebeb solid;
  padding: 12px 0;
  position: relative;
}

.share-box:after {
  width: 100%;
  height: 0;
  clear: both;
  display: block;
  content: "";
}

.share-box .title {
  font-size: 14px;
  color: #808080;
  font-weight: 300;
  line-height: 30px;
  float: left;
}

.share-box .socials-box {
  float: right;
}

.share-box .socials-box a {
  margin: 0;
}

.product-detail-box .button.style-10,
.product-detail-box .button.style-11 {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 767px) {
  .product-detail-box .button.style-10,
    .product-detail-box .button.style-11 {
    max-width: 187px;
  }
}

.product-sidebar .products-list {
  padding: 30px 30px 15px 30px;
  border: 1px #f0f0f0 solid;
}

.product-sidebar .block-title {
  font-size: 18px;
}

.product-sidebar .inline-product-entry:last-child {
  border-bottom: none;
}

.production-logo {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.production-logo .background {
  background: #fafafa;
  margin-bottom: 15px;
  padding: 45px 25px 30px 25px;
}

.production-logo .logo {
  padding-bottom: 15px;
  border-bottom: 2px #e6e6e6 solid;
  margin-bottom: 12px;
}

.production-logo .logo img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.production-logo a {
  font-size: 12px;
  line-height: 14px;
  color: #ca1515;
  font-weight: 600;
}

.production-logo a:hover {
  color: #808080;
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .product-detail-box .button {
    float: none!important;
    width: auto!important;
    display: block!important;
  }

  .share-box .title,
    .share-box .socials-box {
    float: none;
    text-align: center;
  }
}

/*product tabs*/

.tabs-container.style-1 .swiper-tabs {
  font-size: 0;
}

.tabs-container.style-1 .tab-switcher {
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  color: #262626;
  padding: 15px 20px;
  border: 1px #e6e6e6 solid;
  display: inline-block;
  margin-right: 14px;
  text-transform: uppercase;
}

.tabs-container.style-1 .tab-switcher.active {
  background: #ca1515;
  color: #fff;
  border-color: #ca1515;
}

.tabs-container.style-1 .swiper-tabs:before {
  bottom: 0;
}

.tabs-container.style-1 .tabs-entry {
  padding: 55px;
  border: 1px #e6e6e6 solid;
  border-top: none;
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .tabs-container.style-1 .tabs-entry {
    padding: 25px;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .tabs-container.style-1 .tabs-entry {
    padding: 15px;
  }

  .tabs-container.style-1 .tab-switcher {
    display: block;
    margin: -1px 0 0 0;
  }

  .tabs-container.style-1 .swiper-tabs {
    margin-bottom: 0;
  }
}

/*accordeon*/

.accordeon {
  margin-bottom: 40px;
}

.accordeon-title {
  font-size: 13px;
  line-height: 18px;
  padding: 15px 0 15px 0;
  color: #262626;
  text-transform: uppercase;
  font-weight: 600;
  border-top: 1px #ebebeb solid;
  cursor: pointer;
  padding-right: 15px;
  position: relative;
}

.accordeon-title:hover {
  color: #808080;
}

.accordeon-title .number {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  background: #f2f2f2;
  text-align: center;
  font-size: 18px;
  color: #262626;
  font-weight: 600;
  margin-right: 18px;
}

.inline-label {
  font-size: 11px;
  color: #fff;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  background: #d14242;
  position: relative;
  margin-top: -2px;
  margin-left: 7px;
}

.inline-label.red {
  background: #d14242;
}

.inline-label.green {
  background: #aac840;
}

.accordeon-title:after {
  content: "\F107";
  position: absolute;
  height: 50px;
  line-height: 50px;
  top: 0;
  right: 0;
  font-size: 13px;
  color: #262626;
  font-family: FontAwesome;
}

.accordeon-title.active:after {
  content: "\F106";
}

.accordeon-entry {
  padding: 0 0 20px 0;
  display: none;
}

.accordeon.size-1 .accordeon-title {
  font-size: 16px;
  line-height: 40px;
  text-transform: none;
  padding: 13px 0;
  border-bottom: 1px #ebebeb solid;
  margin-top: -1px;
}

.accordeon.size-1 .accordeon-title:after {
  line-height: 66px;
}

.accordeon.size-1 .accordeon-entry {
  padding: 30px 0 55px 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 16 - CONTACT */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.map-box {
  position: relative;
  margin-top: -25px;
  margin-bottom: 55px;
}

.map-box.type-1 {
  height: 450px;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

.map-box.type-2 {
  height: 450px;
  margin-top: 0;
}

.map-box.type-3 {
  height: 970px;
  margin-top: 0;
  margin-bottom: 20px;
}

#map-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.block-title.main-heading {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

label {
  font-size: 13px;
  line-height: 14px;
  color: #313131;
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
  padding-top: 5px;
}

label span {
  color: #eb0101;
  font-size: 15px;
  line-height: 14px;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}

.simple-field {
  margin-bottom: 25px;
  width: 100%;
  border: 1px #e6e6e6 solid;
  font-size: 13px;
  line-height: 43px;
  color: #313131;
  height: 45px;
  padding: 0 20px;
  font-weight: 400;
}

input.simple-field:hover,
textarea.simple-field:hover,
input.simple-field:focus,
textarea.simple-field:focus {
  background: #f7f7f7;
}

.simple-field.size-1 {
  height: 35px;
  line-height: 33px;
  margin-bottom: 12px;
  padding: 0 10px;
}

textarea.simple-field {
  margin-bottom: 20px;
  line-height: 19px;
  padding-top: 14px;
  padding-bottom: 14px;
  height: 199px;
}

textarea.simple-field.size-1 {
  height: 138px;
}

.simple-drop-down.simple-field {
  width: auto;
  border: none;
  padding: 0;
}

.simple-drop-down.simple-field:after {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.simple-drop-down.simple-field.size-1:after {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.simple-drop-down.simple-field select {
  height: 45px;
  line-height: 43px;
  padding: 0 65px 0 20px;
}

select {
  background: #fff!important;
}

.simple-drop-down.simple-field.size-1 select {
  height: 35px;
  line-height: 33px;
  padding: 0 45px 0 10px;
}

.simple-field::-webkit-input-placeholder {
  color: #808080;
  opacity: 1;
}

.simple-field::-moz-placeholder {
  color: #808080;
  opacity: 1;
}

/* firefox 19+ */

.simple-field:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}

/* ie */

.simple-field:-moz-placeholder {
  color: #808080;
  opacity: 1;
}

.button input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.map-overlay-info {
  height: 360px;
  width: 350px;
  padding: 0 40px;
  overflow: hidden;
  margin-top: -460px;
  float: right;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  margin-right: 45px;
}

.map-overlay-info .cell-view {
  height: 360px;
}

.contact-spacer {
  height: 15px;
}

/*Desktops (>=992px)*/

@media (max-width: 1199px) {
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .map-box.type-1 {
    left: auto;
    margin-left: 0;
    width: auto;
  }

  .map-overlay-info {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0 0 20px 0;
    float: none;
    top: -15px;
  }

  .map-overlay-info .cell-view {
    height: auto;
    display: block;
  }

  .contact-spacer {
    display: none;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .map-box.type-1,
    .map-box.type-2,
    .map-box.type-3 {
    height: 200px;
    margin-top: 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 17 - LOGIN */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.login-box {
  /*background: #fcfcfc;*/
  background: rgba(0, 0, 0, 0.5);
  /*border: 1px #ebebeb solid;*/
  padding: 50px 55px;
  min-height: 470px;
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .login-box {
    padding: 20px 25px;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .login-box {
    min-height: 0;
    padding: 25px;
  }

  .login-box .button {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 18 - BLOG */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.blog-landing-box {
  position: relative;
}

.blog-landing-box:after {
  content: "";
  width: 100%;
  display: block;
  height: 0;
  clear: both;
}

@media (min-width: 992px) {
  .blog-landing-box.type-1 .hover-class-1 .hover-label,
    .blog-landing-box.type-2 .hover-class-1 .hover-label {
    font-size: 22px;
    line-height: 22px;
  }
}

.blog-entry {
  padding-bottom: 45px;
  border-bottom: 1px #ebebeb solid;
  margin-bottom: 45px;
}

.blog-entry:last-child {
  border: none;
}

.blog-entry:after {
  content: "";
  width: 100%;
  height: 0;
  clear: both;
  display: block;
}

.blog-entry .image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 45px;
}

.blog-entry .image img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-entry .image:hover img {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
}

.blog-entry .title {
  font-size: 28px;
  color: #2e2e2e;
  font-weight: 500;
  line-height: 30px;
  display: block;
  margin-bottom: 15px;
}

.blog-entry a.title:hover {
  color: #d14242;
}

.blog-entry .subtitle {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #808080;
  font-weight: 300;
}

.blog-entry .subtitle a {
  color: #434343;
  font-weight: 500;
}

.blog-entry .subtitle a:hover {
  color: #d14242;
}

.blog-entry .subtitle a b {
  color: #d14242;
  font-weight: 600;
}

.blog-entry .subtitle a:hover b {
  color: #434343;
}

.blog-entry .date {
  float: left;
  width: 70px;
  text-align: center;
  background: #f7f7f7;
  font-size: 30px;
  font-weight: 500;
  color: #2e2e2e;
  line-height: 70px;
}

.blog-entry .date span {
  display: block;
  background: #d14242;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
  text-transform: uppercase;
}

.blog-entry .content {
  margin-left: 100px;
}

.blog-entry .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #808080;
  font-weight: 300;
  margin-bottom: 15px;
}

.blog-entry .readmore {
  font-size: 14px;
  color: #2e2e2e;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  border-bottom: 2px #2e2e2e solid;
  display: inline-block;
}

.blog-entry .readmore:hover {
  color: #d14242;
  border-color: #d14242;
}

.page-selector {
  padding: 15px 0 0 0;
  border-top: 1px #ebebeb solid;
  border-bottom: 1px #ebebeb solid;
  font-size: 0;
  margin-bottom: 30px;
}

.page-selector .description {
  float: left;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 15px;
}

.page-selector .pages-box {
  float: right;
}

.square-button {
  width: 28px;
  line-height: 28px;
  border: 1px #e3e3e3 solid;
  display: inline-block;
  font-size: 12px;
  color: #666666;
  font-weight: 500;
  text-align: center;
}

.square-button:hover,
.square-button.active {
  background: #cd0000;
  border-color: #cd0000;
  color: #fff;
}

.page-selector .square-button {
  margin-right: 4px;
  margin-bottom: 15px;
}

.page-selector .square-button:last-child {
  margin-right: 0;
}

.page-selector .divider {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  vertical-align: bottom;
  margin-right: 4px;
  margin-bottom: 15px;
}

.tags-box {
  font-size: 0;
}

.tags-box a {
  display: inline-block;
  margin: 0 10px 10px 0;
  line-height: 30px;
  padding: 0 15px;
  font-size: 13px;
  color: #7e7e7e;
  font-weight: 500;
  background: #f2f2f2;
}

.tags-box a:hover {
  color: #fff;
  background: #d14242;
}

.blog-sidebar .information-blocks {
  margin-bottom: 50px;
}

.categories-list {
}

.categories-list ul {
}

.categories-list ul li {
  border-top: 1px #f0f0f0 solid;
  border-bottom: 1px #f0f0f0 solid;
  margin-top: -1px;
}

.categories-list ul li a {
  position: relative;
  font-size: 13px;
  color: #333232;
  font-weight: 500;
  line-height: 17px;
  padding: 15px 40px 15px 0;
  display: block;
}

.categories-list ul li a:hover {
  color: #d14242;
}

.categories-list ul li a span {
  position: absolute;
  line-height: 47px;
  top: 0;
  right: 0;
  font-weight: 600;
  color: #828282;
}

.blog-sidebar .inline-product-entry .title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

.blog-sidebar .inline-product-entry .image {
  width: 70px;
}

.blog-sidebar .inline-product-entry .content {
  margin-left: 90px;
}

@media (max-width: 991px) {
  .blog-sidebar {
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  .page-selector {
    margin-left: 0!important;
  }
}

/*blog timeline*/

.blog-landing-box.type-2 {
  overflow: hidden;
}

.blog-landing-box.type-2 .blog-entry {
  margin-left: 100px;
  position: relative;
}

.blog-landing-box.type-2 .date {
  position: absolute;
  left: -100px;
  top: 0;
  z-index: 1;
}

.blog-landing-box.type-2 .date:before {
  content: "";
  width: 1px;
  background: #ebebeb;
  height: 1000px;
  left: 50%;
  top: 95px;
  position: absolute;
}

.blog-landing-box.type-2 .blog-entry:last-child .date:after {
  content: "";
  width: 1px;
  background: #fff;
  height: 1000px;
  left: 50%;
  top: 95px;
  position: absolute;
}

.blog-landing-box.type-2 .blog-entry .content {
  margin-left: 0;
}

@media (max-width: 480px) {
  .blog-landing-box.type-2 .date {
    left: 0;
  }

  .blog-landing-box.type-2 .date:before {
    display: none;
  }
}

/*blog list*/

@media (min-width: 768px) {
  .blog-landing-box.type-3 .blog-entry .image {
    float: left;
    width: 270px;
    margin-bottom: 0;
  }

  .blog-landing-box.type-3 .blog-entry .date {
    width: 45px;
    line-height: 45px;
    font-size: 24px;
    margin-left: 30px;
  }

  .blog-landing-box.type-3 .blog-entry .date span {
    font-size: 9px;
    line-height: 16px;
  }

  .blog-landing-box.type-3 .blog-entry .content {
    margin-left: 370px;
  }

  .blog-landing-box.type-3 .blog-entry .title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 3px;
    padding-top: 7px;
  }

  .blog-landing-box.type-3 .blog-entry .description {
    margin-left: -70px;
    padding-top: 7px;
  }

  .blog-landing-box.type-3 .blog-entry .readmore {
    margin-left: -70px;
  }
}

/*blog grid*/

@media (min-width: 768px) {
  .blog-landing-box.type-4 .blog-entry {
    float: left;
    width: 33.3333333%;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    padding-bottom: 0;
    margin-bottom: 55px;
  }

  .blog-landing-box.type-4 .blog-entry:nth-child(3n+1) {
    clear: both;
  }

  .blog-landing-box.type-4 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .blog-landing-box.type-4.columns-3 .blog-entry .date {
    width: 45px;
    line-height: 45px;
    font-size: 24px;
  }

  .blog-landing-box.type-4.columns-3 .blog-entry .date span {
    font-size: 9px;
    line-height: 16px;
  }

  .blog-landing-box.type-4.columns-3 .blog-entry .content {
    margin-left: 70px;
  }

  .blog-landing-box.type-4.columns-3 .blog-entry .image {
    margin-bottom: 25px;
  }

  .blog-landing-box.type-4.columns-3 .blog-entry .title {
    font-size: 20px;
    line-height: 24px;
  }
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  #content-block .blog-landing-box.type-4 .blog-entry .date {
    position: relative;
    float: none;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    width: auto;
    background: none;
    text-align: left;
  }

  .blog-landing-box.type-4 .blog-entry .date span {
    background: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
  }

  .blog-landing-box.type-4 .blog-entry .content {
    margin-left: 0!important;
  }
}

/*blog big grid*/

@media (min-width: 768px) {
  .blog-landing-box.type-4.columns-2 .blog-entry {
    width: 50%;
  }

  .blog-landing-box.type-4.columns-2 .blog-entry:nth-child(3n+1) {
    clear: none;
  }

  .blog-landing-box.type-4.columns-2 .blog-entry:nth-child(2n+1) {
    clear: both;
  }

  .blog-landing-box.type-4.columns-2 .blog-entry .image {
    margin-bottom: 40px;
  }
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .blog-sidebar .information-blocks {
    margin-bottom: 40px;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .blog-entry {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .blog-entry .image {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width:480px) {
  .blog-entry {
    margin-left: 0!important;
  }

  #content-block .blog-entry .date {
    position: relative;
    float: none;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    width: auto;
    background: none;
    text-align: left;
  }

  .blog-entry .date span {
    background: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
  }

  .blog-entry .content {
    margin-left: 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 19 - DETAIL POST */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.detail-post .blog-entry .content {
  margin-left: 0;
}

.detail-post-tags {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
  margin-top: -10px;
}

.detail-post-tags a {
  color: #808080;
}

.detail-post-tags a:hover {
  text-decoration: underline;
}

.detail-post-tags b {
  color: #262626;
  font-weight: 600;
}

.comment {
  margin-bottom: 30px;
}

.comment:after {
  content: "";
  width: 100%;
  height: 0;
  clear: both;
  display: block;
}

.comment-image {
  width: 100px;
  float: left;
  position: relative;
}

.comment-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px transparent solid;
}

.comment-image:hover:after {
  border-color: #ca1515;
}

.comment-image img {
  width: 100%;
  height: auto;
  display: block;
}

.comment-content {
  margin-left: 140px;
  padding-top: 7px;
}

.comment-title {
  font-size: 13px;
  color: #808080;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 12px;
}

.comment-title span {
  font-size: 17px;
  font-weight: 600;
  color: #262626;
}

.comment-text {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  font-weight: 300;
}

.additional-blog-title {
  font-size: 20px;
  line-height: 24px;
  color: #2e2e2e;
  font-weight: 600;
  margin-bottom: 30px;
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .comment-image {
    margin-right: 15px;
  }

  .comment-content {
    margin-left: 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 20 - ERROR PAGE */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.container-404 {
  text-align: center;
  max-width: 630px;
  margin: 0 auto;
  padding: 100px 30px;
}

.container-404 .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 300px;
  line-height: 300px;
  color: #343434;
  letter-spacing: -25px;
}

.container-404 .description {
  font-size: 70px;
  line-height: 100px;
  color: #343434;
  font-weight: 300;
  margin-bottom: 5px;
}

.container-404 .text {
  font-weight: 400;
  color: #808080;
  font-size: 14px;
  line-height: 24px;
}

.container-404 .text a {
  font-weight: 600;
  color: #ca1515;
  text-decoration: underline;
}

.container-404 .text a:hover {
  color: #343434;
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .container-404 {
    padding: 25px 15px;
  }

  .container-404 .title {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -7px;
    margin-bottom: 10px;
  }

  .container-404 .description {
    font-size: 43px;
    line-height: 43px;
    margin-bottom: 10px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 21 - PORTFOLIO */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.portfolio-container {
  position: relative;
}

.portfolio-navigation {
  font-size: 0;
  text-align: center;
  margin-bottom: 36px;
  padding-top: 32px;
  border-top: 1px #ebebeb solid;
  position: relative;
  z-index: 2;
}

.portfolio-navigation a {
  line-height: 33px;
  border: 1px #e3e3e3 solid;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  padding: 0 20px;
  margin: 0 4px 8px 4px;
}

.portfolio-navigation a:hover,
.portfolio-navigation a.active {
  background: #cd0000;
  border-color: #cd0000;
  color: #fff;
}

.portfolio-entry {
  margin-bottom: 45px;
  position: relative;
}

.portfolio-entry .image {
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.portfolio-entry .image img {
  display: block;
  position: relative;
  width: 100%;
}

.portfolio-entry.active .image img {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
}

.portfolio-entry .title {
  font-size: 24px;
  color: #2e2e2e;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.portfolio-entry a.title:hover {
  color: #d14242;
}

.portfolio-entry .subtitle {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  font-weight: 300;
  margin-bottom: 10px;
}

.portfolio-entry .subtitle:after {
  content: "";
  display: block;
  clear: both;
}

.portfolio-entry .subtitle a {
  color: #808080;
}

.portfolio-entry .subtitle a:hover {
  text-decoration: underline;
}

.portfolio-entry .subtitle .comments-number {
  color: #d53737;
  float: right;
}

.portfolio-entry .description {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 20px;
}

.portfolio-entry .readmore {
  font-size: 14px;
  color: #2e2e2e;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 20px;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .portfolio-navigation a {
    display: block;
    margin: -1px 0 0 0;
    line-height: 40px;
  }
}

/*portfolio simple*/

.portfolio-container.type-2 .portfolio-entry {
  margin-bottom: 30px;
}

.hover-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  opacity: 0;
}

.portfolio-entry.active .image .hover-layer {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5)!important;
}

.hover-layer .info {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 100%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.portfolio-entry.active .image .hover-layer .info {
  top: 50%;
}

.hover-layer .info .title {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

.hover-layer .info .subtitle {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
}

.hover-layer .info .subtitle a {
  color: #fff;
}

.hover-layer .info .subtitle a:hover {
  text-decoration: underline;
}

.hover-layer .actions {
  text-align: center;
  text-align: center;
}

.action-button {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin: 0 3px;
}

.action-button:hover {
  background: #cd0000;
}

/*portfolio custom*/

.image .title-info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -30px;
}

.portfolio-entry.active .image .title-info {
  bottom: 25px;
}

.image .title-info .actions {
  opacity: 0;
}

.portfolio-entry.active .image .title-info .actions {
  opacity: 1;
}

.image .title-info .title,
.image .title-info .subtitle,
.image .title-info .subtitle a {
  color: #fff;
}

.image .title-info .title {
  margin-bottom: 0;
}

.portfolio-container.type-3 .portfolio-entry .description {
  margin-left: 20px;
  margin-right: 20px;
}

.portfolio-container.type-3 .hover-layer {
  background: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, .15) 31%, rgba(0, 0, 0, 0) 50%);
  opacity: 1;
}

/*portfolio simple fullwidth*/

.portfolio-container .wide-container {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.portfolio-container .wide-container .portfolio-entry,
.portfolio-container .wide-container .grid-sizer {
  padding: 0;
  margin-bottom: 0;
  float: left;
}

.portfolio-container .wide-container:after {
  width: 100%;
  height: 0;
  clear: both;
  display: block;
  content: "";
}

/*Desktops (>=1200px)*/

@media (min-width: 1200px) {
  .portfolio-container .wide-container .portfolio-entry {
    width: 25%;
  }
}

@media (min-width: 1600px) {
  .portfolio-container .wide-container .portfolio-entry {
    width: 20%;
  }
}

/*Desktops (>=992px)*/

@media (max-width: 1199px) {
  .portfolio-container .wide-container .portfolio-entry {
    width: 25%;
  }
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .portfolio-container .wide-container .portfolio-entry {
    width: 33.3333333333%;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .portfolio-container .wide-container .portfolio-entry {
    width: 50%;
  }
}

@media only screen and (min-width:480px) and (max-width:767px) {
  .blog-landing-box.type-4.columns-2 .blog-entry,
    .blog-landing-box.type-4.columns-3 .blog-entry {
    width: 50%;
    float: left;
    border-bottom: none;
    padding: 0 15px;
  }

  .blog-landing-box.type-4.columns-2 .blog-entry:nth-child(2n+1),
    .blog-landing-box.type-4.columns-3 .blog-entry:nth-child(2n+1) {
    clear: both;
  }
}

@media (max-width: 500px) {
  .portfolio-container .wide-container .portfolio-entry {
    width: 100%;
  }
}

/*portfolio custom fullwidth*/

.portfolio-container .wide-container .image {
  margin-bottom: 0;
}

.portfolio-drop-down {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #323232;
  padding: 30px 45px;
  transform-origin: 50% 0% 0px;
  -webkit-transform-origin: 50% 0% 0px;
  -moz-transform-origin: 50% 0% 0px;
  -ms-transform-origin: 50% 0% 0px;
  transform: perspective(1000px) rotateX(180deg);
  -webkit-transform: perspective(1000px) rotateX(180deg);
  -moz-transform: perspective(1000px) rotateX(180deg);
  -ms-transform: perspective(1000px) rotateX(180deg);
  opacity: 0;
}

.portfolio-entry.active .portfolio-drop-down {
  transform: perspective(1000px) rotateX(0deg);
  -webkit-transform: perspective(1000px) rotateX(0deg);
  -moz-transform: perspective(1000px) rotateX(0deg);
  -ms-transform: perspective(1000px) rotateX(0deg);
  opacity: 1;
}

.portfolio-container .wide-container .portfolio-entry.active {
  z-index: 1;
}

.portfolio-drop-down .title {
  color: #fff;
}

.portfolio-drop-down .subtitle,
.portfolio-drop-down .subtitle a {
  color: #bcbcbc;
}

.portfolio-drop-down .description {
  color: #808080;
}

.portfolio-container .hover-layer {
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 22 - PROJECT */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.project-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}

.share-box .title b {
  font-weight: 500;
  color: #2e2e2e;
}

.detail-info-lines .share-box {
  margin-top: -1px;
}

.detail-info-lines .share-box:last-child {
  border-bottom: none;
}

.detail-info-lines.border-box {
  border: 10px #f5f5f5 solid;
  padding: 10px 30px;
}

.detail-info-lines.border-box .share-box:first-child {
  border-top: none;
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 23 - ABOUT */

/*-------------------------------------------------------------------------------------------------------------------------------*/

#content-block .continue-link {
  font-size: 14px;
  line-height: 18px;
  color: #d14242;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 600;
}

#content-block .continue-link:hover {
  color: #262626;
}

.heading-article {
  margin-bottom: 25px;
}

.heading-article .title {
  font-size: 32px;
  line-height: 32px;
  color: #2e2e2e;
  font-weight: 500;
  margin-bottom: 15px;
}

.heading-article .description {
  font-size: 24px;
  line-height: 32px;
  color: #262626;
  font-weight: 300;
  margin-bottom: 15px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 24 - SHOP */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.categories-border-wrapper {
  border: 3px #e6e6e6 solid;
  padding: 30px 20px 25px 20px;
}

.categories-border-wrapper .accordeon-title {
  text-transform: none;
}

/*jQuery UI Styles */

.ui-slider {
  position: relative;
  height: 2px;
  background: #d9d9d9;
  margin-right: 8px;
  margin-bottom: 18px;
}

.ui-slider-range {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ca1515;
}

.ui-slider-handle {
  width: 8px;
  height: 8px;
  background: #ca1515;
  margin: -3px 0 0 0;
  position: absolute;
  cursor: pointer;
}

.range-price {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 18px;
  float: left;
  line-height: 36px;
}

.range-price b {
  color: #333232;
  font-weight: 600;
}

.min-price,
.max-price {
  display: inline-block;
}

.range-wrapper .button {
  float: right;
}

.range-wrapper:after {
  width: 100%;
  height: 0;
  clear: both;
  content: "";
  display: block;
}

/**/

.blog-sidebar .color-selector {
  margin-right: -10px;
}

.blog-sidebar .color-selector .entry {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  margin-bottom: 14px;
  vertical-align: top;
}

/**/

.shop-grid-item:nth-child(4n+1) {
  clear: both;
}

.shop-grid-controls {
  margin-right: 200px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -15px;
}

#content-block .shop-grid-controls .entry {
  line-height: 30px;
  padding-right: 16px;
  float: left;
  border-right: 1px #ebebeb solid;
  margin-bottom: 15px!important;
  margin-right: 16px;
  min-height: 30px;
}

#content-block .shop-grid-controls .entry:last-child {
  border: none;
}

#content-block .shop-grid-controls .entry:first-child {
  padding-left: 0;
}

.shop-grid-controls .inline-text {
  float: left;
  margin-right: 10px;
}

.simple-drop-down {
  width: 130px;
  position: relative;
}

.simple-drop-down select {
  height: 30px;
  line-height: 28px;
  border: 1px #ebebeb solid;
  padding: 0 40px 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #7c7c7c;
}

.simple-drop-down:after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px #ebebeb solid;
  content: "\F107";
  font-family: FontAwesome;
  font-size: 12px;
  color: #7c7c7c;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
  line-height: 30px;
  background: #fff;
}

.shop-grid-controls .simple-drop-down {
  float: left;
  margin-right: 10px;
}

.sort-button {
  font-family: FontAwesome;
  float: left;
  cursor: pointer;
}

.sort-button:before {
  content: "\F063";
}

.sort-button.active:before {
  content: "\F062";
}

.view-button {
  float: left;
  width: 30px;
  position: relative;
  margin-right: 10px;
  text-align: center;
  color: #b5b5b5;
  cursor: pointer;
}

.view-button:last-child {
  margin-right: 0;
}

.view-button:after {
  border: 1px #ebebeb solid;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.view-button.active {
  color: #262626;
}

.view-button.active:after {
  border: 2px #262626 solid;
}

/*list view*/

.list-view .shop-grid-item {
  width: 100%;
}

.list-view .product-slide-entry {
  max-width: 100%;
  margin-left: 230px;
  padding-bottom: 45px;
  margin-bottom: 44px;
  text-align: left!important;
}

.list-view .product-slide-entry:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  background: #ebebeb;
  margin-left: -230px;
  top: 45px;
  position: relative;
}

.list-view .product-slide-entry .product-image {
  max-width: 200px;
  margin-left: -230px;
  float: left;
  margin-bottom: 0;
}

.product-slide-entry .price {
  margin-bottom: 20px;
}

.product-slide-entry .article-container {
  display: none;
  margin-bottom: 15px;
}

.product-slide-entry .list-buttons {
  display: none;
  margin-bottom: 15px;
}

.product-slide-entry .reviews-number {
  display: none;
}

.list-view .product-slide-entry .reviews-number {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ca1515;
  line-height: 14px;
  margin-left: 10px;
}

.list-view .product-slide-entry .article-container,
.list-view .product-slide-entry .list-buttons {
  display: block;
}

.list-view .product-slide-entry .price {
  font-size: 17px;
}

.list-view .product-slide-entry .price .current {
  font-size: 22px;
}

.list-view .product-slide-entry .title {
  font-size: 17px;
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .shop-grid-item:nth-child(4n+1) {
    clear: none;
  }

  .shop-grid-item:nth-child(3n+1) {
    clear: both;
  }

  .list-buttons .button {
    display: block;
  }

  .mozaic-banners-wrapper.type-2 .row {
    margin: 0;
  }

  .information-blocks {
    overflow: hidden;
  }

  .mozaic-banners-wrapper.type-2 .banner-column {
    overflow: hidden;
    padding: 0;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .shop-grid-item {
    width: 50%;
    float: left;
  }

  .shop-grid-item:nth-child(3n+1) {
    clear: none;
  }

  .shop-grid-item:nth-child(2n+1) {
    clear: both;
  }

  .list-buttons .button {
    display: block;
  }

  .shop-grid-controls {
    margin-right: 0;
  }

  #content-block .shop-grid-controls .entry {
    margin-right: 10px;
    padding-right: 10px;
    border-right: none;
  }
}

/*Phones (<480px)*/

@media (max-width: 480px) {
  .shop-grid-item {
    float: left;
  }

  .list-view .product-slide-entry {
    margin-left: 0;
    text-align: center!important;
  }

  .list-view .product-slide-entry .product-image {
    max-width: 210px;
    margin-left: 0;
    float: none;
    margin-bottom: 15px;
    display: inline-block;
  }

  .list-view .product-slide-entry:after {
    margin-left: 0;
  }

  .products-swiper .paddings-container {
    padding: 0 8px;
  }

  body.style-7 .product-slide-entry {
    max-width: 200px;
  }

  .food-category {
    width: 100%;
  }

  .products-swiper {
    margin: 0;
  }

  .products-swiper:before,
    .products-swiper:after {
    display: none;
  }

  .shop-grid-controls {
    text-align: center;
    margin-bottom: 0;
  }

  #content-block .shop-grid-controls .entry {
    margin-right: 10px;
    padding-right: 10px;
    border-right: none;
    float: none;
    display: inline-block;
  }
}

@media only screen and (min-width: 481px) and (max-width: 580px) {
  .shop-grid-controls {
    text-align: center;
    margin-bottom: 0;
  }

  #content-block .shop-grid-controls .entry {
    margin-right: 10px;
    padding-right: 10px;
    border-right: none;
    float: none;
    display: inline-block;
  }

  .shop-grid-controls .simple-drop-down {
    width: 115px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 25 - COMPARE */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.compare-table {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}

.compare-table b {
  font-weight: 600;
  color: #313131;
}

.compare-table td {
  border: 1px #e6e6e6 solid;
  padding: 30px;
  vertical-align: middle;
}

.compare-table td:first-child {
  width: 200px;
}

.compare-table tr:nth-child(2n) td {
  background: #fcfcfc;
}

.compare-table .product-slide-entry {
  float: left;
  text-align: left!important;
  max-width: 100%;
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .compare-table {
    min-width: 700px;
  }

  .compare-table td {
    padding: 15px;
  }

  .compare-table td:first-child {
    width: 50px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 26 - WISHLIST */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.categories-list.account-links ul li a {
  font-size: 14px;
}

.wishlist-entry {
  padding-bottom: 32px;
  margin-bottom: 27px;
  border-bottom: 1px #ebebeb solid;
  position: relative;
}

.wishlist-entry .column-1 {
  margin-right: 250px;
}

.wishlist-entry .column-2 {
  position: absolute;
  width: 230px;
  right: 0;
  top: 50%;
  margin-top: -32px;
  text-align: right;
}

.wishlist-entry .button.style-14 {
  padding: 8px 30px;
  float: left;
}

.traditional-cart-entry.style-1 {
  padding-bottom: 33px;
  border-bottom: 1px #ebebeb solid;
  margin-bottom: 32px;
}

.traditional-cart-entry:after {
  display: block;
  clear: both;
  content: "";
}

.traditional-cart-entry .image {
  float: left;
  width: 70px;
}

.traditional-cart-entry.style-1 .image {
  width: 170px;
}

.traditional-cart-entry .image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.traditional-cart-entry .content {
  margin-left: 100px;
}

.traditional-cart-entry.style-1 .content {
  margin-left: 200px;
}

.traditional-cart-entry .cell-view {
  height: 95px;
}

.traditional-cart-entry .tag {
  font-size: 10px;
  line-height: 10px;
  color: #8b8b8b;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
}

.traditional-cart-entry .tag:hover {
  color: #2e2e2e;
}

.traditional-cart-entry .title {
  font-size: 20px;
  line-height: 28px;
  color: #2e2e2e;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.traditional-cart-entry .title:hover {
  color: #ca1515;
}

.traditional-cart-entry .inline-description {
  font-size: 13px;
  line-height: 15px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 5px;
}

.traditional-cart-entry .price {
  margin-bottom: 20px;
  padding-top: 15px;
}

.traditional-cart-entry .quantity-selector .entry {
  margin-bottom: 20px;
}

.traditional-cart-entry .quantity-selector .entry.number-plus {
  margin-right: 20px;
}

.remove-button {
  display: inline-block;
  border: 1px #e6e6e6 solid;
  width: 34px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  background: transparent;
  color: #2e2e2e;
}

.remove-button:hover {
  background: #ca1515;
  color: #fff;
  border: 1px #ca1515 solid;
}

.wishlist-entry .column-2 .remove-button {
  margin-left: 50px;
}

.wishlist-header {
  border-bottom: 1px #e6e6e6 solid;
  border-top: 1px #e6e6e6 solid;
  margin-bottom: 32px;
  line-height: 68px;
  position: relative;
  font-size: 16px;
  color: #343434;
  font-weight: 600;
}

.wishlist-header .title-1 {
  margin-left: 100px;
  margin-right: 230px;
}

.wishlist-header .title-2 {
  width: 230px;
  position: absolute;
  top: 0;
  right: 0;
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .wishlist-entry .column-1 {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .wishlist-entry .column-2 {
    position: relative;
    margin: 0 0 0 100px;
    top: auto;
    width: auto;
  }

  .wishlist-entry .column-2 .remove-button {
    margin-left: 10px;
  }

  .wishlist-entry .button.style-14 {
    padding-left: 10px;
    padding-right: 10px;
    width: 140px;
  }

  .traditional-cart-entry .image {
    margin-bottom: 15px;
    display: inline-block;
  }
}

@media (max-width:480px) {
  .traditional-cart-entry.style-1 .image {
    width: 100px;
  }

  .traditional-cart-entry.style-1 .content {
    margin-left: 115px;
  }

  .traditional-cart-entry.style-1 .quantity-selector .button {
    margin-right: 10px;
  }

  .traditional-cart-entry.style-1 .detail-info-entry-title {
    display: none;
  }

  .traditional-cart-entry.style-1 .quantity-selector .entry.number-plus {
    margin-right: 15px;
  }

  .quantity-selector .entry.number-minus {
    margin-left: 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 27 - CART */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.cart-table {
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  color: #2e2e2e;
  font-weight: 600;
}

.cart-table .column-1 {
}

.cart-table .column-2 {
  width: 150px;
}

.cart-table .column-3 {
  width: 180px;
}

.cart-table .column-4 {
  width: 130px;
}

.cart-table .column-5 {
  width: 35px;
}

.cart-table .subtotal {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.cart-table td {
  vertical-align: middle;
  padding: 40px 30px;
  border-bottom: 1px #e6e6e6 solid;
}

.cart-table th {
  vertical-align: middle;
  padding: 25px 30px;
  font-size: 16px;
  line-height: 20px;
  color: #343434;
  border-top: 1px #e6e6e6 solid;
  border-bottom: 1px #e6e6e6 solid;
}

.cart-table td:first-child {
  padding-left: 0!important;
}

.cart-table th:first-child {
  padding-left: 100px!important;
}

.cart-table td:last-child,
.cart-table th:last-child {
  padding-right: 0;
  padding-left: 0;
}

.table-responsive {
  overflow-y: hidden;
  border: none;
}

.cart-submit-buttons-box {
  padding: 25px 0 13px 0;
  text-align: right;
  font-size: 0;
}

.cart-submit-buttons-box .button {
  margin-left: 11px;
}

.cart-column-title {
  font-size: 16px;
  line-height: 20px;
  color: #333232;
  font-weight: 600;
  /*border-top: 1px #e6e6e6 solid;*/
  border-bottom: 1px #e6e6e6 solid;
  padding: 20px 0;
  margin-bottom: 20px;
}

.cart-column-title.size-1 {
  font-size: 18px;
  padding: 25px 0;
}

.cart-column-title.size-2 {
  padding: 23px 0;
}

.cart-summary-box {
  border: 2px #e6e6e6 solid;
  padding: 40px 35px;
  text-align: right;
}

.cart-summary-box .button {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  margin-bottom: 18px;
}

.cart-summary-box .sub-total {
  font-size: 15px;
  line-height: 20px;
  color: #878787;
  font-weight: 600;
  margin-bottom: 5px;
}

.cart-summary-box .grand-total {
  font-size: 22px;
  line-height: 30px;
  color: #343434;
  font-weight: 600;
  margin-bottom: 15px;
}

.cart-summary-box .simple-link {
  font-size: 13px;
  color: #808080;
  line-height: 24px;
  font-weight: 400;
}

.cart-summary-box .simple-link:hover {
  color: #343434;
}

.sidebar-subtotal {
  margin-bottom: 30px;
}

.sidebar-subtotal .price-data {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px #e6e6e6 solid;
  margin-bottom: 30px;
}

.sidebar-subtotal .price-data .main {
  font-size: 40px;
  line-height: 40px;
  color: #333232;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
}

.sidebar-subtotal .price-data .title {
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  margin-bottom: 5px;
}

.sidebar-subtotal .price-data .subtitle {
  font-size: 12px;
  line-height: 16px;
  color: #333232;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sidebar-subtotal .additional-data .title {
  font-size: 16px;
  line-height: 24px;
  color: #333232;
  font-weight: 600;
  margin-bottom: 20px;
}

.sidebar-subtotal .additional-data .title .inline-label {
  margin-left: 0;
  margin-right: 10px;
}

.sidebar-subtotal .additional-data .button {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .cart-table td,
    .cart-table th {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cart-table .column-2 {
    width: 105px;
  }

  .cart-table .column-3 {
    width: 150px;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .cart-table {
    min-width: 800px;
  }

  .cart-summary-box {
    padding: 30px 15px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 28 - CHECKOUT */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.forgot-password {
  color: #ca1515!important;
  font-weight: 500;
  margin-left: 20px;
}

.forgot-password:hover {
  text-decoration: underline;
}

.checkout-progress-widget {
  margin-bottom: 25px;
}

.checkout-progress-widget .step-entry {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #343434;
  font-weight: 600;
}

.checkout-progress-widget a.step-entry:hover {
  color: #ca1515;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 29 - TEMPLATE UNDERWEAR */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 29.01 - header (class "type-2") */

.header-wrapper.style-11 header {
}

header.type-4 .header-top:before {
  background: #2e2e2e;
  position: absolute;
  width: 10000px;
  left: 50%;
  margin-left: -5000px;
  height: 100%;
  content: "";
}

@media (min-width: 1200px) {
  /*header.type-2:not(.fixed-header) nav, header.type-2:not(.fixed-header) .navigation{
        position: static;
    }
    */

  header.type-4 .header-top-entry,
    body.style-8 header .header-top-entry .title a {
    color: #fff;
  }

  header.type-4 .additional-header-logo img {
    max-height: 70px;
  }

  /*header.type-4 .fixed-header-square-button{
        margin-top: 0;
    }
    */

  header.type-4 .header-functionality-entry {
    color: #fff;
  }

  header.type-4 .header-functionality-entry:hover {
    color: #e3e3e3;
  }

  header.type-4 .header-functionality-entry b {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff;
  }

  header.type-4 .logo-wrapper {
    width: auto;
    text-align: center;
  }

  /*header.type-4 .header-middle{
        border: none;
    }
    */

  header.type-4 .header-middle .right-entries {
    position: absolute;
    top: -36px;
    right: 0;
    z-index: 1;
  }

  header.type-4 .header-middle .open-cart-popup {
    position: relative;
    padding: 0 30px;
    color: #9c9c9c;
  }

  header.type-4 .header-middle .open-cart-popup .fa {
    color: #fff;
  }

  header.type-4 .header-middle .open-cart-popup * {
    position: relative;
  }

  header.type-4 .header-middle .open-cart-popup:before {
    position: absolute;
    width: 100%;
    height: 55px;
    top: -20px;
    left: -1px;
    background: #383838;
    content: "";
  }

  /*.header-wrapper.style-8 .fixed-header-margin{
        padding: 55px 0 100px 0!important;
    }
     .header-wrapper.style-8 header .submenu{
        bottom: 100%;
         top: auto;
         text-align: left;
    }
     .header-wrapper.style-8 header .submenu-links-line{
        top: auto;
         bottom: 100%;
    }
     .header-wrapper.style-8 header .full-width .submenu, body.style-8 header .full-width-columns .submenu{
        left: auto;
         right: 0;
    }
    */

  header.type-4 .header-simple-search {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 14px;
  }

  header.type-4 .header-simple-search .simple-search-form {
    z-index: 1;
  }

  header.type-4:not(.fixed-header) nav>ul {
    width: 75%;
  }

  header.type-4 .header-top-entry .title {
    border-color: #4c4c4c;
  }

  header.type-4 .header-functionality-entry {
    border-color: #4c4c4c;
  }

  header.type-4 .header-top-entry .title .fa {
    color: #fff;
  }

  header.type-4 .header-top-entry .title .fa:last-child {
    color: #6c6c6c;
  }

  header.type-4 .header-top-entry.hidden-xs {
    color: #8c8c8c;
  }

  header.type-4 .header-top-entry.hidden-xs a {
    color: #fff;
  }
}

/* 29.02 - content styles */

body.style-11 .sidebar-navigation .title {
  background: #dc42b2;
}

body.style-11 .sidebar-navigation .entry:before {
  background: #dc42b2;
}

body.style-11 .sidebar-navigation {
  border-color: #dc42b2;
}

body.style-11 .swiper-tabs .block-title:before {
  background: #dc42b2;
}

body.style-11 .price .current {
  color: #dc42b2;
}

body.style-11 .swiper-active-switch {
  border-color: #dc42b2;
  background: #dc42b2;
}

body.style-11 .navigation-banner-content .subtitle {
  font-weight: 600;
  font-size: 18px;
  color: #cdcdcd;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 3px;
}

body.style-11 .navigation-banner-content .title {
  font-family: 'Cantata One', serif;
  letter-spacing: 2px;
}

body.style-11 .mozaic-banners-wrapper.type-2 .mozaic-banner-content .subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

body.style-11 .mozaic-banners-wrapper.type-2 .mozaic-banner-content .title {
  font-family: 'Cantata One', serif;
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}

.mozaic-banners-wrapper.type-2 .mozaic-banner-content .view {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px #fff solid;
  display: inline-block;
}

.mozaic-banners-wrapper.type-2 .mozaic-banner-content .view:hover {
  border-color: transparent;
}

body.style-11 .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:before {
  background: rgba(220, 66, 178, 0.7);
}

body.style-11 .mozaic-banners-wrapper.type-2 .banner-column {
  padding: 0 15px;
}

body.style-11 .mozaic-banners-wrapper.type-2 .row {
  margin-left: -15px;
  margin-right: -15px;
}

body.style-11 a.sale-entry:before {
  background: rgba(220, 66, 178, 0.7);
}

body:not(.mobile).style-11 a.sale-entry:hover {
  border-color: rgba(220, 66, 178, 1);
}

body.style-11 .sale-entry .sale-price {
  font-family: 'Cantata One', serif;
  letter-spacing: 2px;
}

body.style-11 .read-more:hover {
  color: #dc42b2;
}

body.style-11 .product-slide-entry .title:hover {
  color: #dc42b2;
}

body.style-11 .inline-product-entry .title:hover {
  color: #dc42b2;
}

body.style-11 .bubbles span {
  background: #dc42b2;
}

.tabs-container {
  margin-bottom: 45px;
}

body.style-11 .mozaic-banners-wrapper.type-2 .banner-column {
  margin-bottom: 30px;
}

body.style-11 .inline-product-entry .image:hover {
  border-color: #dc42b2;
}

.header-wrapper.style-11 .menu-button {
  color: #fff;
}

body.style-11 .search-button {
  background: #dc42b2;
}

body.style-11 .cart-box.popup .content .price {
  color: #dc42b2;
}

body.style-11 .cart-box.popup .summary .grandtotal span {
  color: #dc42b2;
}

body.style-11 .button.style-4 {
  background: #dc42b2;
  border-color: #dc42b2;
}

@media (max-width: 1199px) {
  header.type-4 .header-top-entry {
    color: #fff;
  }
}

/* 29.03 - color text widget */

.color-text-widget {
  padding: 18px;
  margin-bottom: 30px;
  border: 1px transparent solid;
}

.color-text-widget .cell-view {
  height: 135px;
  width: 2000px;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  padding: 15px 35px;
  text-align: center;
}

body:not(.mobile) .color-text-widget:hover .cell-view {
  border-color: transparent;
}

body:not(.mobile) .color-text-widget:hover {
  border-color: #ebebeb;
  background: #fff!important;
}

.color-text-widget .title {
  font-size: 20px;
  line-height: 24px;
  color: #fafafa;
  text-transform: uppercase;
  font-family: 'Cantata One', serif;
  display: block;
  margin-bottom: 10px;
}

.color-text-widget .description {
  font-size: 13px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 10px;
}

body:not(.mobile) .color-text-widget:hover .title {
  color: #2e2e2e;
}

body:not(.mobile) .color-text-widget:hover .description {
  color: #a3a2a2;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 30 - TEMPLATE LOOKBOOK */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.full-width-product-slider {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 50px;
  padding-top: 10px;
}

.full-width-product-slider .product-slide-entry {
  max-width: 370px;
}

.full-width-product-slider .paddings-container {
  padding: 0 15px;
  position: relative;
}

.full-width-product-slider .product-mix-info {
  left: 45px;
  right: 45px;
  -webkit-backface-visibility: hidden;
}

body.style-12 .swiper-active-switch {
  border-color: #ca1515;
  background: #ca1515;
}

body.style-12 .price .current {
  color: #ca1515;
}

body.style-12 .product-slide-entry .title:hover {
  color: #ca1515;
}

body.style-12 .footer-links a:hover {
  color: #ca1515;
}

body.style-12 .copyright a {
  color: #ca1515;
}

body.style-12 .read-more:hover {
  color: #ca1515;
}

.column-article-wrapper {
  border-top: 1px #ebebeb solid;
  border-bottom: 1px #ebebeb solid;
  padding: 43px 0;
}

.column-article-entry {
  padding: 35px 60px 35px 60px;
  min-height: 220px;
}

.column-article-wrapper .left-border {
  border-left: 1px #ebebeb solid;
}

.column-article-entry .title {
  font-size: 24px;
  line-height: 24px;
  color: #2e2e2e;
  font-family: 'Cantata One', serif;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}

.column-article-entry .title:hover {
  color: #ca1515;
}

.column-article-entry .description {
  font-size: 14px;
  line-height: 24px;
  color: #999797;
  font-weight: 300;
  margin-bottom: 15px;
}

body.style-10 .column-article-entry {
  text-align: center;
}

body.style-10 .column-article-entry .title {
  font-size: 22px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}

header.type-4 .menu-button {
  color: #fff;
}

@media (min-width: 992px) {
  .full-width-product-slider .pagination {
    display: none;
  }
}

@media (min-width: 768px) {
  .column-article-wrapper .left-border:first-child {
    border: none;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 31 - TEMPLATE BAGS */

/*-------------------------------------------------------------------------------------------------------------------------------*/

body.style-14 .sidebar-navigation .title {
  background: #6d4c3d;
}

body.style-14 .sidebar-navigation .entry:before {
  background: #6d4c3d;
}

body.style-14 .sidebar-navigation {
  border-color: #6d4c3d;
}

body.style-14 .swiper-tabs .block-title:before {
  background: #6d4c3d;
}

body.style-14 .price .current {
  color: #6d4c3d;
}

body.style-14 .swiper-active-switch {
  border-color: #6d4c3d;
  background: #6d4c3d;
}

body.style-14 .navigation-banner-content .subtitle {
  font-weight: 600;
  font-size: 18px;
  color: #a25516;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 3px;
}

body.style-14 .navigation-banner-content .title {
  font-family: 'Cantata One', serif;
  letter-spacing: 2px;
}

body.style-14 .mozaic-banners-wrapper.type-2 .mozaic-banner-content .subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #ad6e3f;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

body.style-14 .mozaic-banners-wrapper.type-2 .mozaic-banner-content .title {
  font-family: 'Cantata One', serif;
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
  color: #373737;
  letter-spacing: 2px;
}

body.style-14 .mozaic-banners-wrapper.type-2 .mozaic-banner-content .view {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  color: #373737;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px #373737 solid;
  display: inline-block;
}

body.style-14 .mozaic-banners-wrapper.type-2 .mozaic-banner-content .view:hover {
  border-color: transparent!important;
}

body.style-14 .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:before {
  background: rgba(109, 76, 61, 0.7);
}

body.style-14 .mozaic-banners-wrapper.type-2 .banner-column {
  padding: 0 15px;
}

body.style-14 .mozaic-banners-wrapper.type-2 .row {
  margin-left: -15px;
  margin-right: -15px;
}

body.style-14 a.sale-entry:before {
  background: rgba(109, 76, 61, 0.7);
}

body.style-14 .sale-entry .sale-price {
  font-family: 'Cantata One', serif;
  letter-spacing: 2px;
}

body.style-14 .read-more:hover {
  color: #6d4c3d;
}

body.style-14 .product-slide-entry .title:hover {
  color: #6d4c3d;
}

body.style-14 .inline-product-entry .title:hover {
  color: #6d4c3d;
}

body.style-14 .bubbles span {
  background: #6d4c3d;
}

body.style-14 .mozaic-banners-wrapper.type-2 .banner-column {
  margin-bottom: 30px;
}

body.style-14 .sale-entry .sale-price span {
  color: #6d4c3d;
}

body:not(.mobile).style-14 .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:hover .title,
body:not(.mobile).style-14 .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:hover .subtitle,
body:not(.mobile).style-14 .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:hover .view {
  color: #fff;
  border-color: #fff;
}

body.style-14 .inline-product-entry .image:hover {
  border-color: #6d4c3d;
}

body.style-14 .sidebar-navigation .entry .fa {
  color: #aeaeae;
}

.header-wrapper.style-14 .menu-button {
  color: #fff;
}

body.style-14 .search-button {
  background: #6d4c3d;
}

body.style-14 .cart-box.popup .content .price {
  color: #6d4c3d;
}

body.style-14 .cart-box.popup .summary .grandtotal span {
  color: #6d4c3d;
}

body.style-14 .button.style-4 {
  background: #6d4c3d;
  border-color: #6d4c3d;
}

@media (max-width: 1199px) {
  body.style-14 .header-top-entry {
    color: #fff;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 31 - TEMPLATE MINI */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.header-wrapper.style-15 header.type-4:not(.fixed-header) nav>ul {
  width: auto;
  text-align: center;
}

.header-wrapper.style-15 header.type-4:not(.fixed-header) nav>ul li {
  text-align: left;
}

.header-wrapper.style-15 header.type-4:not(.fixed-header) nav>ul>li:not(.fixed-header-visible) {
  float: none;
  display: inline-block;
}

body.style-15 .column-article-entry {
  text-align: center;
}

body.style-15 .column-article-entry .title {
  font-size: 20px;
  line-height: 24px;
  color: #2e2e2e;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}

body.style-15 .tabs-container {
  text-align: center;
}

body.style-15 .swiper-tabs .block-title {
  float: none;
  display: inline-block;
}

body.style-15 .block-title {
  color: #2e2e2e;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}

body.style-15 .price .current {
  color: #393939;
  font-weight: 400;
}

body.style-15 .product-slide-entry .title {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2e2e2e;
}

body.style-15 .product-slide-entry .title:hover {
  color: #8b8b8b;
}

body.style-15 .swiper-tabs .block-title:before {
  background: #c8c8c8;
}

body.style-15 .navigation-banner-content .subtitle {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

body.style-15 .navigation-banner-content .title {
  font-size: 80px;
  line-height: 72px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 5px;
}

body.style-15 .navigation-banner-content .description {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

body.style-15 .swiper-active-switch {
  background: #c8c8c8;
  border-color: #c8c8c8;
}

body.style-15 .bubbles span {
  background: #c8c8c8;
}

body.style-15 .mozaic-banners-wrapper.type-2 .mozaic-banner-content .subtitle {
  color: #dfdfdf;
  font-weight: 300;
  text-transform: uppercase;
}

body.style-15 .mozaic-banners-wrapper.type-2 .mozaic-banner-content .title {
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 100;
  font-family: 'Raleway', sans-serif;
}

body.style-15 .mozaic-banners-wrapper.type-2 .mozaic-banner-content .view {
  font-size: 14px;
  color: #dfdfdf;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  border-bottom-width: 2px;
}

body.style-15 .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:before {
  background: rgba(200, 200, 200, 0.7);
}

body.style-15 .mozaic-banners-wrapper.type-2 .banner-column {
  padding: 0 15px;
  margin-bottom: 30px;
}

body.style-15 .mozaic-banners-wrapper.type-2 .row {
  margin-left: -15px;
  margin-right: -15px;
}

body.style-15 .search-button {
  background: #c8c8c8;
}

body.style-15 .cart-box.popup .content .price {
  color: #c8c8c8;
}

body.style-15 .cart-box.popup .summary .grandtotal span {
  color: #c8c8c8;
}

body.style-15 .button.style-4 {
  background: #c8c8c8;
  border-color: #c8c8c8;
}

body.style-15 .copyright a {
  color: #c8c8c8;
}

body.style-15 .footer-links a:hover {
  color: #c8c8c8;
}

.header-wrapper.style-15 .menu-button {
  color: #fff;
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  body.style-15 .mozaic-banners-wrapper.type-2 .mozaic-banner-content .title {
    font-size: 40px;
    line-height: 40px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 32 - TEMPLATE FURNITURE */

/*-------------------------------------------------------------------------------------------------------------------------------*/

body.style-16 .product-slide-entry {
  text-align: center;
}

body.style-16 .swiper-tabs .block-title:before {
  background: #5f573a;
}

body.style-16 .sidebar-navigation .title {
  background: #5f573a;
}

body.style-16 .sidebar-navigation {
  border-color: #5f573a;
}

body.style-16 .sidebar-navigation .entry:before {
  background: #5f573a;
}

body.style-16 .price .current {
  color: #5f573a;
}

body.style-16 #loader-wrapper .bubbles span {
  background: #5f573a;
}

body.style-16 .product-slide-entry .title:hover {
  color: #5f573a;
}

body.style-16 .swiper-active-switch {
  background: #5f573a;
  border-color: #5f573a;
}

body.style-16 .sale-entry .sale-price span {
  color: #6e5f27;
}

body.style-16 a.sale-entry {
  background-size: cover;
}

body.style-16 a.sale-entry:before {
  background: rgba(95, 87, 58, 0.7);
  opacity: 1;
}

body.style-16 a.sale-entry:hover:before {
  background: rgba(95, 87, 58, 0.5);
}

body.style-16 a.sale-entry .sale-price,
body.style-16 a.sale-entry .sale-price span {
  color: #fff;
}

body.style-16 a.sale-entry .sale-description {
  color: rgba(255, 255, 255, 0.7);
}

body.style-16 .read-more:hover {
  color: #5f573a;
}

body.style-16 .hover-class-1:after {
  background: #5f573a;
}

body.style-16 .product-slide-entry .subtitle:hover {
  color: #5f573a;
}

body.style-16 .inline-product-entry .image:hover {
  border-color: #5f573a;
}

body.style-16 .inline-product-entry .title:hover {
  color: #5f573a;
}

body.style-16 .navigation-banner-content .subtitle {
  font-weight: 400;
  font-size: 24px;
  color: #8d9296;
  font-family: 'Raleway', sans-serif;
}

body.style-16 .light-text .navigation-banner-content .subtitle {
  color: #fff;
}

body.style-16 .navigation-banner-content .description {
  color: #868789;
  margin-bottom: 25px;
}

body.style-16 .light-text .navigation-banner-content .description {
  color: #fff;
}

body.style-16 .navigation-banner-content .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

@media (min-width: 1200px) {
  .header-wrapper.style-16 header.type-4 .logo-wrapper {
    width: 300px;
    text-align: left;
  }
}

.header-wrapper.style-16 header .icon-entry {
  width: 33%;
}

.header-wrapper.style-16 header .icon-entry:hover .image {
  background: #5f573a;
}

body.style-16 .search-button {
  background: #6d4c3d;
}

.header-wrapper.style-16 .menu-button {
  color: #fff;
}

body.style-16 .information-blocks {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  body.style-16 a.sale-entry {
    background-image: none!important;
  }
}

body.style-16 .cart-box.popup .content .price {
  color: #5f573a;
}

body.style-16 .cart-box.popup .summary .grandtotal span {
  color: #5f573a;
}

body.style-16 .button.style-4 {
  background: #5f573a;
  border-color: #5f573a;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 33 - TEMPLATE JEWELLERY */

/*-------------------------------------------------------------------------------------------------------------------------------*/

body.style-17 .sidebar-navigation .title {
  background: #901794;
}

body.style-17 .sidebar-navigation {
  border-color: #901794;
}

body.style-17 .sidebar-navigation .entry:before {
  background: #901794;
}

body.style-17 .sidebar-navigation .entry .fa {
  color: #cac9c9;
}

body.style-17 .search-button {
  background: #901794;
}

body.style-17 .swiper-tabs .block-title:before {
  background: #901794;
}

body.style-17 .price .current {
  color: #901794;
}

body.style-17 .product-slide-entry .title:hover {
  color: #901794;
}

body.style-17 ol li:before {
  background: #d9d9d9;
}

body.style-17 #loader-wrapper .bubbles span {
  background: #901794;
}

body.style-17 .swiper-active-switch {
  background: #901794;
  border-color: #901794;
}

body.style-17 .hover-class-1:after {
  background: #901794;
}

body.style-17 .inline-product-entry .image:hover {
  border-color: #901794;
}

body.style-17 .inline-product-entry .title:hover {
  color: #901794;
}

.footer-wrapper.style-17 .footer-address a b {
  color: #901794;
}

.footer-wrapper.style-17 .copyright a {
  color: #901794;
}

.footer-wrapper.style-17 .footer-columns-entry .column a:hover {
  color: #901794;
}

body.style-17 .navigation-banner-content .subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}

body.style-17 .navigation-banner-content .title {
  font-weight: 700;
  letter-spacing: -2px;
  font-family: 'Raleway', sans-serif;
}

body.style-17 .navigation-banner-content .description {
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .header-wrapper.style-17 header:not(.fixed-header) .navigation:before {
    content: "";
    position: absolute;
    width: 10000px;
    left: 50%;
    margin-left: -5000px;
    background: #262626;
    top: 0;
    height: 100%;
  }

  .header-wrapper.style-17 header:not(.fixed-header) nav>ul>li>a {
    color: #fff;
  }
}

body.style-17 .cart-box.popup .content .price {
  color: #901794;
}

body.style-17 .cart-box.popup .summary .grandtotal span {
  color: #901794;
}

body.style-17 .button.style-4 {
  background: #901794;
  border-color: #901794;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 34 - TEMPLATE PRESENTATION */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.side-square-wrapper {
}

.side-square-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.side-square-entry {
  padding-bottom: 50%;
  position: relative;
  min-height: 800px;
}

.side-square-entry .fixed-parallax {
  width: 50%;
}

.side-square-entry.col-md-push-6 .fixed-parallax {
  left: 50%;
}

.side-square-entry .fixed-parallax:before {
  display: none;
}

.side-square-entry .align-content {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.parallax-view {
  font-size: 15px;
  line-height: 24px;
  color: #2e2e2e;
  font-weight: 600;
  display: block;
  padding-top: 18px;
  border-top: 1px #ebebeb solid;
  text-align: center;
}

.parallax-view:hover {
  color: #b1b1b1;
}

.side-square-entry .products-swiper {
  margin-bottom: 35px;
}

.swiper-slide.no-shadow:before {
  display: none;
}

body.style-18 .swiper-active-switch {
  background: #c2a325;
  border-color: #c2a325;
}

body.style-18 .price .current {
  color: #c2a325;
}

body.style-18 .product-slide-entry .title:hover {
  color: #c2a325;
}

body.style-18 .search-button {
  background: #c2a325;
}

.footer-wrapper.style-18 .copyright a {
  color: #c2a325;
}

.footer-wrapper.style-18 .footer-links a:hover {
  color: #c2a325;
}

body.style-18 .cart-box.popup .content .price {
  color: #c2a325;
}

body.style-18 .cart-box.popup .summary .grandtotal span {
  color: #c2a325;
}

body.style-18 .button.style-4 {
  background: #c2a325;
  border-color: #c2a325;
}

body.style-18 .article-container ul li:before {
  color: #c2a325;
}

body.style-18 .bubbles span {
  background: #c2a325;
}

/*Desktops (>=992px)*/

@media (max-width: 1199px) {
  .header-wrapper.style-18 header {
    background: #262626!important;
  }

  .side-square-entry .align-content {
    left: 5%;
    right: 5%;
  }
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .side-square-entry .fixed-parallax {
    width: 100%;
  }

  .side-square-entry.col-md-push-6 .fixed-parallax {
    left: 0%;
  }

  .side-square-entry .fixed-parallax {
    position: relative;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .side-square-entry .align-content {
    position: relative;
    left: auto;
    right: auto;
    padding: 50px 30px;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }

  .side-square-entry {
    padding-bottom: 0;
    min-height: 300px;
    min-height: 100vh;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 35 - FULLWIDTH HOMEPAGE */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.image-text-widget {
  border: 2px #f2f2f2 solid;
  position: relative;
  overflow: hidden;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 40px 40px 40px 270px;
}

.image-text-widget .title {
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.image-text-widget ul li a {
  font-weight: 500;
  color: #2e2e2e;
}

.image-text-widget ul li a:hover {
  color: #ca1515;
}

.article-container ul li:before {
  color: #ca1515;
}

.special-item-entry {
  position: relative;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.special-item-entry>img:first-child {
  display: block;
  width: 100%;
  height: auto;
}

body:not(.mobile) .special-item-entry:hover>img:first-child {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.special-item-entry .title {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  line-height: 18px;
}

.special-item-entry .title span {
  font-size: 48px;
  line-height: 40px;
  display: block;
}

.special-item-entry .button {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.fullwidth-block {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.parallax-slide.small-slide {
  height: 600px!important;
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
  .special-item-entry .title span {
    font-size: 37px;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .image-text-widget {
    padding-left: 40px;
    background: none!important;
    border: 2px #f2f2f2 solid;
  }

  .parallax-slide.small-slide {
    height: 350px!important;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 36 - FULLWIDTH HOMEPAGE WITH LEFT SIDEBAR */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.color-background-widget {
  position: relative;
  padding: 120px 0;
  background-size: cover;
}

.color-background-widget:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}

.color-background-form {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.color-background-form .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  border-top: 4px #fff solid;
  border-bottom: 4px #fff solid;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.color-background-form .description {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 22px;
}

.simple-form .submit {
  position: relative;
  float: right;
  width: 130px;
  border: 2px #ccc solid;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.simple-form .submit:hover {
  border-color: #fff;
}

.simple-form .submit input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.simple-form .input-wrapper {
  margin-right: 140px;
}

.simple-form .input-wrapper input {
  width: 100%;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  height: 34px;
  line-height: 34px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.latest-entries-heading {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px #e6e6e6 solid;
}

.latest-entries-heading:after {
  content: "";
  display: block;
  clear: both;
}

.latest-entries-heading .title {
  float: left;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.latest-entries-heading .latest-more {
  float: right;
  font-size: 14px;
  line-height: 24px;
  color: #ca1515;
}

.latest-entries-heading .latest-more:hover {
  color: #a3a2a2;
}

.client-logo-wrapper {
  text-align: center;
  padding-bottom: 20px;
}

.client-logo {
  display: inline-block;
}

body.style-19 .swiper-tabs .block-title:before {
  background: #a6a6a6;
}

body.style-19 .product-slide-entry .title:hover {
  color: #ca1515;
}

body.style-19 .price .current {
  color: #ca1515;
}

body.style-19 .product-slide-entry {
  text-align: center;
}

body.style-19 .hover-class-1:after {
  background: #a6a6a6;
}

body.style-19 .product-slide-entry .subtitle:hover {
  color: #ca1515;
}

body.style-19 .bubbles span {
  background: #ca1515;
}

body.style-19 .swiper-active-switch {
  background: #ca1515;
  border-color: #ca1515;
}

@media (min-width: 1200px) {
  body.style-19 .navigation-copyright a {
    color: #ca1515;
  }
}

@media only screen and (max-width:480px) {
  .welcome-section {
    overflow: visible;
  }

  .welcome-section .color-background-widget {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .welcome-section .color-background-widget {
    background-position: center center;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 37 - WINE TEMPLATE WITH LEFT SIDEBAR */

/*-------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 1200px) {
  .sidebar-content-wrapper.center-container {
    max-width: 930px;
    padding: 0;
    margin-left: 150px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: relative;
  }

  .sidebar-content-wrapper.center-container:before {
    position: absolute;
    width: 10000px;
    height: 100%;
    background: #fff;
    content: "";
    left: 100%;
    top: 0;
    margin-left: -1px;
  }

  .sidebar-content-wrapper.center-container .content-center {
    width: auto;
    padding: 30px;
  }

  .header-wrapper.center-container header {
    left: 50%;
    margin-left: -615px;
  }

  .header-wrapper.center-container header.type-3:not(.fixed-header) .full-width .submenu,
    .header-wrapper.center-container header.type-3:not(.fixed-header) .submenu {
    /*width: 955px!important;
        */
  }

  .header-wrapper.center-container header {
    background: none;
    border: none;
  }

  .header-wrapper.center-container header.type-3:not(.fixed-header) nav>ul>li>a {
    color: #fff;
  }

  .header-wrapper.center-container header.type-3:not(.fixed-header) .header-functionality-entry {
    color: #fff;
  }

  .header-wrapper.center-container header.type-3:not(.fixed-header) .header-functionality-entry b {
    color: #db2020;
  }

  .header-wrapper.center-container .navigation-footer {
    left: 50%;
    margin-left: -615px;
  }

  .header-wrapper.center-container .navigation-copyright {
    color: #fff;
  }

  .header-wrapper.center-container .navigation-copyright a {
    color: #b11a1a;
  }

  .header-wrapper.center-container .socials-box a:hover {
    color: #fff;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .header-wrapper.center-container header.type-3:not(.fixed-header) .menu-slider-entry {
    padding-right: 15px;
  }
}

body.style-20 .navigation-banner-content .subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
}

body.style-20 .navigation-banner-content .title {
  font-family: 'Times New Roman';
  letter-spacing: 1px;
}

body.style-20 .mozaic-banners-wrapper.type-2 .banner-column {
  padding: 0 15px;
  margin-bottom: 30px;
}

body.style-20 .mozaic-banners-wrapper.type-2 .row {
  margin-left: -15px;
  margin-right: -15px;
}

body.style-20 .mozaic-banners-wrapper.type-2 .mozaic-banner-content .subtitle {
  color: #b11a1a!important;
}

body.style-20 .mozaic-banners-wrapper.type-2 .mozaic-banner-content .title {
  font-size: 40px;
  color: #2e2e2e!important;
  font-family: 'Times New Roman';
}

body.style-20 .mozaic-banners-wrapper.type-2 .mozaic-banner-content .description {
  font-family: "Merriweather", serif;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
  color: #b3b3b3!important;
}

body.style-20 .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:hover .mozaic-banner-content .description {
  color: #2e2e2e;
}

body.style-20 .mozaic-banners-wrapper.type-2 .mozaic-banner-content {
  max-width: 82%;
}

body.style-20 .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:before {
  background: rgba(245, 245, 245, 0.7);
}

body.style-20 .swiper-tabs .block-title:before {
  background: #b11a1a;
}

body.style-20 .product-slide-entry .title:hover {
  color: #b11a1a;
}

body.style-20 .price .current {
  color: #b11a1a;
}

body.style-20 .hover-class-1:after {
  background: rgba(117, 26, 26, 0.7);
}

body.style-20 .product-slide-entry .subtitle:hover {
  color: #ca1515;
}

body.style-20 .swiper-active-switch {
  background: #ca1515;
  border-color: #ca1515;
}

body.style-20 .bubbles span {
  background: #ca1515;
}

body.style-20 header .simple-search-form {
  background: none;
  border: 2px rgba(255, 255, 255, 0.5) solid;
}

body.style-20 header .simple-search-form.active {
  border-color: #fff;
}

body.style-20 header .simple-search-form .simple-submit {
  border-color: rgba(255, 255, 255, 0.5);
}

body.style-20 header .simple-search-form .simple-submit:hover {
  color: #fff;
}

body.style-20 header .simple-search-form input[type="text"] {
  color: #fff;
}

body.style-20 .search-button {
  background: #b11a1a;
}

.newsletter-join {
  border: 5px #f7f7f7 solid;
  padding: 40px 50px;
}

.newsletter-join .title {
  font-size: 18px;
  line-height: 18px;
  color: #2e2e2e;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.newsletter-join .description {
  font-size: 13px;
  line-height: 22px;
  color: #a3a2a2;
  margin-bottom: 10px;
}

.newsletter-join .cell-view {
  width: 1000px;
  height: 75px;
}

.custom-col-4-in-row {
  float: left;
  width: 25%;
  padding: 0 15px;
}

.custom-col-4-in-row:nth-child(4n+1) {
  clear: both;
}

body.style-20 .cart-box.popup .content .price {
  color: #b11a1a;
}

body.style-20 .cart-box.popup .summary .grandtotal span {
  color: #b11a1a;
}

body.style-20 .button.style-4 {
  background: #b11a1a;
  border-color: #b11a1a;
}

@media (max-width: 1199px) {
  .header-wrapper.center-container header.type-3 {
    background: #262626;
    border: none;
  }

  .header-wrapper.center-container header.type-3 .header-functionality-entry * {
    color: #fff;
  }

  .sidebar-content-wrapper.center-container .content-center {
    padding-top: 30px!important;
  }
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .sidebar-content-wrapper.center-container .content-center {
    padding-top: 15px!important;
  }

  .custom-col-4-in-row {
    width: 33.33333%;
  }

  .custom-col-4-in-row:nth-child(4n+1) {
    clear: none;
  }

  .custom-col-4-in-row:nth-child(3n+1) {
    clear: both;
  }

  .newsletter-join .cell-view {
    height: auto;
  }

  .information-entry-xs {
    margin-bottom: 10px;
  }

  body.style-20 .products-swiper {
    margin: 0;
  }
}

@media (max-width: 450px) {
  .custom-col-4-in-row {
    width: 50%;
  }

  .custom-col-4-in-row:nth-child(3n+1) {
    clear: none;
  }

  .custom-col-4-in-row:nth-child(2n+1) {
    clear: both;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 38 - FULL WITH TEMPLATE NO SLIDER */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.products-slider-banner {
  margin-bottom: 40px;
  border: 1px #e6e6e6 solid;
  position: relative;
  overflow: hidden;
}

.products-slider-banner .pagination {
  display: none;
}

.products-slider-banner:after {
  display: block;
  content: "";
  clear: both;
}

.products-slider-banner .products-swiper {
  /*border: 1px #e6e6e6 solid;
     height: 400px;
    */
  margin-left: 0;
  margin-right: 0;
  height: 400px;
  margin-left: 400px;
}

.products-slider-banner .products-swiper:before,
.products-slider-banner .products-swiper:after {
  display: none;
}

.products-slider-banner .swiper-container,
.products-slider-banner .swiper-wrapper,
.products-slider-banner .swiper-slide {
  height: inherit!important;
  position: relative;
}

.products-slider-banner .swiper-slide:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 0;
  top: 0;
  background: #e6e6e6;
}

.products-slider-banner .paddings-container {
  position: relative;
  top: 15%;
}

.products-slider-banner .promo-banner-box {
  float: left;
  width: 400px;
  height: 400px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.products-slider-banner .promo-banner-box .promo-text .description {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1px;
}

body.style-21 .sidebar-logos-row a img {
  opacity: 0.7;
}

body.style-21 .sidebar-logos-row a:hover img {
  opacity: 1;
}

body.style-21 .price .current {
  color: #c7192c;
}

body.style-21 .product-slide-entry .title:hover {
  color: #c7192c;
}

body.style-21 .bubbles span {
  background: #c7192c;
}

body.style-21 .search-button {
  background: #c7192c;
}

.header-wrapper.style-21 header {
  padding-left: 30px;
  padding-right: 30px;
}

.demo-categories-wrapper {
  margin-bottom: 60px;
}

.demo-categories-entry {
  border: 1px #e6e6e6 solid;
  padding: 35px;
  background-position: right bottom;
  background-repeat: no-repeat;
  min-height: 450px;
  position: relative;
}

.demo-categories-entry .title {
  font-size: 14px;
  line-height: 16px;
  color: #2f2f2f;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.demo-categories-entry .title:hover {
  color: #c3172b;
}

.demo-categories-entry .list a {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #2e2e2e;
  display: block;
  padding: 15px 0;
  border-top: 1px #ebebeb solid;
}

.demo-categories-entry .list a:before {
  font-family: FontAwesome;
  content: "\F105";
  margin-right: 7px;
  color: #cecece;
  display: inline-block;
}

.demo-categories-entry .list a:hover {
  color: #c3172b;
}

.demo-categories-entry .block-info {
  text-align: right;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.demo-categories-entry .block-info .title {
  font-size: 18px;
  line-height: 24px;
  color: #a5a5a5;
}

.demo-categories-entry .block-info .description {
  font-size: 40px;
  line-height: 42px;
  color: #262626;
  font-weight: 900;
  letter-spacing: -2px;
}

.demo-categories-entry .block-info .detail-link {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  color: #c3172b;
  text-decoration: underline;
}

.demo-categories-entry .block-info .detail-link:hover {
  text-decoration: none;
}

.footer-wrapper.style-21 footer.type-2 .footer-links a:hover {
  color: #ce1313;
}

.footer-wrapper.style-21 footer.type-2 .copyright a {
  color: #ce1313;
}

@media (max-width: 1700px) {
  .demo-categories-entry .block-info .description {
    font-size: 30px;
    line-height: 32px;
  }
}

@media (max-width: 1400px) {
  .demo-categories-entry .block-info .description {
    font-size: 24px;
    line-height: 25px;
    letter-spacing: -1px;
  }
}

@media (min-width: 1200px) {
  .header-wrapper.style-21 header:not(.fixed-header) .navigation {
    border: none;
  }

  .header-wrapper.style-21 header:not(.fixed-header) nav:before {
    background: #262626;
    position: absolute;
    height: 100%;
    width: 10000px;
    left: 50%;
    margin-left: -5000px;
    content: "";
    z-index: -1;
  }

  .header-wrapper.style-21 header:not(.fixed-header) nav>ul>li>a {
    color: #fff;
  }
}

@media (max-width: 1199px) {
  .products-slider-banner .promo-banner-box {
    width: 350px;
    height: 350px;
  }

  .products-slider-banner .products-swiper {
    height: 350px;
    margin-left: 350px;
  }

  .demo-categories-entry:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
  }
}

/*Phones (<768px)*/

@media (max-width: 991px) {
  .products-slider-banner .promo-banner-box {
    width: 250px;
  }

  .products-slider-banner .products-swiper {
    margin-left: 250px;
  }

  .products-slider-banner .promo-banner-box .promo-text .description {
    font-size: 33px;
    line-height: 33px;
  }
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .products-slider-banner .promo-banner-box {
    width: auto;
    float: none;
  }

  .products-slider-banner .products-swiper {
    margin-left: 0;
    height: auto;
  }

  .products-slider-banner .paddings-container {
    padding-top: 0;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .demo-categories-wrapper {
    margin-bottom: 40px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 00 - TEASER */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*teaser 1*/

.teaser-container {
  background-color: #f8f8f8;
  height: 100%;
}

.teaser-container .cell-view {
  vertical-align: middle;
}

.teaser-container .row-view {
  height: 25%;
}

.teaser-logo {
  text-align: center;
  padding: 15px 0;
}

.teaser-logo .logo {
  display: inline-block;
}

.teaser-logo .logo img {
  display: block;
}

.teaser-content {
  background: #fff;
  padding: 70px 0;
  text-align: center;
}

.teaser-subtitle {
  font-size: 24px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 9px;
}

.teaser-title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 11px;
  color: #262626;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.teaser-description {
  font-size: 15px;
  line-height: 22px;
  color: #b6b6b6;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.teaser-date {
  margin-bottom: 55px;
}

.teaser-date .date-square {
  font-family: 'Montserrat', sans-serif;
  float: left;
  width: 25%;
  position: relative;
}

.teaser-date .date-square:after {
  height: 60px;
  width: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  content: "";
}

.teaser-date .date-square:first-child:after {
  display: none;
}

.teaser-date .date-square span {
  display: block;
  font-size: 72px;
  line-height: 70px;
  display: block;
  font-weight: 400;
  color: #262626;
}

.teaser-date .date-square p {
  font-size: 18px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #c8c8c8;
  text-transform: uppercase;
}

.teaser-content .center {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 15px;
}

.teaser-copyright {
  text-align: center;
  padding: 25px 0;
}

.teaser-copyright .copyright {
  margin-bottom: 0;
}

.teaser-copyright .copyright a {
  color: #d7af23;
}

.styled-form {
  max-width: 430px;
  margin: 0 auto;
}

.styled-form .form-title {
  font-size: 13px;
  line-height: 27px;
  color: #313131;
  text-align: left;
}

.styled-form .submit-wrapper {
  position: relative;
  float: right;
  height: 45px;
  white-space: nowrap;
  line-height: 45px;
  width: 110px;
  background: #d7af23;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.styled-form .submit-wrapper:hover {
  background: #c2c2c2!important;
  color: #fff;
}

.styled-form .submit-wrapper input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
}

.styled-form .field-wrapper {
  border: 1px #e6e6e6 solid;
  border-right: none;
  height: 45px;
  margin-right: 110px;
}

.styled-form .field-wrapper input {
  width: 100%;
  padding: 0 20px;
  border: none;
  font-size: 13px;
  line-height: 43px;
  height: 43px;
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .teaser-date .date-square span {
    font-size: 38px;
    line-height: 34px;
  }

  .teaser-date .date-square p {
    font-size: 14px;
  }

  .teaser-content {
    padding: 35px 0;
  }
}

/*teaser 2*/

body.teaser-2 {
  background: #000;
}

body.teaser-2 .teaser-container {
  background-color: transparent;
}

body.teaser-2 .teaser-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
}

body.teaser-2 .teaser-content {
  background: none;
}

body.teaser-2 .teaser-container .row-view {
  height: 0%;
}

body.teaser-2 .teaser-title {
  color: #fff;
}

body.teaser-2 .teaser-description {
  color: #b6b6b6;
}

body.teaser-2 .teaser-date .date-square span {
  color: #fff;
}

body.teaser-2 .teaser-date .date-square p {
  color: #edc32f;
}

body.teaser-2 .teaser-date .date-square:after {
  background: rgba(255, 255, 255, 0.3);
}

body.teaser-2 .styled-form .field-wrapper {
  border-color: rgba(255, 255, 255, 0.1);
}

body.teaser-2 .styled-form .field-wrapper input {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

body.teaser-2 .teaser-copyright .copyright a:hover {
  color: #fff!important;
}

/*teaser 2*/

body.teaser-3 {
  background: #000;
}

body.teaser-3 .teaser-container {
  background-color: transparent;
}

body.teaser-3 .teaser-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
}

body.teaser-3 .teaser-content {
  background: none;
}

body.teaser-3 .teaser-container .row-view {
  height: 0%;
}

body.teaser-3 .teaser-title {
  color: #fff;
}

body.teaser-3 .teaser-description {
  color: #b6b6b6;
}

body.teaser-3 .styled-form .field-wrapper {
  border-color: rgba(255, 255, 255, 0.1);
}

body.teaser-3 .styled-form .field-wrapper input {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

body.teaser-3 .teaser-copyright .copyright a {
  color: #6aa207;
}

body.teaser-3 .teaser-copyright .copyright a:hover {
  color: #fff!important;
}

body.teaser-3 .styled-form .submit-wrapper {
  background: #6aa207;
}

body.teaser-3 .teaser-title {
  font-size: 72px;
  line-height: 62px;
  border-top: 4px #fff solid;
  border-bottom: 4px #fff solid;
  display: inline-block;
  margin-bottom: 15px;
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  body.teaser-3 .teaser-title {
    font-size: 52px;
    line-height: 45px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 00 - X */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.message-box {
  color: #8cbc09;
  border: 2px currentColor solid;
  margin-bottom: 25px;
  position: relative;
}

.message-icon {
  position: absolute;
  width: 25px;
  height: 100%;
  background: currentColor;
  left: 0;
  top: 0;
}

.message-icon .fa {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

.message-text {
  font-size: 13px;
  color: #2e2e2e;
  font-weight: 500;
  line-height: 25px;
  padding: 0px 0px 0px 45px;
}

.message-text b {
  font-weight: 700;
}

.message-close {
  width: 55px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
}

.message-close .fa {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -6px;
  color: #808080;
}

.message-danger {
  color: #bc0909;
}

.message-warning {
  color: #e7b60a;
}

.message-info {
  color: #03b4ea;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 00 - X */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.overlay-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 15;
  left: -100%;
  top: 0;
  overflow: hidden;
}

.overlay-popup.visible {
  left: 0;
}

.overlay-popup *:last-child {
  margin-bottom: 0!important;
}

.overlay-popup .close-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  min-height: 100vh;
}

.overlay-popup .cell-view {
  position: relative;
}

.overlay-popup.active .close-layer {
  opacity: 1;
}

.overlay-popup .overflow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-x: hidden;
}

.overlay-popup .popup-container {
  padding: 45px;
  background: #fff;
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  transform: perspective(2000px) rotateX(77deg);
  -moz-transform: perspective(2000px) rotateX(77deg);
  -webkit-transform: perspective(2000px) rotateX(77deg);
  -ms-transform: perspective(2000px) rotateX(77deg);
  opacity: 0;
}

.overlay-popup.active .popup-container {
  transform: perspective(2000px) rotateX(0deg);
  -moz-transform: perspective(2000px) rotateX(0deg);
  -webkit-transform: perspective(2000px) rotateX(0deg);
  -ms-transform: perspective(2000px) rotateX(0deg);
  opacity: 1;
}

.overlay-popup .popup-container .gallery-image {
  width: 100%;
  height: auto;
}

.close-popup {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}

.close-popup:before,
.close-popup:after {
  width: 19px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: -2px;
  content: "";
  background: #292929;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
}

.close-popup:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

#product-popup .popup-container {
  max-width: 860px;
  width: 100%;
}

#subscribe-popup .popup-container {
  max-width: 830px;
  width: 100%;
  padding: 80px 330px 80px 70px;
}

.popup-background {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}

.newsletter-title {
  font-size: 36px;
  line-height: 48px;
  color: #3d3d3d;
  font-weight: 400;
  position: relative;
}

.newsletter-text {
  font-size: 14px;
  line-height: 26px;
  color: #808080;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
}

.newsletter-text a {
  font-weight: 500;
  color: #3d3d3d;
  text-decoration: underline;
}

.newsletter-text a:hover {
  text-decoration: none;
}

.overlay-popup .styled-form {
  margin-bottom: 25px;
  max-width: 100%;
}

.overlay-popup .form-title {
  font-size: 13;
  z-index: 48px;
  color: #313131;
  font-weight: 600;
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .overlay-popup .popup-container {
    padding: 25px;
  }

  .close-popup {
    top: 4px;
    right: 4px;
  }

  #product-popup .cell-view,
    #product-popup .table-view {
    display: block;
  }

  .popup-background {
    display: none;
  }

  #subscribe-popup .popup-container {
    min-width: 0;
    padding: 15px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 00 - X */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.jspPane {
  margin-left: 0!important;
  margin-right: 10px;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: red;
  border-left: 1px solid #f2f2f2;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #fff;
  position: relative;
}

.jspDrag {
  background: #c2c2c2;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 00 - X */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.article-container {
  font-size: 13px;
  line-height: 22px;
  color: #808080;
  margin-bottom: 25px;
}

.article-container b {
  font-weight: 500;
  color: #2e2e2e;
}

.article-container a {
  color: #d14242;
}

.article-container li a {
  color: #808080;
}

.article-container a:hover {
  color: #2e2e2e;
}

.article-container.columns-2 {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.article-container.columns-3 {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.article-container p,
.article-container ul,
.article-container ol,
.article-container img {
  margin-bottom: 15px;
}

.article-container ol li {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.article-container ul li {
  padding: 4px 0 4px 10px;
}

.article-container ul li:before {
  content: "\F105";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}

.article-container h1,
.h1 {
  font-size: 32px;
  line-height: 32px;
  color: #2e2e2e;
  font-weight: 500;
  margin-bottom: 15px;
}

.article-container h2,
.h2 {
  font-size: 28px;
  line-height: 34px;
  color: #262626;
  font-weight: 300;
  margin-bottom: 15px;
}

.article-container h3,
.h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 11px;
  color: #000;
}

.article-container h4,
.h4 {
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.article-container h5,
.h5 {
  font-size: 13px;
  line-height: 30px;
  color: #262626;
  font-weight: 600;
  text-transform: uppercase;
}

.article-container h5 .fa,
.h5 .fa {
  font-size: 20px;
  color: #d14242;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.article-container h6,
.h6 {
  font-size: 11px;
  line-height: 18px;
  color: #262626;
  font-weight: 700;
  margin-bottom: 15px;
}

.article-container.style-1 {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

/*Phones (<768px)*/

@media (max-width: 767px) {
  .article-container.columns-2,
    .article-container.columns-3 {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 00 - MEDIA QUERIES */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*Desktops (>=1200px)*/

@media (min-width: 1200px) {
}

/*Desktops (>=992px)*/

@media (max-width: 1199px) {
}

/* Tablets (>=768px)*/

@media (max-width: 991px) {
}

/*Phones (<768px)*/

@media (max-width: 767px) {
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 00 - CSS ANIMATIONS */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.sidebar-navigation .entry:before,
.sidebar-navigation .entry,
.button,
.socials-box a,
.socials-box a .fa,
.search-drop-down .category-entry,
.search-button,
.header-functionality-entry,
footer a,
.product-slide-entry .title,
.product-slide-entry .tag,
.inline-product-entry .title,
.inline-product-entry .image,
.list-type-1 a,
.hover-class-1:after,
.hover-label,
.menu-slider-arrows a .fa,
.bottom-line-a,
.top-line-a,
.fixed-header-square-button .fa,
.read-more,
.product-mix-info,
.simple-search-form .simple-submit,
.departmets-drop-down .list a,
.copyright a,
.styled-form .submit-wrapper,
.socials-box a .fa,
.sidebar-logos-row a img,
a.sale-entry:before,
a.sale-entry .sale-price,
a.sale-entry .sale-price span,
a.sale-entry .sale-description,
.breadcrumb-box a,
.icon-entry .image,
.quantity-selector .entry.number-minus,
.quantity-selector .entry.number-plus,
.tabs-container.style-1 .tab-switcher,
.size-selector .entry:after,
.color-selector .entry:after,
.color-selector .entry:before,
.blog-entry .title,
.blog-entry .subtitle a,
.blog-entry .subtitle a b,
.blog-entry .readmore,
.square-button,
.tags-box a,
.categories-list ul li a,
.container-404 .text a,
.portfolio-navigation a,
.portfolio-entry .title,
.action-button,
.hover-layer,
.continue-link,
.accordeon-title,
.traditional-cart-entry .tag,
.traditional-cart-entry .title,
.remove-button,
.cart-summary-box .simple-link,
.checkout-progress-widget a.step-entry,
.simple-field,
.column-article-entry .title,
.product-slide-entry .subtitle,
.parallax-view,
.simple-form .submit,
.latest-entries-heading .latest-more,
.demo-categories-entry .title,
.demo-categories-entry .list a,
.sale-entry-border,
.sale-entry-border:before,
.color-text-widget,
.color-text-widget .cell-view,
.color-text-widget .title,
.color-text-widget .description,
.sale-entry,
.simple-search-form,
.special-item-entry>img {
  transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
}

.product-slide-entry .product-image:after,
.sidebar-navigation .title .fa,
.navigation-banner-content,
.from-the-blog-entry .image:after,
.toggle-list-button:after,
.product-image .bottom-line,
.product-image .top-line-a,
.navigation-banner-content .subtitle,
.navigation-banner-content .title,
.navigation-banner-content .description,
.navigation-banner-content .info,
.swiper-slide .parallax-article .subtitle,
.swiper-slide .parallax-article .description,
.swiper-slide .parallax-article .info,
a.mozaic-banner-entry .subtitle,
a.mozaic-banner-entry .title,
a.mozaic-banner-entry .description,
a.mozaic-banner-entry:before,
.creative-square-box .background-box,
.creative-square-box:before,
.promo-banner-box:before,
.promo-banner-box .promo-text,
.promo-banner-box .promo-text .description,
.product-image img,
.product-thumbnails-swiper .paddings-container,
.blog-entry .image img,
.comment-image:after,
.hover-layer .info,
.title-info,
.actions,
a.mozaic-banner-entry .view {
  transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.swiper-slide .parallax-article .title,
.portfolio-entry .image img,
.portfolio-entry:hover .portfolio-drop-down,
.overlay-popup .close-layer,
.overlay-popup .popup-container {
  transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
}

.creative-square-box:hover .background-box,
.blog-entry .image:hover img,
.portfolio-entry:hover .image img {
  transition: all 15000ms linear!important;
  -ms-transition: all 15000ms linear!important;
}

.disable-animation,
.shop-grid .product-slide-entry .title {
  transition: none!important;
  -ms-transition: none!important;
}

/*transition delay*/

.navigation-banner-content .subtitle,
.swiper-slide .parallax-article .subtitle,
.swiper-slide .parallax-article .description,
.overlay-popup.active .popup-container {
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.navigation-banner-content .title {
  transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
}

.swiper-slide .parallax-article .info {
  transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.header-demo {
  height: 250px;
  position: relative;
  background-size: cover;
  background-position: center top;
  margin-bottom: 50px;
}

.header-demo.background-demo:before {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-demo .header-wrapper.style-3 header:before {
  height: 205px;
}

.header-demo header {
  position: absolute!important;
}

/*ie*/

_:-ms-input-placeholder,
:root .simple-field.simple-drop-down select {
  padding-right: 22px;
}

_:-ms-input-placeholder,
:root .size-1.simple-field.simple-drop-down select {
  padding-right: 14px;
}

_:-ms-input-placeholder,
:root .simple-drop-down select {
  padding-right: 10px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .header-functionality-entry {
    margin-left: 15px;
  }
}

.header-middle-padding {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.background-navigation {
  background-color: black !important;
}

.landing-page-background-image {
  background-size: cover !important;
  background-position: right top !important;
}

.admin-content-border {
  border: #e2d9d2 medium solid;
  /*border-radius: 10px;*/
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-banner-height {
  height: 400px !important;
}

.header-banner-height-reset {
  height: 150px !important;
}

.profile-active {
  background-color: #bcc0c3;
}

.promo-banner-box {
  background-color: black;
  opacity: 0.8;
  width: 100%;
  /*margin-bottom: -30px;*/
  margin-left: -15px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 10px 10px 38px -23px rgba(0, 0, 0, 0.75);
}

.tbl-row-padding{
  margin-left: -0px!important;
  margin-right: -30px!important;
}

.order-search-summary-area {
  margin-top: 20px;
  vertical-align: middle;
}

.order-search-summary {
  width: 75%;
  float: left;
  font-size: 0.9em;
}

.order-search-actions {
  width: 25%;
  float: right;
  text-align: right;
}

.order-search-summary span {
  background-color: whitesmoke;
  padding: 0 8px;
  border: 0.3px solid #000;
  border-radius: 4px;
}

section.products_bulk_order_options {
  margin-bottom: 15px;
}

section.products_bulk_order_options label{
  width: 70px;
}

section.products_bulk_order_options div {
  margin: 10px 0 10px 0;
}

section.products_bulk_order_options .product_qty input{
  width: 70px;
}
@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: 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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.space-y-0 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--space-y-reverse)) !important;
}

.space-x-0 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-1 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
}

.space-x-1 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-2 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
}

.space-x-2 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-3 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
}

.space-x-3 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-4 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
}

.space-x-4 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-5 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
}

.space-x-5 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-6 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
}

.space-x-6 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-8 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
}

.space-x-8 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-10 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
}

.space-x-10 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
}

.space-x-12 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(3rem * var(--space-x-reverse)) !important;
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-16 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
}

.space-x-16 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(4rem * var(--space-x-reverse)) !important;
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-20 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
}

.space-x-20 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(5rem * var(--space-x-reverse)) !important;
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-24 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
}

.space-x-24 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(6rem * var(--space-x-reverse)) !important;
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-32 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
}

.space-x-32 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(8rem * var(--space-x-reverse)) !important;
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-40 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
}

.space-x-40 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(10rem * var(--space-x-reverse)) !important;
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-48 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
}

.space-x-48 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(12rem * var(--space-x-reverse)) !important;
  margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-56 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
}

.space-x-56 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(14rem * var(--space-x-reverse)) !important;
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-64 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
}

.space-x-64 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(16rem * var(--space-x-reverse)) !important;
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-px > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1px * var(--space-y-reverse)) !important;
}

.space-x-px > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(1px * var(--space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-1 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
}

.-space-x-1 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-2 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
}

.-space-x-2 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-3 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
}

.-space-x-3 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-4 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
}

.-space-x-4 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-1rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-5 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
}

.-space-x-5 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-6 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
}

.-space-x-6 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-8 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
}

.-space-x-8 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-2rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-10 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
}

.-space-x-10 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
}

.-space-x-12 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-3rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-16 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
}

.-space-x-16 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-4rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-20 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
}

.-space-x-20 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-24 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
}

.-space-x-24 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-32 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
}

.-space-x-32 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-8rem * var(--space-x-reverse)) !important;
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-40 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
}

.-space-x-40 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-10rem * var(--space-x-reverse)) !important;
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-48 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
}

.-space-x-48 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-12rem * var(--space-x-reverse)) !important;
  margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-56 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
}

.-space-x-56 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-14rem * var(--space-x-reverse)) !important;
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-64 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
}

.-space-x-64 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-16rem * var(--space-x-reverse)) !important;
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-px > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
}

.-space-x-px > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-1px * var(--space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-reverse > :not(template) ~ :not(template){
  --space-y-reverse: 1 !important;
}

.space-x-reverse > :not(template) ~ :not(template){
  --space-x-reverse: 1 !important;
}

.divide-y-0 > :not(template) ~ :not(template){
  --divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
}

.divide-x-0 > :not(template) ~ :not(template){
  --divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-2 > :not(template) ~ :not(template){
  --divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
}

.divide-x-2 > :not(template) ~ :not(template){
  --divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-4 > :not(template) ~ :not(template){
  --divide-y-reverse: 0 !important;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
}

.divide-x-4 > :not(template) ~ :not(template){
  --divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-8 > :not(template) ~ :not(template){
  --divide-y-reverse: 0 !important;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
}

.divide-x-8 > :not(template) ~ :not(template){
  --divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y > :not(template) ~ :not(template){
  --divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
}

.divide-x > :not(template) ~ :not(template){
  --divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-reverse > :not(template) ~ :not(template){
  --divide-y-reverse: 1 !important;
}

.divide-x-reverse > :not(template) ~ :not(template){
  --divide-x-reverse: 1 !important;
}

.divide-transparent > :not(template) ~ :not(template){
  border-color: transparent !important;
}

.divide-black-real > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #000000 !important;
  border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
}

.divide-black > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #22292f !important;
  border-color: rgba(34, 41, 47, var(--divide-opacity)) !important;
}

.divide-grey-darkest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #3d4852 !important;
  border-color: rgba(61, 72, 82, var(--divide-opacity)) !important;
}

.divide-grey-darker > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #606f7b !important;
  border-color: rgba(96, 111, 123, var(--divide-opacity)) !important;
}

.divide-grey-dark > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #8795a1 !important;
  border-color: rgba(135, 149, 161, var(--divide-opacity)) !important;
}

.divide-grey > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #b8c2cc !important;
  border-color: rgba(184, 194, 204, var(--divide-opacity)) !important;
}

.divide-grey-light > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #dae1e7 !important;
  border-color: rgba(218, 225, 231, var(--divide-opacity)) !important;
}

.divide-grey-lighter > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f1f5f8 !important;
  border-color: rgba(241, 245, 248, var(--divide-opacity)) !important;
}

.divide-grey-lightest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f8fafc !important;
  border-color: rgba(248, 250, 252, var(--divide-opacity)) !important;
}

.divide-white > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
}

.divide-red-darkest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #3b0d0c !important;
  border-color: rgba(59, 13, 12, var(--divide-opacity)) !important;
}

.divide-red-darker > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #621b18 !important;
  border-color: rgba(98, 27, 24, var(--divide-opacity)) !important;
}

.divide-red-dark > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #cc1f1a !important;
  border-color: rgba(204, 31, 26, var(--divide-opacity)) !important;
}

.divide-red > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #e3342f !important;
  border-color: rgba(227, 52, 47, var(--divide-opacity)) !important;
}

.divide-red-light > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ef5753 !important;
  border-color: rgba(239, 87, 83, var(--divide-opacity)) !important;
}

.divide-red-lighter > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f9acaa !important;
  border-color: rgba(249, 172, 170, var(--divide-opacity)) !important;
}

.divide-red-lightest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fcebea !important;
  border-color: rgba(252, 235, 234, var(--divide-opacity)) !important;
}

.divide-orange-darkest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #462a16 !important;
  border-color: rgba(70, 42, 22, var(--divide-opacity)) !important;
}

.divide-orange-darker > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #613b1f !important;
  border-color: rgba(97, 59, 31, var(--divide-opacity)) !important;
}

.divide-orange-dark > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #de751f !important;
  border-color: rgba(222, 117, 31, var(--divide-opacity)) !important;
}

.divide-orange > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f6993f !important;
  border-color: rgba(246, 153, 63, var(--divide-opacity)) !important;
}

.divide-orange-light > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #faad63 !important;
  border-color: rgba(250, 173, 99, var(--divide-opacity)) !important;
}

.divide-orange-lighter > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fcd9b6 !important;
  border-color: rgba(252, 217, 182, var(--divide-opacity)) !important;
}

.divide-orange-lightest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fff5eb !important;
  border-color: rgba(255, 245, 235, var(--divide-opacity)) !important;
}

.divide-yellow-darkest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #453411 !important;
  border-color: rgba(69, 52, 17, var(--divide-opacity)) !important;
}

.divide-yellow-darker > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #684f1d !important;
  border-color: rgba(104, 79, 29, var(--divide-opacity)) !important;
}

.divide-yellow-dark > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f2d024 !important;
  border-color: rgba(242, 208, 36, var(--divide-opacity)) !important;
}

.divide-yellow > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ffed4a !important;
  border-color: rgba(255, 237, 74, var(--divide-opacity)) !important;
}

.divide-yellow-light > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fff382 !important;
  border-color: rgba(255, 243, 130, var(--divide-opacity)) !important;
}

.divide-yellow-lighter > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fff9c2 !important;
  border-color: rgba(255, 249, 194, var(--divide-opacity)) !important;
}

.divide-yellow-lightest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fcfbeb !important;
  border-color: rgba(252, 251, 235, var(--divide-opacity)) !important;
}

.divide-green-darkest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #0f2f21 !important;
  border-color: rgba(15, 47, 33, var(--divide-opacity)) !important;
}

.divide-green-darker > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #1a4731 !important;
  border-color: rgba(26, 71, 49, var(--divide-opacity)) !important;
}

.divide-green-dark > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #1f9d55 !important;
  border-color: rgba(31, 157, 85, var(--divide-opacity)) !important;
}

.divide-green > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #38c172 !important;
  border-color: rgba(56, 193, 114, var(--divide-opacity)) !important;
}

.divide-green-light > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #51d88a !important;
  border-color: rgba(81, 216, 138, var(--divide-opacity)) !important;
}

.divide-green-lighter > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #a2f5bf !important;
  border-color: rgba(162, 245, 191, var(--divide-opacity)) !important;
}

.divide-green-lightest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #e3fcec !important;
  border-color: rgba(227, 252, 236, var(--divide-opacity)) !important;
}

.divide-teal-darkest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #0d3331 !important;
  border-color: rgba(13, 51, 49, var(--divide-opacity)) !important;
}

.divide-teal-darker > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #20504f !important;
  border-color: rgba(32, 80, 79, var(--divide-opacity)) !important;
}

.divide-teal-dark > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #38a89d !important;
  border-color: rgba(56, 168, 157, var(--divide-opacity)) !important;
}

.divide-teal > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #4dc0b5 !important;
  border-color: rgba(77, 192, 181, var(--divide-opacity)) !important;
}

.divide-teal-light > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #64d5ca !important;
  border-color: rgba(100, 213, 202, var(--divide-opacity)) !important;
}

.divide-teal-lighter > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #a0f0ed !important;
  border-color: rgba(160, 240, 237, var(--divide-opacity)) !important;
}

.divide-teal-lightest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #e8fffe !important;
  border-color: rgba(232, 255, 254, var(--divide-opacity)) !important;
}

.divide-blue-darkest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #12283a !important;
  border-color: rgba(18, 40, 58, var(--divide-opacity)) !important;
}

.divide-blue-darker > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #1c3d5a !important;
  border-color: rgba(28, 61, 90, var(--divide-opacity)) !important;
}

.divide-blue-dark > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #2779bd !important;
  border-color: rgba(39, 121, 189, var(--divide-opacity)) !important;
}

.divide-blue > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #3490dc !important;
  border-color: rgba(52, 144, 220, var(--divide-opacity)) !important;
}

.divide-blue-light > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #6cb2eb !important;
  border-color: rgba(108, 178, 235, var(--divide-opacity)) !important;
}

.divide-blue-lighter > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #bcdefa !important;
  border-color: rgba(188, 222, 250, var(--divide-opacity)) !important;
}

.divide-blue-lightest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #eff8ff !important;
  border-color: rgba(239, 248, 255, var(--divide-opacity)) !important;
}

.divide-indigo-darkest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #191e38 !important;
  border-color: rgba(25, 30, 56, var(--divide-opacity)) !important;
}

.divide-indigo-darker > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #2f365f !important;
  border-color: rgba(47, 54, 95, var(--divide-opacity)) !important;
}

.divide-indigo-dark > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #5661b3 !important;
  border-color: rgba(86, 97, 179, var(--divide-opacity)) !important;
}

.divide-indigo > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #6574cd !important;
  border-color: rgba(101, 116, 205, var(--divide-opacity)) !important;
}

.divide-indigo-light > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #7886d7 !important;
  border-color: rgba(120, 134, 215, var(--divide-opacity)) !important;
}

.divide-indigo-lighter > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #b2b7ff !important;
  border-color: rgba(178, 183, 255, var(--divide-opacity)) !important;
}

.divide-indigo-lightest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #e6e8ff !important;
  border-color: rgba(230, 232, 255, var(--divide-opacity)) !important;
}

.divide-purple-darkest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #21183c !important;
  border-color: rgba(33, 24, 60, var(--divide-opacity)) !important;
}

.divide-purple-darker > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #382b5f !important;
  border-color: rgba(56, 43, 95, var(--divide-opacity)) !important;
}

.divide-purple-dark > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #794acf !important;
  border-color: rgba(121, 74, 207, var(--divide-opacity)) !important;
}

.divide-purple > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #9561e2 !important;
  border-color: rgba(149, 97, 226, var(--divide-opacity)) !important;
}

.divide-purple-light > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #a779e9 !important;
  border-color: rgba(167, 121, 233, var(--divide-opacity)) !important;
}

.divide-purple-lighter > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #d6bbfc !important;
  border-color: rgba(214, 187, 252, var(--divide-opacity)) !important;
}

.divide-purple-lightest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f3ebff !important;
  border-color: rgba(243, 235, 255, var(--divide-opacity)) !important;
}

.divide-pink-darkest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #451225 !important;
  border-color: rgba(69, 18, 37, var(--divide-opacity)) !important;
}

.divide-pink-darker > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #6f213f !important;
  border-color: rgba(111, 33, 63, var(--divide-opacity)) !important;
}

.divide-pink-dark > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #eb5286 !important;
  border-color: rgba(235, 82, 134, var(--divide-opacity)) !important;
}

.divide-pink > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f66d9b !important;
  border-color: rgba(246, 109, 155, var(--divide-opacity)) !important;
}

.divide-pink-light > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fa7ea8 !important;
  border-color: rgba(250, 126, 168, var(--divide-opacity)) !important;
}

.divide-pink-lighter > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ffbbca !important;
  border-color: rgba(255, 187, 202, var(--divide-opacity)) !important;
}

.divide-pink-lightest > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ffebef !important;
  border-color: rgba(255, 235, 239, var(--divide-opacity)) !important;
}

.divide-solid > :not(template) ~ :not(template){
  border-style: solid !important;
}

.divide-dashed > :not(template) ~ :not(template){
  border-style: dashed !important;
}

.divide-dotted > :not(template) ~ :not(template){
  border-style: dotted !important;
}

.divide-double > :not(template) ~ :not(template){
  border-style: double !important;
}

.divide-none > :not(template) ~ :not(template){
  border-style: none !important;
}

.divide-opacity-0 > :not(template) ~ :not(template){
  --divide-opacity: 0 !important;
}

.divide-opacity-25 > :not(template) ~ :not(template){
  --divide-opacity: 0.25 !important;
}

.divide-opacity-50 > :not(template) ~ :not(template){
  --divide-opacity: 0.5 !important;
}

.divide-opacity-75 > :not(template) ~ :not(template){
  --divide-opacity: 0.75 !important;
}

.divide-opacity-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
}

.sr-only{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.not-sr-only{
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.focus\:sr-only:focus{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.focus\:not-sr-only:focus{
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.appearance-none{
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.bg-fixed{
  background-attachment: fixed !important;
}

.bg-local{
  background-attachment: local !important;
}

.bg-scroll{
  background-attachment: scroll !important;
}

.bg-clip-border{
  background-clip: border-box !important;
}

.bg-clip-padding{
  background-clip: padding-box !important;
}

.bg-clip-content{
  background-clip: content-box !important;
}

.bg-clip-text{
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

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

.bg-black-real{
  --bg-opacity: 1 !important;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.bg-black{
  --bg-opacity: 1 !important;
  background-color: #22292f !important;
  background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
}

.bg-grey-darkest{
  --bg-opacity: 1 !important;
  background-color: #3d4852 !important;
  background-color: rgba(61, 72, 82, var(--bg-opacity)) !important;
}

.bg-grey-darker{
  --bg-opacity: 1 !important;
  background-color: #606f7b !important;
  background-color: rgba(96, 111, 123, var(--bg-opacity)) !important;
}

.bg-grey-dark{
  --bg-opacity: 1 !important;
  background-color: #8795a1 !important;
  background-color: rgba(135, 149, 161, var(--bg-opacity)) !important;
}

.bg-grey{
  --bg-opacity: 1 !important;
  background-color: #b8c2cc !important;
  background-color: rgba(184, 194, 204, var(--bg-opacity)) !important;
}

.bg-grey-light{
  --bg-opacity: 1 !important;
  background-color: #dae1e7 !important;
  background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
}

.bg-grey-lighter{
  --bg-opacity: 1 !important;
  background-color: #f1f5f8 !important;
  background-color: rgba(241, 245, 248, var(--bg-opacity)) !important;
}

.bg-grey-lightest{
  --bg-opacity: 1 !important;
  background-color: #f8fafc !important;
  background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
}

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

.bg-red-darkest{
  --bg-opacity: 1 !important;
  background-color: #3b0d0c !important;
  background-color: rgba(59, 13, 12, var(--bg-opacity)) !important;
}

.bg-red-darker{
  --bg-opacity: 1 !important;
  background-color: #621b18 !important;
  background-color: rgba(98, 27, 24, var(--bg-opacity)) !important;
}

.bg-red-dark{
  --bg-opacity: 1 !important;
  background-color: #cc1f1a !important;
  background-color: rgba(204, 31, 26, var(--bg-opacity)) !important;
}

.bg-red{
  --bg-opacity: 1 !important;
  background-color: #e3342f !important;
  background-color: rgba(227, 52, 47, var(--bg-opacity)) !important;
}

.bg-red-light{
  --bg-opacity: 1 !important;
  background-color: #ef5753 !important;
  background-color: rgba(239, 87, 83, var(--bg-opacity)) !important;
}

.bg-red-lighter{
  --bg-opacity: 1 !important;
  background-color: #f9acaa !important;
  background-color: rgba(249, 172, 170, var(--bg-opacity)) !important;
}

.bg-red-lightest{
  --bg-opacity: 1 !important;
  background-color: #fcebea !important;
  background-color: rgba(252, 235, 234, var(--bg-opacity)) !important;
}

.bg-orange-darkest{
  --bg-opacity: 1 !important;
  background-color: #462a16 !important;
  background-color: rgba(70, 42, 22, var(--bg-opacity)) !important;
}

.bg-orange-darker{
  --bg-opacity: 1 !important;
  background-color: #613b1f !important;
  background-color: rgba(97, 59, 31, var(--bg-opacity)) !important;
}

.bg-orange-dark{
  --bg-opacity: 1 !important;
  background-color: #de751f !important;
  background-color: rgba(222, 117, 31, var(--bg-opacity)) !important;
}

.bg-orange{
  --bg-opacity: 1 !important;
  background-color: #f6993f !important;
  background-color: rgba(246, 153, 63, var(--bg-opacity)) !important;
}

.bg-orange-light{
  --bg-opacity: 1 !important;
  background-color: #faad63 !important;
  background-color: rgba(250, 173, 99, var(--bg-opacity)) !important;
}

.bg-orange-lighter{
  --bg-opacity: 1 !important;
  background-color: #fcd9b6 !important;
  background-color: rgba(252, 217, 182, var(--bg-opacity)) !important;
}

.bg-orange-lightest{
  --bg-opacity: 1 !important;
  background-color: #fff5eb !important;
  background-color: rgba(255, 245, 235, var(--bg-opacity)) !important;
}

.bg-yellow-darkest{
  --bg-opacity: 1 !important;
  background-color: #453411 !important;
  background-color: rgba(69, 52, 17, var(--bg-opacity)) !important;
}

.bg-yellow-darker{
  --bg-opacity: 1 !important;
  background-color: #684f1d !important;
  background-color: rgba(104, 79, 29, var(--bg-opacity)) !important;
}

.bg-yellow-dark{
  --bg-opacity: 1 !important;
  background-color: #f2d024 !important;
  background-color: rgba(242, 208, 36, var(--bg-opacity)) !important;
}

.bg-yellow{
  --bg-opacity: 1 !important;
  background-color: #ffed4a !important;
  background-color: rgba(255, 237, 74, var(--bg-opacity)) !important;
}

.bg-yellow-light{
  --bg-opacity: 1 !important;
  background-color: #fff382 !important;
  background-color: rgba(255, 243, 130, var(--bg-opacity)) !important;
}

.bg-yellow-lighter{
  --bg-opacity: 1 !important;
  background-color: #fff9c2 !important;
  background-color: rgba(255, 249, 194, var(--bg-opacity)) !important;
}

.bg-yellow-lightest{
  --bg-opacity: 1 !important;
  background-color: #fcfbeb !important;
  background-color: rgba(252, 251, 235, var(--bg-opacity)) !important;
}

.bg-green-darkest{
  --bg-opacity: 1 !important;
  background-color: #0f2f21 !important;
  background-color: rgba(15, 47, 33, var(--bg-opacity)) !important;
}

.bg-green-darker{
  --bg-opacity: 1 !important;
  background-color: #1a4731 !important;
  background-color: rgba(26, 71, 49, var(--bg-opacity)) !important;
}

.bg-green-dark{
  --bg-opacity: 1 !important;
  background-color: #1f9d55 !important;
  background-color: rgba(31, 157, 85, var(--bg-opacity)) !important;
}

.bg-green{
  --bg-opacity: 1 !important;
  background-color: #38c172 !important;
  background-color: rgba(56, 193, 114, var(--bg-opacity)) !important;
}

.bg-green-light{
  --bg-opacity: 1 !important;
  background-color: #51d88a !important;
  background-color: rgba(81, 216, 138, var(--bg-opacity)) !important;
}

.bg-green-lighter{
  --bg-opacity: 1 !important;
  background-color: #a2f5bf !important;
  background-color: rgba(162, 245, 191, var(--bg-opacity)) !important;
}

.bg-green-lightest{
  --bg-opacity: 1 !important;
  background-color: #e3fcec !important;
  background-color: rgba(227, 252, 236, var(--bg-opacity)) !important;
}

.bg-teal-darkest{
  --bg-opacity: 1 !important;
  background-color: #0d3331 !important;
  background-color: rgba(13, 51, 49, var(--bg-opacity)) !important;
}

.bg-teal-darker{
  --bg-opacity: 1 !important;
  background-color: #20504f !important;
  background-color: rgba(32, 80, 79, var(--bg-opacity)) !important;
}

.bg-teal-dark{
  --bg-opacity: 1 !important;
  background-color: #38a89d !important;
  background-color: rgba(56, 168, 157, var(--bg-opacity)) !important;
}

.bg-teal{
  --bg-opacity: 1 !important;
  background-color: #4dc0b5 !important;
  background-color: rgba(77, 192, 181, var(--bg-opacity)) !important;
}

.bg-teal-light{
  --bg-opacity: 1 !important;
  background-color: #64d5ca !important;
  background-color: rgba(100, 213, 202, var(--bg-opacity)) !important;
}

.bg-teal-lighter{
  --bg-opacity: 1 !important;
  background-color: #a0f0ed !important;
  background-color: rgba(160, 240, 237, var(--bg-opacity)) !important;
}

.bg-teal-lightest{
  --bg-opacity: 1 !important;
  background-color: #e8fffe !important;
  background-color: rgba(232, 255, 254, var(--bg-opacity)) !important;
}

.bg-blue-darkest{
  --bg-opacity: 1 !important;
  background-color: #12283a !important;
  background-color: rgba(18, 40, 58, var(--bg-opacity)) !important;
}

.bg-blue-darker{
  --bg-opacity: 1 !important;
  background-color: #1c3d5a !important;
  background-color: rgba(28, 61, 90, var(--bg-opacity)) !important;
}

.bg-blue-dark{
  --bg-opacity: 1 !important;
  background-color: #2779bd !important;
  background-color: rgba(39, 121, 189, var(--bg-opacity)) !important;
}

.bg-blue{
  --bg-opacity: 1 !important;
  background-color: #3490dc !important;
  background-color: rgba(52, 144, 220, var(--bg-opacity)) !important;
}

.bg-blue-light{
  --bg-opacity: 1 !important;
  background-color: #6cb2eb !important;
  background-color: rgba(108, 178, 235, var(--bg-opacity)) !important;
}

.bg-blue-lighter{
  --bg-opacity: 1 !important;
  background-color: #bcdefa !important;
  background-color: rgba(188, 222, 250, var(--bg-opacity)) !important;
}

.bg-blue-lightest{
  --bg-opacity: 1 !important;
  background-color: #eff8ff !important;
  background-color: rgba(239, 248, 255, var(--bg-opacity)) !important;
}

.bg-indigo-darkest{
  --bg-opacity: 1 !important;
  background-color: #191e38 !important;
  background-color: rgba(25, 30, 56, var(--bg-opacity)) !important;
}

.bg-indigo-darker{
  --bg-opacity: 1 !important;
  background-color: #2f365f !important;
  background-color: rgba(47, 54, 95, var(--bg-opacity)) !important;
}

.bg-indigo-dark{
  --bg-opacity: 1 !important;
  background-color: #5661b3 !important;
  background-color: rgba(86, 97, 179, var(--bg-opacity)) !important;
}

.bg-indigo{
  --bg-opacity: 1 !important;
  background-color: #6574cd !important;
  background-color: rgba(101, 116, 205, var(--bg-opacity)) !important;
}

.bg-indigo-light{
  --bg-opacity: 1 !important;
  background-color: #7886d7 !important;
  background-color: rgba(120, 134, 215, var(--bg-opacity)) !important;
}

.bg-indigo-lighter{
  --bg-opacity: 1 !important;
  background-color: #b2b7ff !important;
  background-color: rgba(178, 183, 255, var(--bg-opacity)) !important;
}

.bg-indigo-lightest{
  --bg-opacity: 1 !important;
  background-color: #e6e8ff !important;
  background-color: rgba(230, 232, 255, var(--bg-opacity)) !important;
}

.bg-purple-darkest{
  --bg-opacity: 1 !important;
  background-color: #21183c !important;
  background-color: rgba(33, 24, 60, var(--bg-opacity)) !important;
}

.bg-purple-darker{
  --bg-opacity: 1 !important;
  background-color: #382b5f !important;
  background-color: rgba(56, 43, 95, var(--bg-opacity)) !important;
}

.bg-purple-dark{
  --bg-opacity: 1 !important;
  background-color: #794acf !important;
  background-color: rgba(121, 74, 207, var(--bg-opacity)) !important;
}

.bg-purple{
  --bg-opacity: 1 !important;
  background-color: #9561e2 !important;
  background-color: rgba(149, 97, 226, var(--bg-opacity)) !important;
}

.bg-purple-light{
  --bg-opacity: 1 !important;
  background-color: #a779e9 !important;
  background-color: rgba(167, 121, 233, var(--bg-opacity)) !important;
}

.bg-purple-lighter{
  --bg-opacity: 1 !important;
  background-color: #d6bbfc !important;
  background-color: rgba(214, 187, 252, var(--bg-opacity)) !important;
}

.bg-purple-lightest{
  --bg-opacity: 1 !important;
  background-color: #f3ebff !important;
  background-color: rgba(243, 235, 255, var(--bg-opacity)) !important;
}

.bg-pink-darkest{
  --bg-opacity: 1 !important;
  background-color: #451225 !important;
  background-color: rgba(69, 18, 37, var(--bg-opacity)) !important;
}

.bg-pink-darker{
  --bg-opacity: 1 !important;
  background-color: #6f213f !important;
  background-color: rgba(111, 33, 63, var(--bg-opacity)) !important;
}

.bg-pink-dark{
  --bg-opacity: 1 !important;
  background-color: #eb5286 !important;
  background-color: rgba(235, 82, 134, var(--bg-opacity)) !important;
}

.bg-pink{
  --bg-opacity: 1 !important;
  background-color: #f66d9b !important;
  background-color: rgba(246, 109, 155, var(--bg-opacity)) !important;
}

.bg-pink-light{
  --bg-opacity: 1 !important;
  background-color: #fa7ea8 !important;
  background-color: rgba(250, 126, 168, var(--bg-opacity)) !important;
}

.bg-pink-lighter{
  --bg-opacity: 1 !important;
  background-color: #ffbbca !important;
  background-color: rgba(255, 187, 202, var(--bg-opacity)) !important;
}

.bg-pink-lightest{
  --bg-opacity: 1 !important;
  background-color: #ffebef !important;
  background-color: rgba(255, 235, 239, var(--bg-opacity)) !important;
}

.hover\:bg-transparent:hover{
  background-color: transparent !important;
}

.hover\:bg-black-real:hover{
  --bg-opacity: 1 !important;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.hover\:bg-black:hover{
  --bg-opacity: 1 !important;
  background-color: #22292f !important;
  background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
}

.hover\:bg-grey-darkest:hover{
  --bg-opacity: 1 !important;
  background-color: #3d4852 !important;
  background-color: rgba(61, 72, 82, var(--bg-opacity)) !important;
}

.hover\:bg-grey-darker:hover{
  --bg-opacity: 1 !important;
  background-color: #606f7b !important;
  background-color: rgba(96, 111, 123, var(--bg-opacity)) !important;
}

.hover\:bg-grey-dark:hover{
  --bg-opacity: 1 !important;
  background-color: #8795a1 !important;
  background-color: rgba(135, 149, 161, var(--bg-opacity)) !important;
}

.hover\:bg-grey:hover{
  --bg-opacity: 1 !important;
  background-color: #b8c2cc !important;
  background-color: rgba(184, 194, 204, var(--bg-opacity)) !important;
}

.hover\:bg-grey-light:hover{
  --bg-opacity: 1 !important;
  background-color: #dae1e7 !important;
  background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
}

.hover\:bg-grey-lighter:hover{
  --bg-opacity: 1 !important;
  background-color: #f1f5f8 !important;
  background-color: rgba(241, 245, 248, var(--bg-opacity)) !important;
}

.hover\:bg-grey-lightest:hover{
  --bg-opacity: 1 !important;
  background-color: #f8fafc !important;
  background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
}

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

.hover\:bg-red-darkest:hover{
  --bg-opacity: 1 !important;
  background-color: #3b0d0c !important;
  background-color: rgba(59, 13, 12, var(--bg-opacity)) !important;
}

.hover\:bg-red-darker:hover{
  --bg-opacity: 1 !important;
  background-color: #621b18 !important;
  background-color: rgba(98, 27, 24, var(--bg-opacity)) !important;
}

.hover\:bg-red-dark:hover{
  --bg-opacity: 1 !important;
  background-color: #cc1f1a !important;
  background-color: rgba(204, 31, 26, var(--bg-opacity)) !important;
}

.hover\:bg-red:hover{
  --bg-opacity: 1 !important;
  background-color: #e3342f !important;
  background-color: rgba(227, 52, 47, var(--bg-opacity)) !important;
}

.hover\:bg-red-light:hover{
  --bg-opacity: 1 !important;
  background-color: #ef5753 !important;
  background-color: rgba(239, 87, 83, var(--bg-opacity)) !important;
}

.hover\:bg-red-lighter:hover{
  --bg-opacity: 1 !important;
  background-color: #f9acaa !important;
  background-color: rgba(249, 172, 170, var(--bg-opacity)) !important;
}

.hover\:bg-red-lightest:hover{
  --bg-opacity: 1 !important;
  background-color: #fcebea !important;
  background-color: rgba(252, 235, 234, var(--bg-opacity)) !important;
}

.hover\:bg-orange-darkest:hover{
  --bg-opacity: 1 !important;
  background-color: #462a16 !important;
  background-color: rgba(70, 42, 22, var(--bg-opacity)) !important;
}

.hover\:bg-orange-darker:hover{
  --bg-opacity: 1 !important;
  background-color: #613b1f !important;
  background-color: rgba(97, 59, 31, var(--bg-opacity)) !important;
}

.hover\:bg-orange-dark:hover{
  --bg-opacity: 1 !important;
  background-color: #de751f !important;
  background-color: rgba(222, 117, 31, var(--bg-opacity)) !important;
}

.hover\:bg-orange:hover{
  --bg-opacity: 1 !important;
  background-color: #f6993f !important;
  background-color: rgba(246, 153, 63, var(--bg-opacity)) !important;
}

.hover\:bg-orange-light:hover{
  --bg-opacity: 1 !important;
  background-color: #faad63 !important;
  background-color: rgba(250, 173, 99, var(--bg-opacity)) !important;
}

.hover\:bg-orange-lighter:hover{
  --bg-opacity: 1 !important;
  background-color: #fcd9b6 !important;
  background-color: rgba(252, 217, 182, var(--bg-opacity)) !important;
}

.hover\:bg-orange-lightest:hover{
  --bg-opacity: 1 !important;
  background-color: #fff5eb !important;
  background-color: rgba(255, 245, 235, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-darkest:hover{
  --bg-opacity: 1 !important;
  background-color: #453411 !important;
  background-color: rgba(69, 52, 17, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-darker:hover{
  --bg-opacity: 1 !important;
  background-color: #684f1d !important;
  background-color: rgba(104, 79, 29, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-dark:hover{
  --bg-opacity: 1 !important;
  background-color: #f2d024 !important;
  background-color: rgba(242, 208, 36, var(--bg-opacity)) !important;
}

.hover\:bg-yellow:hover{
  --bg-opacity: 1 !important;
  background-color: #ffed4a !important;
  background-color: rgba(255, 237, 74, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-light:hover{
  --bg-opacity: 1 !important;
  background-color: #fff382 !important;
  background-color: rgba(255, 243, 130, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-lighter:hover{
  --bg-opacity: 1 !important;
  background-color: #fff9c2 !important;
  background-color: rgba(255, 249, 194, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-lightest:hover{
  --bg-opacity: 1 !important;
  background-color: #fcfbeb !important;
  background-color: rgba(252, 251, 235, var(--bg-opacity)) !important;
}

.hover\:bg-green-darkest:hover{
  --bg-opacity: 1 !important;
  background-color: #0f2f21 !important;
  background-color: rgba(15, 47, 33, var(--bg-opacity)) !important;
}

.hover\:bg-green-darker:hover{
  --bg-opacity: 1 !important;
  background-color: #1a4731 !important;
  background-color: rgba(26, 71, 49, var(--bg-opacity)) !important;
}

.hover\:bg-green-dark:hover{
  --bg-opacity: 1 !important;
  background-color: #1f9d55 !important;
  background-color: rgba(31, 157, 85, var(--bg-opacity)) !important;
}

.hover\:bg-green:hover{
  --bg-opacity: 1 !important;
  background-color: #38c172 !important;
  background-color: rgba(56, 193, 114, var(--bg-opacity)) !important;
}

.hover\:bg-green-light:hover{
  --bg-opacity: 1 !important;
  background-color: #51d88a !important;
  background-color: rgba(81, 216, 138, var(--bg-opacity)) !important;
}

.hover\:bg-green-lighter:hover{
  --bg-opacity: 1 !important;
  background-color: #a2f5bf !important;
  background-color: rgba(162, 245, 191, var(--bg-opacity)) !important;
}

.hover\:bg-green-lightest:hover{
  --bg-opacity: 1 !important;
  background-color: #e3fcec !important;
  background-color: rgba(227, 252, 236, var(--bg-opacity)) !important;
}

.hover\:bg-teal-darkest:hover{
  --bg-opacity: 1 !important;
  background-color: #0d3331 !important;
  background-color: rgba(13, 51, 49, var(--bg-opacity)) !important;
}

.hover\:bg-teal-darker:hover{
  --bg-opacity: 1 !important;
  background-color: #20504f !important;
  background-color: rgba(32, 80, 79, var(--bg-opacity)) !important;
}

.hover\:bg-teal-dark:hover{
  --bg-opacity: 1 !important;
  background-color: #38a89d !important;
  background-color: rgba(56, 168, 157, var(--bg-opacity)) !important;
}

.hover\:bg-teal:hover{
  --bg-opacity: 1 !important;
  background-color: #4dc0b5 !important;
  background-color: rgba(77, 192, 181, var(--bg-opacity)) !important;
}

.hover\:bg-teal-light:hover{
  --bg-opacity: 1 !important;
  background-color: #64d5ca !important;
  background-color: rgba(100, 213, 202, var(--bg-opacity)) !important;
}

.hover\:bg-teal-lighter:hover{
  --bg-opacity: 1 !important;
  background-color: #a0f0ed !important;
  background-color: rgba(160, 240, 237, var(--bg-opacity)) !important;
}

.hover\:bg-teal-lightest:hover{
  --bg-opacity: 1 !important;
  background-color: #e8fffe !important;
  background-color: rgba(232, 255, 254, var(--bg-opacity)) !important;
}

.hover\:bg-blue-darkest:hover{
  --bg-opacity: 1 !important;
  background-color: #12283a !important;
  background-color: rgba(18, 40, 58, var(--bg-opacity)) !important;
}

.hover\:bg-blue-darker:hover{
  --bg-opacity: 1 !important;
  background-color: #1c3d5a !important;
  background-color: rgba(28, 61, 90, var(--bg-opacity)) !important;
}

.hover\:bg-blue-dark:hover{
  --bg-opacity: 1 !important;
  background-color: #2779bd !important;
  background-color: rgba(39, 121, 189, var(--bg-opacity)) !important;
}

.hover\:bg-blue:hover{
  --bg-opacity: 1 !important;
  background-color: #3490dc !important;
  background-color: rgba(52, 144, 220, var(--bg-opacity)) !important;
}

.hover\:bg-blue-light:hover{
  --bg-opacity: 1 !important;
  background-color: #6cb2eb !important;
  background-color: rgba(108, 178, 235, var(--bg-opacity)) !important;
}

.hover\:bg-blue-lighter:hover{
  --bg-opacity: 1 !important;
  background-color: #bcdefa !important;
  background-color: rgba(188, 222, 250, var(--bg-opacity)) !important;
}

.hover\:bg-blue-lightest:hover{
  --bg-opacity: 1 !important;
  background-color: #eff8ff !important;
  background-color: rgba(239, 248, 255, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-darkest:hover{
  --bg-opacity: 1 !important;
  background-color: #191e38 !important;
  background-color: rgba(25, 30, 56, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-darker:hover{
  --bg-opacity: 1 !important;
  background-color: #2f365f !important;
  background-color: rgba(47, 54, 95, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-dark:hover{
  --bg-opacity: 1 !important;
  background-color: #5661b3 !important;
  background-color: rgba(86, 97, 179, var(--bg-opacity)) !important;
}

.hover\:bg-indigo:hover{
  --bg-opacity: 1 !important;
  background-color: #6574cd !important;
  background-color: rgba(101, 116, 205, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-light:hover{
  --bg-opacity: 1 !important;
  background-color: #7886d7 !important;
  background-color: rgba(120, 134, 215, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-lighter:hover{
  --bg-opacity: 1 !important;
  background-color: #b2b7ff !important;
  background-color: rgba(178, 183, 255, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-lightest:hover{
  --bg-opacity: 1 !important;
  background-color: #e6e8ff !important;
  background-color: rgba(230, 232, 255, var(--bg-opacity)) !important;
}

.hover\:bg-purple-darkest:hover{
  --bg-opacity: 1 !important;
  background-color: #21183c !important;
  background-color: rgba(33, 24, 60, var(--bg-opacity)) !important;
}

.hover\:bg-purple-darker:hover{
  --bg-opacity: 1 !important;
  background-color: #382b5f !important;
  background-color: rgba(56, 43, 95, var(--bg-opacity)) !important;
}

.hover\:bg-purple-dark:hover{
  --bg-opacity: 1 !important;
  background-color: #794acf !important;
  background-color: rgba(121, 74, 207, var(--bg-opacity)) !important;
}

.hover\:bg-purple:hover{
  --bg-opacity: 1 !important;
  background-color: #9561e2 !important;
  background-color: rgba(149, 97, 226, var(--bg-opacity)) !important;
}

.hover\:bg-purple-light:hover{
  --bg-opacity: 1 !important;
  background-color: #a779e9 !important;
  background-color: rgba(167, 121, 233, var(--bg-opacity)) !important;
}

.hover\:bg-purple-lighter:hover{
  --bg-opacity: 1 !important;
  background-color: #d6bbfc !important;
  background-color: rgba(214, 187, 252, var(--bg-opacity)) !important;
}

.hover\:bg-purple-lightest:hover{
  --bg-opacity: 1 !important;
  background-color: #f3ebff !important;
  background-color: rgba(243, 235, 255, var(--bg-opacity)) !important;
}

.hover\:bg-pink-darkest:hover{
  --bg-opacity: 1 !important;
  background-color: #451225 !important;
  background-color: rgba(69, 18, 37, var(--bg-opacity)) !important;
}

.hover\:bg-pink-darker:hover{
  --bg-opacity: 1 !important;
  background-color: #6f213f !important;
  background-color: rgba(111, 33, 63, var(--bg-opacity)) !important;
}

.hover\:bg-pink-dark:hover{
  --bg-opacity: 1 !important;
  background-color: #eb5286 !important;
  background-color: rgba(235, 82, 134, var(--bg-opacity)) !important;
}

.hover\:bg-pink:hover{
  --bg-opacity: 1 !important;
  background-color: #f66d9b !important;
  background-color: rgba(246, 109, 155, var(--bg-opacity)) !important;
}

.hover\:bg-pink-light:hover{
  --bg-opacity: 1 !important;
  background-color: #fa7ea8 !important;
  background-color: rgba(250, 126, 168, var(--bg-opacity)) !important;
}

.hover\:bg-pink-lighter:hover{
  --bg-opacity: 1 !important;
  background-color: #ffbbca !important;
  background-color: rgba(255, 187, 202, var(--bg-opacity)) !important;
}

.hover\:bg-pink-lightest:hover{
  --bg-opacity: 1 !important;
  background-color: #ffebef !important;
  background-color: rgba(255, 235, 239, var(--bg-opacity)) !important;
}

.focus\:bg-transparent:focus{
  background-color: transparent !important;
}

.focus\:bg-black-real:focus{
  --bg-opacity: 1 !important;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.focus\:bg-black:focus{
  --bg-opacity: 1 !important;
  background-color: #22292f !important;
  background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
}

.focus\:bg-grey-darkest:focus{
  --bg-opacity: 1 !important;
  background-color: #3d4852 !important;
  background-color: rgba(61, 72, 82, var(--bg-opacity)) !important;
}

.focus\:bg-grey-darker:focus{
  --bg-opacity: 1 !important;
  background-color: #606f7b !important;
  background-color: rgba(96, 111, 123, var(--bg-opacity)) !important;
}

.focus\:bg-grey-dark:focus{
  --bg-opacity: 1 !important;
  background-color: #8795a1 !important;
  background-color: rgba(135, 149, 161, var(--bg-opacity)) !important;
}

.focus\:bg-grey:focus{
  --bg-opacity: 1 !important;
  background-color: #b8c2cc !important;
  background-color: rgba(184, 194, 204, var(--bg-opacity)) !important;
}

.focus\:bg-grey-light:focus{
  --bg-opacity: 1 !important;
  background-color: #dae1e7 !important;
  background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
}

.focus\:bg-grey-lighter:focus{
  --bg-opacity: 1 !important;
  background-color: #f1f5f8 !important;
  background-color: rgba(241, 245, 248, var(--bg-opacity)) !important;
}

.focus\:bg-grey-lightest:focus{
  --bg-opacity: 1 !important;
  background-color: #f8fafc !important;
  background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
}

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

.focus\:bg-red-darkest:focus{
  --bg-opacity: 1 !important;
  background-color: #3b0d0c !important;
  background-color: rgba(59, 13, 12, var(--bg-opacity)) !important;
}

.focus\:bg-red-darker:focus{
  --bg-opacity: 1 !important;
  background-color: #621b18 !important;
  background-color: rgba(98, 27, 24, var(--bg-opacity)) !important;
}

.focus\:bg-red-dark:focus{
  --bg-opacity: 1 !important;
  background-color: #cc1f1a !important;
  background-color: rgba(204, 31, 26, var(--bg-opacity)) !important;
}

.focus\:bg-red:focus{
  --bg-opacity: 1 !important;
  background-color: #e3342f !important;
  background-color: rgba(227, 52, 47, var(--bg-opacity)) !important;
}

.focus\:bg-red-light:focus{
  --bg-opacity: 1 !important;
  background-color: #ef5753 !important;
  background-color: rgba(239, 87, 83, var(--bg-opacity)) !important;
}

.focus\:bg-red-lighter:focus{
  --bg-opacity: 1 !important;
  background-color: #f9acaa !important;
  background-color: rgba(249, 172, 170, var(--bg-opacity)) !important;
}

.focus\:bg-red-lightest:focus{
  --bg-opacity: 1 !important;
  background-color: #fcebea !important;
  background-color: rgba(252, 235, 234, var(--bg-opacity)) !important;
}

.focus\:bg-orange-darkest:focus{
  --bg-opacity: 1 !important;
  background-color: #462a16 !important;
  background-color: rgba(70, 42, 22, var(--bg-opacity)) !important;
}

.focus\:bg-orange-darker:focus{
  --bg-opacity: 1 !important;
  background-color: #613b1f !important;
  background-color: rgba(97, 59, 31, var(--bg-opacity)) !important;
}

.focus\:bg-orange-dark:focus{
  --bg-opacity: 1 !important;
  background-color: #de751f !important;
  background-color: rgba(222, 117, 31, var(--bg-opacity)) !important;
}

.focus\:bg-orange:focus{
  --bg-opacity: 1 !important;
  background-color: #f6993f !important;
  background-color: rgba(246, 153, 63, var(--bg-opacity)) !important;
}

.focus\:bg-orange-light:focus{
  --bg-opacity: 1 !important;
  background-color: #faad63 !important;
  background-color: rgba(250, 173, 99, var(--bg-opacity)) !important;
}

.focus\:bg-orange-lighter:focus{
  --bg-opacity: 1 !important;
  background-color: #fcd9b6 !important;
  background-color: rgba(252, 217, 182, var(--bg-opacity)) !important;
}

.focus\:bg-orange-lightest:focus{
  --bg-opacity: 1 !important;
  background-color: #fff5eb !important;
  background-color: rgba(255, 245, 235, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-darkest:focus{
  --bg-opacity: 1 !important;
  background-color: #453411 !important;
  background-color: rgba(69, 52, 17, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-darker:focus{
  --bg-opacity: 1 !important;
  background-color: #684f1d !important;
  background-color: rgba(104, 79, 29, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-dark:focus{
  --bg-opacity: 1 !important;
  background-color: #f2d024 !important;
  background-color: rgba(242, 208, 36, var(--bg-opacity)) !important;
}

.focus\:bg-yellow:focus{
  --bg-opacity: 1 !important;
  background-color: #ffed4a !important;
  background-color: rgba(255, 237, 74, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-light:focus{
  --bg-opacity: 1 !important;
  background-color: #fff382 !important;
  background-color: rgba(255, 243, 130, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-lighter:focus{
  --bg-opacity: 1 !important;
  background-color: #fff9c2 !important;
  background-color: rgba(255, 249, 194, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-lightest:focus{
  --bg-opacity: 1 !important;
  background-color: #fcfbeb !important;
  background-color: rgba(252, 251, 235, var(--bg-opacity)) !important;
}

.focus\:bg-green-darkest:focus{
  --bg-opacity: 1 !important;
  background-color: #0f2f21 !important;
  background-color: rgba(15, 47, 33, var(--bg-opacity)) !important;
}

.focus\:bg-green-darker:focus{
  --bg-opacity: 1 !important;
  background-color: #1a4731 !important;
  background-color: rgba(26, 71, 49, var(--bg-opacity)) !important;
}

.focus\:bg-green-dark:focus{
  --bg-opacity: 1 !important;
  background-color: #1f9d55 !important;
  background-color: rgba(31, 157, 85, var(--bg-opacity)) !important;
}

.focus\:bg-green:focus{
  --bg-opacity: 1 !important;
  background-color: #38c172 !important;
  background-color: rgba(56, 193, 114, var(--bg-opacity)) !important;
}

.focus\:bg-green-light:focus{
  --bg-opacity: 1 !important;
  background-color: #51d88a !important;
  background-color: rgba(81, 216, 138, var(--bg-opacity)) !important;
}

.focus\:bg-green-lighter:focus{
  --bg-opacity: 1 !important;
  background-color: #a2f5bf !important;
  background-color: rgba(162, 245, 191, var(--bg-opacity)) !important;
}

.focus\:bg-green-lightest:focus{
  --bg-opacity: 1 !important;
  background-color: #e3fcec !important;
  background-color: rgba(227, 252, 236, var(--bg-opacity)) !important;
}

.focus\:bg-teal-darkest:focus{
  --bg-opacity: 1 !important;
  background-color: #0d3331 !important;
  background-color: rgba(13, 51, 49, var(--bg-opacity)) !important;
}

.focus\:bg-teal-darker:focus{
  --bg-opacity: 1 !important;
  background-color: #20504f !important;
  background-color: rgba(32, 80, 79, var(--bg-opacity)) !important;
}

.focus\:bg-teal-dark:focus{
  --bg-opacity: 1 !important;
  background-color: #38a89d !important;
  background-color: rgba(56, 168, 157, var(--bg-opacity)) !important;
}

.focus\:bg-teal:focus{
  --bg-opacity: 1 !important;
  background-color: #4dc0b5 !important;
  background-color: rgba(77, 192, 181, var(--bg-opacity)) !important;
}

.focus\:bg-teal-light:focus{
  --bg-opacity: 1 !important;
  background-color: #64d5ca !important;
  background-color: rgba(100, 213, 202, var(--bg-opacity)) !important;
}

.focus\:bg-teal-lighter:focus{
  --bg-opacity: 1 !important;
  background-color: #a0f0ed !important;
  background-color: rgba(160, 240, 237, var(--bg-opacity)) !important;
}

.focus\:bg-teal-lightest:focus{
  --bg-opacity: 1 !important;
  background-color: #e8fffe !important;
  background-color: rgba(232, 255, 254, var(--bg-opacity)) !important;
}

.focus\:bg-blue-darkest:focus{
  --bg-opacity: 1 !important;
  background-color: #12283a !important;
  background-color: rgba(18, 40, 58, var(--bg-opacity)) !important;
}

.focus\:bg-blue-darker:focus{
  --bg-opacity: 1 !important;
  background-color: #1c3d5a !important;
  background-color: rgba(28, 61, 90, var(--bg-opacity)) !important;
}

.focus\:bg-blue-dark:focus{
  --bg-opacity: 1 !important;
  background-color: #2779bd !important;
  background-color: rgba(39, 121, 189, var(--bg-opacity)) !important;
}

.focus\:bg-blue:focus{
  --bg-opacity: 1 !important;
  background-color: #3490dc !important;
  background-color: rgba(52, 144, 220, var(--bg-opacity)) !important;
}

.focus\:bg-blue-light:focus{
  --bg-opacity: 1 !important;
  background-color: #6cb2eb !important;
  background-color: rgba(108, 178, 235, var(--bg-opacity)) !important;
}

.focus\:bg-blue-lighter:focus{
  --bg-opacity: 1 !important;
  background-color: #bcdefa !important;
  background-color: rgba(188, 222, 250, var(--bg-opacity)) !important;
}

.focus\:bg-blue-lightest:focus{
  --bg-opacity: 1 !important;
  background-color: #eff8ff !important;
  background-color: rgba(239, 248, 255, var(--bg-opacity)) !important;
}

.focus\:bg-indigo-darkest:focus{
  --bg-opacity: 1 !important;
  background-color: #191e38 !important;
  background-color: rgba(25, 30, 56, var(--bg-opacity)) !important;
}

.focus\:bg-indigo-darker:focus{
  --bg-opacity: 1 !important;
  background-color: #2f365f !important;
  background-color: rgba(47, 54, 95, var(--bg-opacity)) !important;
}

.focus\:bg-indigo-dark:focus{
  --bg-opacity: 1 !important;
  background-color: #5661b3 !important;
  background-color: rgba(86, 97, 179, var(--bg-opacity)) !important;
}

.focus\:bg-indigo:focus{
  --bg-opacity: 1 !important;
  background-color: #6574cd !important;
  background-color: rgba(101, 116, 205, var(--bg-opacity)) !important;
}

.focus\:bg-indigo-light:focus{
  --bg-opacity: 1 !important;
  background-color: #7886d7 !important;
  background-color: rgba(120, 134, 215, var(--bg-opacity)) !important;
}

.focus\:bg-indigo-lighter:focus{
  --bg-opacity: 1 !important;
  background-color: #b2b7ff !important;
  background-color: rgba(178, 183, 255, var(--bg-opacity)) !important;
}

.focus\:bg-indigo-lightest:focus{
  --bg-opacity: 1 !important;
  background-color: #e6e8ff !important;
  background-color: rgba(230, 232, 255, var(--bg-opacity)) !important;
}

.focus\:bg-purple-darkest:focus{
  --bg-opacity: 1 !important;
  background-color: #21183c !important;
  background-color: rgba(33, 24, 60, var(--bg-opacity)) !important;
}

.focus\:bg-purple-darker:focus{
  --bg-opacity: 1 !important;
  background-color: #382b5f !important;
  background-color: rgba(56, 43, 95, var(--bg-opacity)) !important;
}

.focus\:bg-purple-dark:focus{
  --bg-opacity: 1 !important;
  background-color: #794acf !important;
  background-color: rgba(121, 74, 207, var(--bg-opacity)) !important;
}

.focus\:bg-purple:focus{
  --bg-opacity: 1 !important;
  background-color: #9561e2 !important;
  background-color: rgba(149, 97, 226, var(--bg-opacity)) !important;
}

.focus\:bg-purple-light:focus{
  --bg-opacity: 1 !important;
  background-color: #a779e9 !important;
  background-color: rgba(167, 121, 233, var(--bg-opacity)) !important;
}

.focus\:bg-purple-lighter:focus{
  --bg-opacity: 1 !important;
  background-color: #d6bbfc !important;
  background-color: rgba(214, 187, 252, var(--bg-opacity)) !important;
}

.focus\:bg-purple-lightest:focus{
  --bg-opacity: 1 !important;
  background-color: #f3ebff !important;
  background-color: rgba(243, 235, 255, var(--bg-opacity)) !important;
}

.focus\:bg-pink-darkest:focus{
  --bg-opacity: 1 !important;
  background-color: #451225 !important;
  background-color: rgba(69, 18, 37, var(--bg-opacity)) !important;
}

.focus\:bg-pink-darker:focus{
  --bg-opacity: 1 !important;
  background-color: #6f213f !important;
  background-color: rgba(111, 33, 63, var(--bg-opacity)) !important;
}

.focus\:bg-pink-dark:focus{
  --bg-opacity: 1 !important;
  background-color: #eb5286 !important;
  background-color: rgba(235, 82, 134, var(--bg-opacity)) !important;
}

.focus\:bg-pink:focus{
  --bg-opacity: 1 !important;
  background-color: #f66d9b !important;
  background-color: rgba(246, 109, 155, var(--bg-opacity)) !important;
}

.focus\:bg-pink-light:focus{
  --bg-opacity: 1 !important;
  background-color: #fa7ea8 !important;
  background-color: rgba(250, 126, 168, var(--bg-opacity)) !important;
}

.focus\:bg-pink-lighter:focus{
  --bg-opacity: 1 !important;
  background-color: #ffbbca !important;
  background-color: rgba(255, 187, 202, var(--bg-opacity)) !important;
}

.focus\:bg-pink-lightest:focus{
  --bg-opacity: 1 !important;
  background-color: #ffebef !important;
  background-color: rgba(255, 235, 239, var(--bg-opacity)) !important;
}

.bg-none{
  background-image: none !important;
}

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

.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
}

.from-transparent{
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.from-black-real{
  --gradient-from-color: #000000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.from-black{
  --gradient-from-color: #22292f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
}

.from-grey-darkest{
  --gradient-from-color: #3d4852 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
}

.from-grey-darker{
  --gradient-from-color: #606f7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
}

.from-grey-dark{
  --gradient-from-color: #8795a1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
}

.from-grey{
  --gradient-from-color: #b8c2cc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
}

.from-grey-light{
  --gradient-from-color: #dae1e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
}

.from-grey-lighter{
  --gradient-from-color: #f1f5f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
}

.from-grey-lightest{
  --gradient-from-color: #f8fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
}

.from-white{
  --gradient-from-color: #ffffff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-red-darkest{
  --gradient-from-color: #3b0d0c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
}

.from-red-darker{
  --gradient-from-color: #621b18 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
}

.from-red-dark{
  --gradient-from-color: #cc1f1a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
}

.from-red{
  --gradient-from-color: #e3342f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
}

.from-red-light{
  --gradient-from-color: #ef5753 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
}

.from-red-lighter{
  --gradient-from-color: #f9acaa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
}

.from-red-lightest{
  --gradient-from-color: #fcebea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
}

.from-orange-darkest{
  --gradient-from-color: #462a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
}

.from-orange-darker{
  --gradient-from-color: #613b1f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
}

.from-orange-dark{
  --gradient-from-color: #de751f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
}

.from-orange{
  --gradient-from-color: #f6993f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
}

.from-orange-light{
  --gradient-from-color: #faad63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
}

.from-orange-lighter{
  --gradient-from-color: #fcd9b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
}

.from-orange-lightest{
  --gradient-from-color: #fff5eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
}

.from-yellow-darkest{
  --gradient-from-color: #453411 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
}

.from-yellow-darker{
  --gradient-from-color: #684f1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
}

.from-yellow-dark{
  --gradient-from-color: #f2d024 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
}

.from-yellow{
  --gradient-from-color: #ffed4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
}

.from-yellow-light{
  --gradient-from-color: #fff382 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
}

.from-yellow-lighter{
  --gradient-from-color: #fff9c2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
}

.from-yellow-lightest{
  --gradient-from-color: #fcfbeb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
}

.from-green-darkest{
  --gradient-from-color: #0f2f21 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
}

.from-green-darker{
  --gradient-from-color: #1a4731 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
}

.from-green-dark{
  --gradient-from-color: #1f9d55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
}

.from-green{
  --gradient-from-color: #38c172 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
}

.from-green-light{
  --gradient-from-color: #51d88a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
}

.from-green-lighter{
  --gradient-from-color: #a2f5bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
}

.from-green-lightest{
  --gradient-from-color: #e3fcec !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
}

.from-teal-darkest{
  --gradient-from-color: #0d3331 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
}

.from-teal-darker{
  --gradient-from-color: #20504f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
}

.from-teal-dark{
  --gradient-from-color: #38a89d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
}

.from-teal{
  --gradient-from-color: #4dc0b5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
}

.from-teal-light{
  --gradient-from-color: #64d5ca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
}

.from-teal-lighter{
  --gradient-from-color: #a0f0ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
}

.from-teal-lightest{
  --gradient-from-color: #e8fffe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
}

.from-blue-darkest{
  --gradient-from-color: #12283a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
}

.from-blue-darker{
  --gradient-from-color: #1c3d5a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
}

.from-blue-dark{
  --gradient-from-color: #2779bd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
}

.from-blue{
  --gradient-from-color: #3490dc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
}

.from-blue-light{
  --gradient-from-color: #6cb2eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
}

.from-blue-lighter{
  --gradient-from-color: #bcdefa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
}

.from-blue-lightest{
  --gradient-from-color: #eff8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
}

.from-indigo-darkest{
  --gradient-from-color: #191e38 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
}

.from-indigo-darker{
  --gradient-from-color: #2f365f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
}

.from-indigo-dark{
  --gradient-from-color: #5661b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
}

.from-indigo{
  --gradient-from-color: #6574cd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
}

.from-indigo-light{
  --gradient-from-color: #7886d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
}

.from-indigo-lighter{
  --gradient-from-color: #b2b7ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
}

.from-indigo-lightest{
  --gradient-from-color: #e6e8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
}

.from-purple-darkest{
  --gradient-from-color: #21183c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
}

.from-purple-darker{
  --gradient-from-color: #382b5f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
}

.from-purple-dark{
  --gradient-from-color: #794acf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
}

.from-purple{
  --gradient-from-color: #9561e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
}

.from-purple-light{
  --gradient-from-color: #a779e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
}

.from-purple-lighter{
  --gradient-from-color: #d6bbfc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
}

.from-purple-lightest{
  --gradient-from-color: #f3ebff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
}

.from-pink-darkest{
  --gradient-from-color: #451225 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
}

.from-pink-darker{
  --gradient-from-color: #6f213f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
}

.from-pink-dark{
  --gradient-from-color: #eb5286 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
}

.from-pink{
  --gradient-from-color: #f66d9b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
}

.from-pink-light{
  --gradient-from-color: #fa7ea8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
}

.from-pink-lighter{
  --gradient-from-color: #ffbbca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
}

.from-pink-lightest{
  --gradient-from-color: #ffebef !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
}

.via-transparent{
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.via-black-real{
  --gradient-via-color: #000000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.via-black{
  --gradient-via-color: #22292f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
}

.via-grey-darkest{
  --gradient-via-color: #3d4852 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
}

.via-grey-darker{
  --gradient-via-color: #606f7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
}

.via-grey-dark{
  --gradient-via-color: #8795a1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
}

.via-grey{
  --gradient-via-color: #b8c2cc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
}

.via-grey-light{
  --gradient-via-color: #dae1e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
}

.via-grey-lighter{
  --gradient-via-color: #f1f5f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
}

.via-grey-lightest{
  --gradient-via-color: #f8fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
}

.via-white{
  --gradient-via-color: #ffffff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-red-darkest{
  --gradient-via-color: #3b0d0c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
}

.via-red-darker{
  --gradient-via-color: #621b18 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
}

.via-red-dark{
  --gradient-via-color: #cc1f1a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
}

.via-red{
  --gradient-via-color: #e3342f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
}

.via-red-light{
  --gradient-via-color: #ef5753 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
}

.via-red-lighter{
  --gradient-via-color: #f9acaa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
}

.via-red-lightest{
  --gradient-via-color: #fcebea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
}

.via-orange-darkest{
  --gradient-via-color: #462a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
}

.via-orange-darker{
  --gradient-via-color: #613b1f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
}

.via-orange-dark{
  --gradient-via-color: #de751f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
}

.via-orange{
  --gradient-via-color: #f6993f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
}

.via-orange-light{
  --gradient-via-color: #faad63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
}

.via-orange-lighter{
  --gradient-via-color: #fcd9b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
}

.via-orange-lightest{
  --gradient-via-color: #fff5eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
}

.via-yellow-darkest{
  --gradient-via-color: #453411 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
}

.via-yellow-darker{
  --gradient-via-color: #684f1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
}

.via-yellow-dark{
  --gradient-via-color: #f2d024 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
}

.via-yellow{
  --gradient-via-color: #ffed4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
}

.via-yellow-light{
  --gradient-via-color: #fff382 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
}

.via-yellow-lighter{
  --gradient-via-color: #fff9c2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
}

.via-yellow-lightest{
  --gradient-via-color: #fcfbeb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
}

.via-green-darkest{
  --gradient-via-color: #0f2f21 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
}

.via-green-darker{
  --gradient-via-color: #1a4731 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
}

.via-green-dark{
  --gradient-via-color: #1f9d55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
}

.via-green{
  --gradient-via-color: #38c172 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
}

.via-green-light{
  --gradient-via-color: #51d88a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
}

.via-green-lighter{
  --gradient-via-color: #a2f5bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
}

.via-green-lightest{
  --gradient-via-color: #e3fcec !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
}

.via-teal-darkest{
  --gradient-via-color: #0d3331 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
}

.via-teal-darker{
  --gradient-via-color: #20504f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
}

.via-teal-dark{
  --gradient-via-color: #38a89d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
}

.via-teal{
  --gradient-via-color: #4dc0b5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
}

.via-teal-light{
  --gradient-via-color: #64d5ca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
}

.via-teal-lighter{
  --gradient-via-color: #a0f0ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
}

.via-teal-lightest{
  --gradient-via-color: #e8fffe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
}

.via-blue-darkest{
  --gradient-via-color: #12283a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
}

.via-blue-darker{
  --gradient-via-color: #1c3d5a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
}

.via-blue-dark{
  --gradient-via-color: #2779bd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
}

.via-blue{
  --gradient-via-color: #3490dc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
}

.via-blue-light{
  --gradient-via-color: #6cb2eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
}

.via-blue-lighter{
  --gradient-via-color: #bcdefa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
}

.via-blue-lightest{
  --gradient-via-color: #eff8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
}

.via-indigo-darkest{
  --gradient-via-color: #191e38 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
}

.via-indigo-darker{
  --gradient-via-color: #2f365f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
}

.via-indigo-dark{
  --gradient-via-color: #5661b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
}

.via-indigo{
  --gradient-via-color: #6574cd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
}

.via-indigo-light{
  --gradient-via-color: #7886d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
}

.via-indigo-lighter{
  --gradient-via-color: #b2b7ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
}

.via-indigo-lightest{
  --gradient-via-color: #e6e8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
}

.via-purple-darkest{
  --gradient-via-color: #21183c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
}

.via-purple-darker{
  --gradient-via-color: #382b5f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
}

.via-purple-dark{
  --gradient-via-color: #794acf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
}

.via-purple{
  --gradient-via-color: #9561e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
}

.via-purple-light{
  --gradient-via-color: #a779e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
}

.via-purple-lighter{
  --gradient-via-color: #d6bbfc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
}

.via-purple-lightest{
  --gradient-via-color: #f3ebff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
}

.via-pink-darkest{
  --gradient-via-color: #451225 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
}

.via-pink-darker{
  --gradient-via-color: #6f213f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
}

.via-pink-dark{
  --gradient-via-color: #eb5286 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
}

.via-pink{
  --gradient-via-color: #f66d9b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
}

.via-pink-light{
  --gradient-via-color: #fa7ea8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
}

.via-pink-lighter{
  --gradient-via-color: #ffbbca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
}

.via-pink-lightest{
  --gradient-via-color: #ffebef !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
}

.to-transparent{
  --gradient-to-color: transparent !important;
}

.to-black-real{
  --gradient-to-color: #000000 !important;
}

.to-black{
  --gradient-to-color: #22292f !important;
}

.to-grey-darkest{
  --gradient-to-color: #3d4852 !important;
}

.to-grey-darker{
  --gradient-to-color: #606f7b !important;
}

.to-grey-dark{
  --gradient-to-color: #8795a1 !important;
}

.to-grey{
  --gradient-to-color: #b8c2cc !important;
}

.to-grey-light{
  --gradient-to-color: #dae1e7 !important;
}

.to-grey-lighter{
  --gradient-to-color: #f1f5f8 !important;
}

.to-grey-lightest{
  --gradient-to-color: #f8fafc !important;
}

.to-white{
  --gradient-to-color: #ffffff !important;
}

.to-red-darkest{
  --gradient-to-color: #3b0d0c !important;
}

.to-red-darker{
  --gradient-to-color: #621b18 !important;
}

.to-red-dark{
  --gradient-to-color: #cc1f1a !important;
}

.to-red{
  --gradient-to-color: #e3342f !important;
}

.to-red-light{
  --gradient-to-color: #ef5753 !important;
}

.to-red-lighter{
  --gradient-to-color: #f9acaa !important;
}

.to-red-lightest{
  --gradient-to-color: #fcebea !important;
}

.to-orange-darkest{
  --gradient-to-color: #462a16 !important;
}

.to-orange-darker{
  --gradient-to-color: #613b1f !important;
}

.to-orange-dark{
  --gradient-to-color: #de751f !important;
}

.to-orange{
  --gradient-to-color: #f6993f !important;
}

.to-orange-light{
  --gradient-to-color: #faad63 !important;
}

.to-orange-lighter{
  --gradient-to-color: #fcd9b6 !important;
}

.to-orange-lightest{
  --gradient-to-color: #fff5eb !important;
}

.to-yellow-darkest{
  --gradient-to-color: #453411 !important;
}

.to-yellow-darker{
  --gradient-to-color: #684f1d !important;
}

.to-yellow-dark{
  --gradient-to-color: #f2d024 !important;
}

.to-yellow{
  --gradient-to-color: #ffed4a !important;
}

.to-yellow-light{
  --gradient-to-color: #fff382 !important;
}

.to-yellow-lighter{
  --gradient-to-color: #fff9c2 !important;
}

.to-yellow-lightest{
  --gradient-to-color: #fcfbeb !important;
}

.to-green-darkest{
  --gradient-to-color: #0f2f21 !important;
}

.to-green-darker{
  --gradient-to-color: #1a4731 !important;
}

.to-green-dark{
  --gradient-to-color: #1f9d55 !important;
}

.to-green{
  --gradient-to-color: #38c172 !important;
}

.to-green-light{
  --gradient-to-color: #51d88a !important;
}

.to-green-lighter{
  --gradient-to-color: #a2f5bf !important;
}

.to-green-lightest{
  --gradient-to-color: #e3fcec !important;
}

.to-teal-darkest{
  --gradient-to-color: #0d3331 !important;
}

.to-teal-darker{
  --gradient-to-color: #20504f !important;
}

.to-teal-dark{
  --gradient-to-color: #38a89d !important;
}

.to-teal{
  --gradient-to-color: #4dc0b5 !important;
}

.to-teal-light{
  --gradient-to-color: #64d5ca !important;
}

.to-teal-lighter{
  --gradient-to-color: #a0f0ed !important;
}

.to-teal-lightest{
  --gradient-to-color: #e8fffe !important;
}

.to-blue-darkest{
  --gradient-to-color: #12283a !important;
}

.to-blue-darker{
  --gradient-to-color: #1c3d5a !important;
}

.to-blue-dark{
  --gradient-to-color: #2779bd !important;
}

.to-blue{
  --gradient-to-color: #3490dc !important;
}

.to-blue-light{
  --gradient-to-color: #6cb2eb !important;
}

.to-blue-lighter{
  --gradient-to-color: #bcdefa !important;
}

.to-blue-lightest{
  --gradient-to-color: #eff8ff !important;
}

.to-indigo-darkest{
  --gradient-to-color: #191e38 !important;
}

.to-indigo-darker{
  --gradient-to-color: #2f365f !important;
}

.to-indigo-dark{
  --gradient-to-color: #5661b3 !important;
}

.to-indigo{
  --gradient-to-color: #6574cd !important;
}

.to-indigo-light{
  --gradient-to-color: #7886d7 !important;
}

.to-indigo-lighter{
  --gradient-to-color: #b2b7ff !important;
}

.to-indigo-lightest{
  --gradient-to-color: #e6e8ff !important;
}

.to-purple-darkest{
  --gradient-to-color: #21183c !important;
}

.to-purple-darker{
  --gradient-to-color: #382b5f !important;
}

.to-purple-dark{
  --gradient-to-color: #794acf !important;
}

.to-purple{
  --gradient-to-color: #9561e2 !important;
}

.to-purple-light{
  --gradient-to-color: #a779e9 !important;
}

.to-purple-lighter{
  --gradient-to-color: #d6bbfc !important;
}

.to-purple-lightest{
  --gradient-to-color: #f3ebff !important;
}

.to-pink-darkest{
  --gradient-to-color: #451225 !important;
}

.to-pink-darker{
  --gradient-to-color: #6f213f !important;
}

.to-pink-dark{
  --gradient-to-color: #eb5286 !important;
}

.to-pink{
  --gradient-to-color: #f66d9b !important;
}

.to-pink-light{
  --gradient-to-color: #fa7ea8 !important;
}

.to-pink-lighter{
  --gradient-to-color: #ffbbca !important;
}

.to-pink-lightest{
  --gradient-to-color: #ffebef !important;
}

.hover\:from-transparent:hover{
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-black-real:hover{
  --gradient-from-color: #000000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-black:hover{
  --gradient-from-color: #22292f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
}

.hover\:from-grey-darkest:hover{
  --gradient-from-color: #3d4852 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
}

.hover\:from-grey-darker:hover{
  --gradient-from-color: #606f7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
}

.hover\:from-grey-dark:hover{
  --gradient-from-color: #8795a1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
}

.hover\:from-grey:hover{
  --gradient-from-color: #b8c2cc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
}

.hover\:from-grey-light:hover{
  --gradient-from-color: #dae1e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
}

.hover\:from-grey-lighter:hover{
  --gradient-from-color: #f1f5f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
}

.hover\:from-grey-lightest:hover{
  --gradient-from-color: #f8fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
}

.hover\:from-white:hover{
  --gradient-from-color: #ffffff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-red-darkest:hover{
  --gradient-from-color: #3b0d0c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
}

.hover\:from-red-darker:hover{
  --gradient-from-color: #621b18 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
}

.hover\:from-red-dark:hover{
  --gradient-from-color: #cc1f1a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
}

.hover\:from-red:hover{
  --gradient-from-color: #e3342f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
}

.hover\:from-red-light:hover{
  --gradient-from-color: #ef5753 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
}

.hover\:from-red-lighter:hover{
  --gradient-from-color: #f9acaa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
}

.hover\:from-red-lightest:hover{
  --gradient-from-color: #fcebea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
}

.hover\:from-orange-darkest:hover{
  --gradient-from-color: #462a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
}

.hover\:from-orange-darker:hover{
  --gradient-from-color: #613b1f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
}

.hover\:from-orange-dark:hover{
  --gradient-from-color: #de751f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
}

.hover\:from-orange:hover{
  --gradient-from-color: #f6993f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
}

.hover\:from-orange-light:hover{
  --gradient-from-color: #faad63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
}

.hover\:from-orange-lighter:hover{
  --gradient-from-color: #fcd9b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
}

.hover\:from-orange-lightest:hover{
  --gradient-from-color: #fff5eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
}

.hover\:from-yellow-darkest:hover{
  --gradient-from-color: #453411 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
}

.hover\:from-yellow-darker:hover{
  --gradient-from-color: #684f1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
}

.hover\:from-yellow-dark:hover{
  --gradient-from-color: #f2d024 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
}

.hover\:from-yellow:hover{
  --gradient-from-color: #ffed4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
}

.hover\:from-yellow-light:hover{
  --gradient-from-color: #fff382 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
}

.hover\:from-yellow-lighter:hover{
  --gradient-from-color: #fff9c2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
}

.hover\:from-yellow-lightest:hover{
  --gradient-from-color: #fcfbeb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
}

.hover\:from-green-darkest:hover{
  --gradient-from-color: #0f2f21 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
}

.hover\:from-green-darker:hover{
  --gradient-from-color: #1a4731 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
}

.hover\:from-green-dark:hover{
  --gradient-from-color: #1f9d55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
}

.hover\:from-green:hover{
  --gradient-from-color: #38c172 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
}

.hover\:from-green-light:hover{
  --gradient-from-color: #51d88a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
}

.hover\:from-green-lighter:hover{
  --gradient-from-color: #a2f5bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
}

.hover\:from-green-lightest:hover{
  --gradient-from-color: #e3fcec !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
}

.hover\:from-teal-darkest:hover{
  --gradient-from-color: #0d3331 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
}

.hover\:from-teal-darker:hover{
  --gradient-from-color: #20504f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
}

.hover\:from-teal-dark:hover{
  --gradient-from-color: #38a89d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
}

.hover\:from-teal:hover{
  --gradient-from-color: #4dc0b5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
}

.hover\:from-teal-light:hover{
  --gradient-from-color: #64d5ca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
}

.hover\:from-teal-lighter:hover{
  --gradient-from-color: #a0f0ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
}

.hover\:from-teal-lightest:hover{
  --gradient-from-color: #e8fffe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
}

.hover\:from-blue-darkest:hover{
  --gradient-from-color: #12283a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
}

.hover\:from-blue-darker:hover{
  --gradient-from-color: #1c3d5a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
}

.hover\:from-blue-dark:hover{
  --gradient-from-color: #2779bd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
}

.hover\:from-blue:hover{
  --gradient-from-color: #3490dc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
}

.hover\:from-blue-light:hover{
  --gradient-from-color: #6cb2eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
}

.hover\:from-blue-lighter:hover{
  --gradient-from-color: #bcdefa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
}

.hover\:from-blue-lightest:hover{
  --gradient-from-color: #eff8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
}

.hover\:from-indigo-darkest:hover{
  --gradient-from-color: #191e38 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
}

.hover\:from-indigo-darker:hover{
  --gradient-from-color: #2f365f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
}

.hover\:from-indigo-dark:hover{
  --gradient-from-color: #5661b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
}

.hover\:from-indigo:hover{
  --gradient-from-color: #6574cd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
}

.hover\:from-indigo-light:hover{
  --gradient-from-color: #7886d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
}

.hover\:from-indigo-lighter:hover{
  --gradient-from-color: #b2b7ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
}

.hover\:from-indigo-lightest:hover{
  --gradient-from-color: #e6e8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
}

.hover\:from-purple-darkest:hover{
  --gradient-from-color: #21183c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
}

.hover\:from-purple-darker:hover{
  --gradient-from-color: #382b5f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
}

.hover\:from-purple-dark:hover{
  --gradient-from-color: #794acf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
}

.hover\:from-purple:hover{
  --gradient-from-color: #9561e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
}

.hover\:from-purple-light:hover{
  --gradient-from-color: #a779e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
}

.hover\:from-purple-lighter:hover{
  --gradient-from-color: #d6bbfc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
}

.hover\:from-purple-lightest:hover{
  --gradient-from-color: #f3ebff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
}

.hover\:from-pink-darkest:hover{
  --gradient-from-color: #451225 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
}

.hover\:from-pink-darker:hover{
  --gradient-from-color: #6f213f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
}

.hover\:from-pink-dark:hover{
  --gradient-from-color: #eb5286 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
}

.hover\:from-pink:hover{
  --gradient-from-color: #f66d9b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
}

.hover\:from-pink-light:hover{
  --gradient-from-color: #fa7ea8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
}

.hover\:from-pink-lighter:hover{
  --gradient-from-color: #ffbbca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
}

.hover\:from-pink-lightest:hover{
  --gradient-from-color: #ffebef !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
}

.hover\:via-transparent:hover{
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-black-real:hover{
  --gradient-via-color: #000000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-black:hover{
  --gradient-via-color: #22292f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
}

.hover\:via-grey-darkest:hover{
  --gradient-via-color: #3d4852 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
}

.hover\:via-grey-darker:hover{
  --gradient-via-color: #606f7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
}

.hover\:via-grey-dark:hover{
  --gradient-via-color: #8795a1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
}

.hover\:via-grey:hover{
  --gradient-via-color: #b8c2cc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
}

.hover\:via-grey-light:hover{
  --gradient-via-color: #dae1e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
}

.hover\:via-grey-lighter:hover{
  --gradient-via-color: #f1f5f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
}

.hover\:via-grey-lightest:hover{
  --gradient-via-color: #f8fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
}

.hover\:via-white:hover{
  --gradient-via-color: #ffffff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-red-darkest:hover{
  --gradient-via-color: #3b0d0c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
}

.hover\:via-red-darker:hover{
  --gradient-via-color: #621b18 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
}

.hover\:via-red-dark:hover{
  --gradient-via-color: #cc1f1a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
}

.hover\:via-red:hover{
  --gradient-via-color: #e3342f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
}

.hover\:via-red-light:hover{
  --gradient-via-color: #ef5753 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
}

.hover\:via-red-lighter:hover{
  --gradient-via-color: #f9acaa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
}

.hover\:via-red-lightest:hover{
  --gradient-via-color: #fcebea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
}

.hover\:via-orange-darkest:hover{
  --gradient-via-color: #462a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
}

.hover\:via-orange-darker:hover{
  --gradient-via-color: #613b1f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
}

.hover\:via-orange-dark:hover{
  --gradient-via-color: #de751f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
}

.hover\:via-orange:hover{
  --gradient-via-color: #f6993f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
}

.hover\:via-orange-light:hover{
  --gradient-via-color: #faad63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
}

.hover\:via-orange-lighter:hover{
  --gradient-via-color: #fcd9b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
}

.hover\:via-orange-lightest:hover{
  --gradient-via-color: #fff5eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
}

.hover\:via-yellow-darkest:hover{
  --gradient-via-color: #453411 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
}

.hover\:via-yellow-darker:hover{
  --gradient-via-color: #684f1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
}

.hover\:via-yellow-dark:hover{
  --gradient-via-color: #f2d024 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
}

.hover\:via-yellow:hover{
  --gradient-via-color: #ffed4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
}

.hover\:via-yellow-light:hover{
  --gradient-via-color: #fff382 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
}

.hover\:via-yellow-lighter:hover{
  --gradient-via-color: #fff9c2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
}

.hover\:via-yellow-lightest:hover{
  --gradient-via-color: #fcfbeb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
}

.hover\:via-green-darkest:hover{
  --gradient-via-color: #0f2f21 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
}

.hover\:via-green-darker:hover{
  --gradient-via-color: #1a4731 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
}

.hover\:via-green-dark:hover{
  --gradient-via-color: #1f9d55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
}

.hover\:via-green:hover{
  --gradient-via-color: #38c172 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
}

.hover\:via-green-light:hover{
  --gradient-via-color: #51d88a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
}

.hover\:via-green-lighter:hover{
  --gradient-via-color: #a2f5bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
}

.hover\:via-green-lightest:hover{
  --gradient-via-color: #e3fcec !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
}

.hover\:via-teal-darkest:hover{
  --gradient-via-color: #0d3331 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
}

.hover\:via-teal-darker:hover{
  --gradient-via-color: #20504f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
}

.hover\:via-teal-dark:hover{
  --gradient-via-color: #38a89d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
}

.hover\:via-teal:hover{
  --gradient-via-color: #4dc0b5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
}

.hover\:via-teal-light:hover{
  --gradient-via-color: #64d5ca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
}

.hover\:via-teal-lighter:hover{
  --gradient-via-color: #a0f0ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
}

.hover\:via-teal-lightest:hover{
  --gradient-via-color: #e8fffe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
}

.hover\:via-blue-darkest:hover{
  --gradient-via-color: #12283a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
}

.hover\:via-blue-darker:hover{
  --gradient-via-color: #1c3d5a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
}

.hover\:via-blue-dark:hover{
  --gradient-via-color: #2779bd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
}

.hover\:via-blue:hover{
  --gradient-via-color: #3490dc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
}

.hover\:via-blue-light:hover{
  --gradient-via-color: #6cb2eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
}

.hover\:via-blue-lighter:hover{
  --gradient-via-color: #bcdefa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
}

.hover\:via-blue-lightest:hover{
  --gradient-via-color: #eff8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
}

.hover\:via-indigo-darkest:hover{
  --gradient-via-color: #191e38 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
}

.hover\:via-indigo-darker:hover{
  --gradient-via-color: #2f365f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
}

.hover\:via-indigo-dark:hover{
  --gradient-via-color: #5661b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
}

.hover\:via-indigo:hover{
  --gradient-via-color: #6574cd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
}

.hover\:via-indigo-light:hover{
  --gradient-via-color: #7886d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
}

.hover\:via-indigo-lighter:hover{
  --gradient-via-color: #b2b7ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
}

.hover\:via-indigo-lightest:hover{
  --gradient-via-color: #e6e8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
}

.hover\:via-purple-darkest:hover{
  --gradient-via-color: #21183c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
}

.hover\:via-purple-darker:hover{
  --gradient-via-color: #382b5f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
}

.hover\:via-purple-dark:hover{
  --gradient-via-color: #794acf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
}

.hover\:via-purple:hover{
  --gradient-via-color: #9561e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
}

.hover\:via-purple-light:hover{
  --gradient-via-color: #a779e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
}

.hover\:via-purple-lighter:hover{
  --gradient-via-color: #d6bbfc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
}

.hover\:via-purple-lightest:hover{
  --gradient-via-color: #f3ebff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
}

.hover\:via-pink-darkest:hover{
  --gradient-via-color: #451225 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
}

.hover\:via-pink-darker:hover{
  --gradient-via-color: #6f213f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
}

.hover\:via-pink-dark:hover{
  --gradient-via-color: #eb5286 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
}

.hover\:via-pink:hover{
  --gradient-via-color: #f66d9b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
}

.hover\:via-pink-light:hover{
  --gradient-via-color: #fa7ea8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
}

.hover\:via-pink-lighter:hover{
  --gradient-via-color: #ffbbca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
}

.hover\:via-pink-lightest:hover{
  --gradient-via-color: #ffebef !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
}

.hover\:to-transparent:hover{
  --gradient-to-color: transparent !important;
}

.hover\:to-black-real:hover{
  --gradient-to-color: #000000 !important;
}

.hover\:to-black:hover{
  --gradient-to-color: #22292f !important;
}

.hover\:to-grey-darkest:hover{
  --gradient-to-color: #3d4852 !important;
}

.hover\:to-grey-darker:hover{
  --gradient-to-color: #606f7b !important;
}

.hover\:to-grey-dark:hover{
  --gradient-to-color: #8795a1 !important;
}

.hover\:to-grey:hover{
  --gradient-to-color: #b8c2cc !important;
}

.hover\:to-grey-light:hover{
  --gradient-to-color: #dae1e7 !important;
}

.hover\:to-grey-lighter:hover{
  --gradient-to-color: #f1f5f8 !important;
}

.hover\:to-grey-lightest:hover{
  --gradient-to-color: #f8fafc !important;
}

.hover\:to-white:hover{
  --gradient-to-color: #ffffff !important;
}

.hover\:to-red-darkest:hover{
  --gradient-to-color: #3b0d0c !important;
}

.hover\:to-red-darker:hover{
  --gradient-to-color: #621b18 !important;
}

.hover\:to-red-dark:hover{
  --gradient-to-color: #cc1f1a !important;
}

.hover\:to-red:hover{
  --gradient-to-color: #e3342f !important;
}

.hover\:to-red-light:hover{
  --gradient-to-color: #ef5753 !important;
}

.hover\:to-red-lighter:hover{
  --gradient-to-color: #f9acaa !important;
}

.hover\:to-red-lightest:hover{
  --gradient-to-color: #fcebea !important;
}

.hover\:to-orange-darkest:hover{
  --gradient-to-color: #462a16 !important;
}

.hover\:to-orange-darker:hover{
  --gradient-to-color: #613b1f !important;
}

.hover\:to-orange-dark:hover{
  --gradient-to-color: #de751f !important;
}

.hover\:to-orange:hover{
  --gradient-to-color: #f6993f !important;
}

.hover\:to-orange-light:hover{
  --gradient-to-color: #faad63 !important;
}

.hover\:to-orange-lighter:hover{
  --gradient-to-color: #fcd9b6 !important;
}

.hover\:to-orange-lightest:hover{
  --gradient-to-color: #fff5eb !important;
}

.hover\:to-yellow-darkest:hover{
  --gradient-to-color: #453411 !important;
}

.hover\:to-yellow-darker:hover{
  --gradient-to-color: #684f1d !important;
}

.hover\:to-yellow-dark:hover{
  --gradient-to-color: #f2d024 !important;
}

.hover\:to-yellow:hover{
  --gradient-to-color: #ffed4a !important;
}

.hover\:to-yellow-light:hover{
  --gradient-to-color: #fff382 !important;
}

.hover\:to-yellow-lighter:hover{
  --gradient-to-color: #fff9c2 !important;
}

.hover\:to-yellow-lightest:hover{
  --gradient-to-color: #fcfbeb !important;
}

.hover\:to-green-darkest:hover{
  --gradient-to-color: #0f2f21 !important;
}

.hover\:to-green-darker:hover{
  --gradient-to-color: #1a4731 !important;
}

.hover\:to-green-dark:hover{
  --gradient-to-color: #1f9d55 !important;
}

.hover\:to-green:hover{
  --gradient-to-color: #38c172 !important;
}

.hover\:to-green-light:hover{
  --gradient-to-color: #51d88a !important;
}

.hover\:to-green-lighter:hover{
  --gradient-to-color: #a2f5bf !important;
}

.hover\:to-green-lightest:hover{
  --gradient-to-color: #e3fcec !important;
}

.hover\:to-teal-darkest:hover{
  --gradient-to-color: #0d3331 !important;
}

.hover\:to-teal-darker:hover{
  --gradient-to-color: #20504f !important;
}

.hover\:to-teal-dark:hover{
  --gradient-to-color: #38a89d !important;
}

.hover\:to-teal:hover{
  --gradient-to-color: #4dc0b5 !important;
}

.hover\:to-teal-light:hover{
  --gradient-to-color: #64d5ca !important;
}

.hover\:to-teal-lighter:hover{
  --gradient-to-color: #a0f0ed !important;
}

.hover\:to-teal-lightest:hover{
  --gradient-to-color: #e8fffe !important;
}

.hover\:to-blue-darkest:hover{
  --gradient-to-color: #12283a !important;
}

.hover\:to-blue-darker:hover{
  --gradient-to-color: #1c3d5a !important;
}

.hover\:to-blue-dark:hover{
  --gradient-to-color: #2779bd !important;
}

.hover\:to-blue:hover{
  --gradient-to-color: #3490dc !important;
}

.hover\:to-blue-light:hover{
  --gradient-to-color: #6cb2eb !important;
}

.hover\:to-blue-lighter:hover{
  --gradient-to-color: #bcdefa !important;
}

.hover\:to-blue-lightest:hover{
  --gradient-to-color: #eff8ff !important;
}

.hover\:to-indigo-darkest:hover{
  --gradient-to-color: #191e38 !important;
}

.hover\:to-indigo-darker:hover{
  --gradient-to-color: #2f365f !important;
}

.hover\:to-indigo-dark:hover{
  --gradient-to-color: #5661b3 !important;
}

.hover\:to-indigo:hover{
  --gradient-to-color: #6574cd !important;
}

.hover\:to-indigo-light:hover{
  --gradient-to-color: #7886d7 !important;
}

.hover\:to-indigo-lighter:hover{
  --gradient-to-color: #b2b7ff !important;
}

.hover\:to-indigo-lightest:hover{
  --gradient-to-color: #e6e8ff !important;
}

.hover\:to-purple-darkest:hover{
  --gradient-to-color: #21183c !important;
}

.hover\:to-purple-darker:hover{
  --gradient-to-color: #382b5f !important;
}

.hover\:to-purple-dark:hover{
  --gradient-to-color: #794acf !important;
}

.hover\:to-purple:hover{
  --gradient-to-color: #9561e2 !important;
}

.hover\:to-purple-light:hover{
  --gradient-to-color: #a779e9 !important;
}

.hover\:to-purple-lighter:hover{
  --gradient-to-color: #d6bbfc !important;
}

.hover\:to-purple-lightest:hover{
  --gradient-to-color: #f3ebff !important;
}

.hover\:to-pink-darkest:hover{
  --gradient-to-color: #451225 !important;
}

.hover\:to-pink-darker:hover{
  --gradient-to-color: #6f213f !important;
}

.hover\:to-pink-dark:hover{
  --gradient-to-color: #eb5286 !important;
}

.hover\:to-pink:hover{
  --gradient-to-color: #f66d9b !important;
}

.hover\:to-pink-light:hover{
  --gradient-to-color: #fa7ea8 !important;
}

.hover\:to-pink-lighter:hover{
  --gradient-to-color: #ffbbca !important;
}

.hover\:to-pink-lightest:hover{
  --gradient-to-color: #ffebef !important;
}

.focus\:from-transparent:focus{
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-black-real:focus{
  --gradient-from-color: #000000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-black:focus{
  --gradient-from-color: #22292f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
}

.focus\:from-grey-darkest:focus{
  --gradient-from-color: #3d4852 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
}

.focus\:from-grey-darker:focus{
  --gradient-from-color: #606f7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
}

.focus\:from-grey-dark:focus{
  --gradient-from-color: #8795a1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
}

.focus\:from-grey:focus{
  --gradient-from-color: #b8c2cc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
}

.focus\:from-grey-light:focus{
  --gradient-from-color: #dae1e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
}

.focus\:from-grey-lighter:focus{
  --gradient-from-color: #f1f5f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
}

.focus\:from-grey-lightest:focus{
  --gradient-from-color: #f8fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
}

.focus\:from-white:focus{
  --gradient-from-color: #ffffff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-red-darkest:focus{
  --gradient-from-color: #3b0d0c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
}

.focus\:from-red-darker:focus{
  --gradient-from-color: #621b18 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
}

.focus\:from-red-dark:focus{
  --gradient-from-color: #cc1f1a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
}

.focus\:from-red:focus{
  --gradient-from-color: #e3342f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
}

.focus\:from-red-light:focus{
  --gradient-from-color: #ef5753 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
}

.focus\:from-red-lighter:focus{
  --gradient-from-color: #f9acaa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
}

.focus\:from-red-lightest:focus{
  --gradient-from-color: #fcebea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
}

.focus\:from-orange-darkest:focus{
  --gradient-from-color: #462a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
}

.focus\:from-orange-darker:focus{
  --gradient-from-color: #613b1f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
}

.focus\:from-orange-dark:focus{
  --gradient-from-color: #de751f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
}

.focus\:from-orange:focus{
  --gradient-from-color: #f6993f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
}

.focus\:from-orange-light:focus{
  --gradient-from-color: #faad63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
}

.focus\:from-orange-lighter:focus{
  --gradient-from-color: #fcd9b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
}

.focus\:from-orange-lightest:focus{
  --gradient-from-color: #fff5eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
}

.focus\:from-yellow-darkest:focus{
  --gradient-from-color: #453411 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
}

.focus\:from-yellow-darker:focus{
  --gradient-from-color: #684f1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
}

.focus\:from-yellow-dark:focus{
  --gradient-from-color: #f2d024 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
}

.focus\:from-yellow:focus{
  --gradient-from-color: #ffed4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
}

.focus\:from-yellow-light:focus{
  --gradient-from-color: #fff382 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
}

.focus\:from-yellow-lighter:focus{
  --gradient-from-color: #fff9c2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
}

.focus\:from-yellow-lightest:focus{
  --gradient-from-color: #fcfbeb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
}

.focus\:from-green-darkest:focus{
  --gradient-from-color: #0f2f21 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
}

.focus\:from-green-darker:focus{
  --gradient-from-color: #1a4731 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
}

.focus\:from-green-dark:focus{
  --gradient-from-color: #1f9d55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
}

.focus\:from-green:focus{
  --gradient-from-color: #38c172 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
}

.focus\:from-green-light:focus{
  --gradient-from-color: #51d88a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
}

.focus\:from-green-lighter:focus{
  --gradient-from-color: #a2f5bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
}

.focus\:from-green-lightest:focus{
  --gradient-from-color: #e3fcec !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
}

.focus\:from-teal-darkest:focus{
  --gradient-from-color: #0d3331 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
}

.focus\:from-teal-darker:focus{
  --gradient-from-color: #20504f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
}

.focus\:from-teal-dark:focus{
  --gradient-from-color: #38a89d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
}

.focus\:from-teal:focus{
  --gradient-from-color: #4dc0b5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
}

.focus\:from-teal-light:focus{
  --gradient-from-color: #64d5ca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
}

.focus\:from-teal-lighter:focus{
  --gradient-from-color: #a0f0ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
}

.focus\:from-teal-lightest:focus{
  --gradient-from-color: #e8fffe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
}

.focus\:from-blue-darkest:focus{
  --gradient-from-color: #12283a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
}

.focus\:from-blue-darker:focus{
  --gradient-from-color: #1c3d5a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
}

.focus\:from-blue-dark:focus{
  --gradient-from-color: #2779bd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
}

.focus\:from-blue:focus{
  --gradient-from-color: #3490dc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
}

.focus\:from-blue-light:focus{
  --gradient-from-color: #6cb2eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
}

.focus\:from-blue-lighter:focus{
  --gradient-from-color: #bcdefa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
}

.focus\:from-blue-lightest:focus{
  --gradient-from-color: #eff8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
}

.focus\:from-indigo-darkest:focus{
  --gradient-from-color: #191e38 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
}

.focus\:from-indigo-darker:focus{
  --gradient-from-color: #2f365f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
}

.focus\:from-indigo-dark:focus{
  --gradient-from-color: #5661b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
}

.focus\:from-indigo:focus{
  --gradient-from-color: #6574cd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
}

.focus\:from-indigo-light:focus{
  --gradient-from-color: #7886d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
}

.focus\:from-indigo-lighter:focus{
  --gradient-from-color: #b2b7ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
}

.focus\:from-indigo-lightest:focus{
  --gradient-from-color: #e6e8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
}

.focus\:from-purple-darkest:focus{
  --gradient-from-color: #21183c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
}

.focus\:from-purple-darker:focus{
  --gradient-from-color: #382b5f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
}

.focus\:from-purple-dark:focus{
  --gradient-from-color: #794acf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
}

.focus\:from-purple:focus{
  --gradient-from-color: #9561e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
}

.focus\:from-purple-light:focus{
  --gradient-from-color: #a779e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
}

.focus\:from-purple-lighter:focus{
  --gradient-from-color: #d6bbfc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
}

.focus\:from-purple-lightest:focus{
  --gradient-from-color: #f3ebff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
}

.focus\:from-pink-darkest:focus{
  --gradient-from-color: #451225 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
}

.focus\:from-pink-darker:focus{
  --gradient-from-color: #6f213f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
}

.focus\:from-pink-dark:focus{
  --gradient-from-color: #eb5286 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
}

.focus\:from-pink:focus{
  --gradient-from-color: #f66d9b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
}

.focus\:from-pink-light:focus{
  --gradient-from-color: #fa7ea8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
}

.focus\:from-pink-lighter:focus{
  --gradient-from-color: #ffbbca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
}

.focus\:from-pink-lightest:focus{
  --gradient-from-color: #ffebef !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
}

.focus\:via-transparent:focus{
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-black-real:focus{
  --gradient-via-color: #000000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-black:focus{
  --gradient-via-color: #22292f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
}

.focus\:via-grey-darkest:focus{
  --gradient-via-color: #3d4852 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
}

.focus\:via-grey-darker:focus{
  --gradient-via-color: #606f7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
}

.focus\:via-grey-dark:focus{
  --gradient-via-color: #8795a1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
}

.focus\:via-grey:focus{
  --gradient-via-color: #b8c2cc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
}

.focus\:via-grey-light:focus{
  --gradient-via-color: #dae1e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
}

.focus\:via-grey-lighter:focus{
  --gradient-via-color: #f1f5f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
}

.focus\:via-grey-lightest:focus{
  --gradient-via-color: #f8fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
}

.focus\:via-white:focus{
  --gradient-via-color: #ffffff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-red-darkest:focus{
  --gradient-via-color: #3b0d0c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
}

.focus\:via-red-darker:focus{
  --gradient-via-color: #621b18 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
}

.focus\:via-red-dark:focus{
  --gradient-via-color: #cc1f1a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
}

.focus\:via-red:focus{
  --gradient-via-color: #e3342f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
}

.focus\:via-red-light:focus{
  --gradient-via-color: #ef5753 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
}

.focus\:via-red-lighter:focus{
  --gradient-via-color: #f9acaa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
}

.focus\:via-red-lightest:focus{
  --gradient-via-color: #fcebea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
}

.focus\:via-orange-darkest:focus{
  --gradient-via-color: #462a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
}

.focus\:via-orange-darker:focus{
  --gradient-via-color: #613b1f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
}

.focus\:via-orange-dark:focus{
  --gradient-via-color: #de751f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
}

.focus\:via-orange:focus{
  --gradient-via-color: #f6993f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
}

.focus\:via-orange-light:focus{
  --gradient-via-color: #faad63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
}

.focus\:via-orange-lighter:focus{
  --gradient-via-color: #fcd9b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
}

.focus\:via-orange-lightest:focus{
  --gradient-via-color: #fff5eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
}

.focus\:via-yellow-darkest:focus{
  --gradient-via-color: #453411 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
}

.focus\:via-yellow-darker:focus{
  --gradient-via-color: #684f1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
}

.focus\:via-yellow-dark:focus{
  --gradient-via-color: #f2d024 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
}

.focus\:via-yellow:focus{
  --gradient-via-color: #ffed4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
}

.focus\:via-yellow-light:focus{
  --gradient-via-color: #fff382 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
}

.focus\:via-yellow-lighter:focus{
  --gradient-via-color: #fff9c2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
}

.focus\:via-yellow-lightest:focus{
  --gradient-via-color: #fcfbeb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
}

.focus\:via-green-darkest:focus{
  --gradient-via-color: #0f2f21 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
}

.focus\:via-green-darker:focus{
  --gradient-via-color: #1a4731 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
}

.focus\:via-green-dark:focus{
  --gradient-via-color: #1f9d55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
}

.focus\:via-green:focus{
  --gradient-via-color: #38c172 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
}

.focus\:via-green-light:focus{
  --gradient-via-color: #51d88a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
}

.focus\:via-green-lighter:focus{
  --gradient-via-color: #a2f5bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
}

.focus\:via-green-lightest:focus{
  --gradient-via-color: #e3fcec !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
}

.focus\:via-teal-darkest:focus{
  --gradient-via-color: #0d3331 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
}

.focus\:via-teal-darker:focus{
  --gradient-via-color: #20504f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
}

.focus\:via-teal-dark:focus{
  --gradient-via-color: #38a89d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
}

.focus\:via-teal:focus{
  --gradient-via-color: #4dc0b5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
}

.focus\:via-teal-light:focus{
  --gradient-via-color: #64d5ca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
}

.focus\:via-teal-lighter:focus{
  --gradient-via-color: #a0f0ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
}

.focus\:via-teal-lightest:focus{
  --gradient-via-color: #e8fffe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
}

.focus\:via-blue-darkest:focus{
  --gradient-via-color: #12283a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
}

.focus\:via-blue-darker:focus{
  --gradient-via-color: #1c3d5a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
}

.focus\:via-blue-dark:focus{
  --gradient-via-color: #2779bd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
}

.focus\:via-blue:focus{
  --gradient-via-color: #3490dc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
}

.focus\:via-blue-light:focus{
  --gradient-via-color: #6cb2eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
}

.focus\:via-blue-lighter:focus{
  --gradient-via-color: #bcdefa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
}

.focus\:via-blue-lightest:focus{
  --gradient-via-color: #eff8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
}

.focus\:via-indigo-darkest:focus{
  --gradient-via-color: #191e38 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
}

.focus\:via-indigo-darker:focus{
  --gradient-via-color: #2f365f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
}

.focus\:via-indigo-dark:focus{
  --gradient-via-color: #5661b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
}

.focus\:via-indigo:focus{
  --gradient-via-color: #6574cd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
}

.focus\:via-indigo-light:focus{
  --gradient-via-color: #7886d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
}

.focus\:via-indigo-lighter:focus{
  --gradient-via-color: #b2b7ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
}

.focus\:via-indigo-lightest:focus{
  --gradient-via-color: #e6e8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
}

.focus\:via-purple-darkest:focus{
  --gradient-via-color: #21183c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
}

.focus\:via-purple-darker:focus{
  --gradient-via-color: #382b5f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
}

.focus\:via-purple-dark:focus{
  --gradient-via-color: #794acf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
}

.focus\:via-purple:focus{
  --gradient-via-color: #9561e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
}

.focus\:via-purple-light:focus{
  --gradient-via-color: #a779e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
}

.focus\:via-purple-lighter:focus{
  --gradient-via-color: #d6bbfc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
}

.focus\:via-purple-lightest:focus{
  --gradient-via-color: #f3ebff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
}

.focus\:via-pink-darkest:focus{
  --gradient-via-color: #451225 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
}

.focus\:via-pink-darker:focus{
  --gradient-via-color: #6f213f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
}

.focus\:via-pink-dark:focus{
  --gradient-via-color: #eb5286 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
}

.focus\:via-pink:focus{
  --gradient-via-color: #f66d9b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
}

.focus\:via-pink-light:focus{
  --gradient-via-color: #fa7ea8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
}

.focus\:via-pink-lighter:focus{
  --gradient-via-color: #ffbbca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
}

.focus\:via-pink-lightest:focus{
  --gradient-via-color: #ffebef !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
}

.focus\:to-transparent:focus{
  --gradient-to-color: transparent !important;
}

.focus\:to-black-real:focus{
  --gradient-to-color: #000000 !important;
}

.focus\:to-black:focus{
  --gradient-to-color: #22292f !important;
}

.focus\:to-grey-darkest:focus{
  --gradient-to-color: #3d4852 !important;
}

.focus\:to-grey-darker:focus{
  --gradient-to-color: #606f7b !important;
}

.focus\:to-grey-dark:focus{
  --gradient-to-color: #8795a1 !important;
}

.focus\:to-grey:focus{
  --gradient-to-color: #b8c2cc !important;
}

.focus\:to-grey-light:focus{
  --gradient-to-color: #dae1e7 !important;
}

.focus\:to-grey-lighter:focus{
  --gradient-to-color: #f1f5f8 !important;
}

.focus\:to-grey-lightest:focus{
  --gradient-to-color: #f8fafc !important;
}

.focus\:to-white:focus{
  --gradient-to-color: #ffffff !important;
}

.focus\:to-red-darkest:focus{
  --gradient-to-color: #3b0d0c !important;
}

.focus\:to-red-darker:focus{
  --gradient-to-color: #621b18 !important;
}

.focus\:to-red-dark:focus{
  --gradient-to-color: #cc1f1a !important;
}

.focus\:to-red:focus{
  --gradient-to-color: #e3342f !important;
}

.focus\:to-red-light:focus{
  --gradient-to-color: #ef5753 !important;
}

.focus\:to-red-lighter:focus{
  --gradient-to-color: #f9acaa !important;
}

.focus\:to-red-lightest:focus{
  --gradient-to-color: #fcebea !important;
}

.focus\:to-orange-darkest:focus{
  --gradient-to-color: #462a16 !important;
}

.focus\:to-orange-darker:focus{
  --gradient-to-color: #613b1f !important;
}

.focus\:to-orange-dark:focus{
  --gradient-to-color: #de751f !important;
}

.focus\:to-orange:focus{
  --gradient-to-color: #f6993f !important;
}

.focus\:to-orange-light:focus{
  --gradient-to-color: #faad63 !important;
}

.focus\:to-orange-lighter:focus{
  --gradient-to-color: #fcd9b6 !important;
}

.focus\:to-orange-lightest:focus{
  --gradient-to-color: #fff5eb !important;
}

.focus\:to-yellow-darkest:focus{
  --gradient-to-color: #453411 !important;
}

.focus\:to-yellow-darker:focus{
  --gradient-to-color: #684f1d !important;
}

.focus\:to-yellow-dark:focus{
  --gradient-to-color: #f2d024 !important;
}

.focus\:to-yellow:focus{
  --gradient-to-color: #ffed4a !important;
}

.focus\:to-yellow-light:focus{
  --gradient-to-color: #fff382 !important;
}

.focus\:to-yellow-lighter:focus{
  --gradient-to-color: #fff9c2 !important;
}

.focus\:to-yellow-lightest:focus{
  --gradient-to-color: #fcfbeb !important;
}

.focus\:to-green-darkest:focus{
  --gradient-to-color: #0f2f21 !important;
}

.focus\:to-green-darker:focus{
  --gradient-to-color: #1a4731 !important;
}

.focus\:to-green-dark:focus{
  --gradient-to-color: #1f9d55 !important;
}

.focus\:to-green:focus{
  --gradient-to-color: #38c172 !important;
}

.focus\:to-green-light:focus{
  --gradient-to-color: #51d88a !important;
}

.focus\:to-green-lighter:focus{
  --gradient-to-color: #a2f5bf !important;
}

.focus\:to-green-lightest:focus{
  --gradient-to-color: #e3fcec !important;
}

.focus\:to-teal-darkest:focus{
  --gradient-to-color: #0d3331 !important;
}

.focus\:to-teal-darker:focus{
  --gradient-to-color: #20504f !important;
}

.focus\:to-teal-dark:focus{
  --gradient-to-color: #38a89d !important;
}

.focus\:to-teal:focus{
  --gradient-to-color: #4dc0b5 !important;
}

.focus\:to-teal-light:focus{
  --gradient-to-color: #64d5ca !important;
}

.focus\:to-teal-lighter:focus{
  --gradient-to-color: #a0f0ed !important;
}

.focus\:to-teal-lightest:focus{
  --gradient-to-color: #e8fffe !important;
}

.focus\:to-blue-darkest:focus{
  --gradient-to-color: #12283a !important;
}

.focus\:to-blue-darker:focus{
  --gradient-to-color: #1c3d5a !important;
}

.focus\:to-blue-dark:focus{
  --gradient-to-color: #2779bd !important;
}

.focus\:to-blue:focus{
  --gradient-to-color: #3490dc !important;
}

.focus\:to-blue-light:focus{
  --gradient-to-color: #6cb2eb !important;
}

.focus\:to-blue-lighter:focus{
  --gradient-to-color: #bcdefa !important;
}

.focus\:to-blue-lightest:focus{
  --gradient-to-color: #eff8ff !important;
}

.focus\:to-indigo-darkest:focus{
  --gradient-to-color: #191e38 !important;
}

.focus\:to-indigo-darker:focus{
  --gradient-to-color: #2f365f !important;
}

.focus\:to-indigo-dark:focus{
  --gradient-to-color: #5661b3 !important;
}

.focus\:to-indigo:focus{
  --gradient-to-color: #6574cd !important;
}

.focus\:to-indigo-light:focus{
  --gradient-to-color: #7886d7 !important;
}

.focus\:to-indigo-lighter:focus{
  --gradient-to-color: #b2b7ff !important;
}

.focus\:to-indigo-lightest:focus{
  --gradient-to-color: #e6e8ff !important;
}

.focus\:to-purple-darkest:focus{
  --gradient-to-color: #21183c !important;
}

.focus\:to-purple-darker:focus{
  --gradient-to-color: #382b5f !important;
}

.focus\:to-purple-dark:focus{
  --gradient-to-color: #794acf !important;
}

.focus\:to-purple:focus{
  --gradient-to-color: #9561e2 !important;
}

.focus\:to-purple-light:focus{
  --gradient-to-color: #a779e9 !important;
}

.focus\:to-purple-lighter:focus{
  --gradient-to-color: #d6bbfc !important;
}

.focus\:to-purple-lightest:focus{
  --gradient-to-color: #f3ebff !important;
}

.focus\:to-pink-darkest:focus{
  --gradient-to-color: #451225 !important;
}

.focus\:to-pink-darker:focus{
  --gradient-to-color: #6f213f !important;
}

.focus\:to-pink-dark:focus{
  --gradient-to-color: #eb5286 !important;
}

.focus\:to-pink:focus{
  --gradient-to-color: #f66d9b !important;
}

.focus\:to-pink-light:focus{
  --gradient-to-color: #fa7ea8 !important;
}

.focus\:to-pink-lighter:focus{
  --gradient-to-color: #ffbbca !important;
}

.focus\:to-pink-lightest:focus{
  --gradient-to-color: #ffebef !important;
}

.bg-opacity-0{
  --bg-opacity: 0 !important;
}

.bg-opacity-25{
  --bg-opacity: 0.25 !important;
}

.bg-opacity-50{
  --bg-opacity: 0.5 !important;
}

.bg-opacity-75{
  --bg-opacity: 0.75 !important;
}

.bg-opacity-100{
  --bg-opacity: 1 !important;
}

.hover\:bg-opacity-0:hover{
  --bg-opacity: 0 !important;
}

.hover\:bg-opacity-25:hover{
  --bg-opacity: 0.25 !important;
}

.hover\:bg-opacity-50:hover{
  --bg-opacity: 0.5 !important;
}

.hover\:bg-opacity-75:hover{
  --bg-opacity: 0.75 !important;
}

.hover\:bg-opacity-100:hover{
  --bg-opacity: 1 !important;
}

.focus\:bg-opacity-0:focus{
  --bg-opacity: 0 !important;
}

.focus\:bg-opacity-25:focus{
  --bg-opacity: 0.25 !important;
}

.focus\:bg-opacity-50:focus{
  --bg-opacity: 0.5 !important;
}

.focus\:bg-opacity-75:focus{
  --bg-opacity: 0.75 !important;
}

.focus\:bg-opacity-100:focus{
  --bg-opacity: 1 !important;
}

.bg-bottom{
  background-position: bottom !important;
}

.bg-center{
  background-position: center !important;
}

.bg-left{
  background-position: left !important;
}

.bg-left-bottom{
  background-position: left bottom !important;
}

.bg-left-top{
  background-position: left top !important;
}

.bg-right{
  background-position: right !important;
}

.bg-right-bottom{
  background-position: right bottom !important;
}

.bg-right-top{
  background-position: right top !important;
}

.bg-top{
  background-position: top !important;
}

.bg-repeat{
  background-repeat: repeat !important;
}

.bg-no-repeat{
  background-repeat: no-repeat !important;
}

.bg-repeat-x{
  background-repeat: repeat-x !important;
}

.bg-repeat-y{
  background-repeat: repeat-y !important;
}

.bg-repeat-round{
  background-repeat: round !important;
}

.bg-repeat-space{
  background-repeat: space !important;
}

.bg-auto{
  background-size: auto !important;
}

.bg-cover{
  background-size: cover !important;
}

.bg-contain{
  background-size: contain !important;
}

.border-collapse{
  border-collapse: collapse !important;
}

.border-separate{
  border-collapse: separate !important;
}

.border-transparent{
  border-color: transparent !important;
}

.border-black-real{
  --border-opacity: 1 !important;
  border-color: #000000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.border-black{
  --border-opacity: 1 !important;
  border-color: #22292f !important;
  border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
}

.border-grey-darkest{
  --border-opacity: 1 !important;
  border-color: #3d4852 !important;
  border-color: rgba(61, 72, 82, var(--border-opacity)) !important;
}

.border-grey-darker{
  --border-opacity: 1 !important;
  border-color: #606f7b !important;
  border-color: rgba(96, 111, 123, var(--border-opacity)) !important;
}

.border-grey-dark{
  --border-opacity: 1 !important;
  border-color: #8795a1 !important;
  border-color: rgba(135, 149, 161, var(--border-opacity)) !important;
}

.border-grey{
  --border-opacity: 1 !important;
  border-color: #b8c2cc !important;
  border-color: rgba(184, 194, 204, var(--border-opacity)) !important;
}

.border-grey-light{
  --border-opacity: 1 !important;
  border-color: #dae1e7 !important;
  border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
}

.border-grey-lighter{
  --border-opacity: 1 !important;
  border-color: #f1f5f8 !important;
  border-color: rgba(241, 245, 248, var(--border-opacity)) !important;
}

.border-grey-lightest{
  --border-opacity: 1 !important;
  border-color: #f8fafc !important;
  border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
}

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

.border-red-darkest{
  --border-opacity: 1 !important;
  border-color: #3b0d0c !important;
  border-color: rgba(59, 13, 12, var(--border-opacity)) !important;
}

.border-red-darker{
  --border-opacity: 1 !important;
  border-color: #621b18 !important;
  border-color: rgba(98, 27, 24, var(--border-opacity)) !important;
}

.border-red-dark{
  --border-opacity: 1 !important;
  border-color: #cc1f1a !important;
  border-color: rgba(204, 31, 26, var(--border-opacity)) !important;
}

.border-red{
  --border-opacity: 1 !important;
  border-color: #e3342f !important;
  border-color: rgba(227, 52, 47, var(--border-opacity)) !important;
}

.border-red-light{
  --border-opacity: 1 !important;
  border-color: #ef5753 !important;
  border-color: rgba(239, 87, 83, var(--border-opacity)) !important;
}

.border-red-lighter{
  --border-opacity: 1 !important;
  border-color: #f9acaa !important;
  border-color: rgba(249, 172, 170, var(--border-opacity)) !important;
}

.border-red-lightest{
  --border-opacity: 1 !important;
  border-color: #fcebea !important;
  border-color: rgba(252, 235, 234, var(--border-opacity)) !important;
}

.border-orange-darkest{
  --border-opacity: 1 !important;
  border-color: #462a16 !important;
  border-color: rgba(70, 42, 22, var(--border-opacity)) !important;
}

.border-orange-darker{
  --border-opacity: 1 !important;
  border-color: #613b1f !important;
  border-color: rgba(97, 59, 31, var(--border-opacity)) !important;
}

.border-orange-dark{
  --border-opacity: 1 !important;
  border-color: #de751f !important;
  border-color: rgba(222, 117, 31, var(--border-opacity)) !important;
}

.border-orange{
  --border-opacity: 1 !important;
  border-color: #f6993f !important;
  border-color: rgba(246, 153, 63, var(--border-opacity)) !important;
}

.border-orange-light{
  --border-opacity: 1 !important;
  border-color: #faad63 !important;
  border-color: rgba(250, 173, 99, var(--border-opacity)) !important;
}

.border-orange-lighter{
  --border-opacity: 1 !important;
  border-color: #fcd9b6 !important;
  border-color: rgba(252, 217, 182, var(--border-opacity)) !important;
}

.border-orange-lightest{
  --border-opacity: 1 !important;
  border-color: #fff5eb !important;
  border-color: rgba(255, 245, 235, var(--border-opacity)) !important;
}

.border-yellow-darkest{
  --border-opacity: 1 !important;
  border-color: #453411 !important;
  border-color: rgba(69, 52, 17, var(--border-opacity)) !important;
}

.border-yellow-darker{
  --border-opacity: 1 !important;
  border-color: #684f1d !important;
  border-color: rgba(104, 79, 29, var(--border-opacity)) !important;
}

.border-yellow-dark{
  --border-opacity: 1 !important;
  border-color: #f2d024 !important;
  border-color: rgba(242, 208, 36, var(--border-opacity)) !important;
}

.border-yellow{
  --border-opacity: 1 !important;
  border-color: #ffed4a !important;
  border-color: rgba(255, 237, 74, var(--border-opacity)) !important;
}

.border-yellow-light{
  --border-opacity: 1 !important;
  border-color: #fff382 !important;
  border-color: rgba(255, 243, 130, var(--border-opacity)) !important;
}

.border-yellow-lighter{
  --border-opacity: 1 !important;
  border-color: #fff9c2 !important;
  border-color: rgba(255, 249, 194, var(--border-opacity)) !important;
}

.border-yellow-lightest{
  --border-opacity: 1 !important;
  border-color: #fcfbeb !important;
  border-color: rgba(252, 251, 235, var(--border-opacity)) !important;
}

.border-green-darkest{
  --border-opacity: 1 !important;
  border-color: #0f2f21 !important;
  border-color: rgba(15, 47, 33, var(--border-opacity)) !important;
}

.border-green-darker{
  --border-opacity: 1 !important;
  border-color: #1a4731 !important;
  border-color: rgba(26, 71, 49, var(--border-opacity)) !important;
}

.border-green-dark{
  --border-opacity: 1 !important;
  border-color: #1f9d55 !important;
  border-color: rgba(31, 157, 85, var(--border-opacity)) !important;
}

.border-green{
  --border-opacity: 1 !important;
  border-color: #38c172 !important;
  border-color: rgba(56, 193, 114, var(--border-opacity)) !important;
}

.border-green-light{
  --border-opacity: 1 !important;
  border-color: #51d88a !important;
  border-color: rgba(81, 216, 138, var(--border-opacity)) !important;
}

.border-green-lighter{
  --border-opacity: 1 !important;
  border-color: #a2f5bf !important;
  border-color: rgba(162, 245, 191, var(--border-opacity)) !important;
}

.border-green-lightest{
  --border-opacity: 1 !important;
  border-color: #e3fcec !important;
  border-color: rgba(227, 252, 236, var(--border-opacity)) !important;
}

.border-teal-darkest{
  --border-opacity: 1 !important;
  border-color: #0d3331 !important;
  border-color: rgba(13, 51, 49, var(--border-opacity)) !important;
}

.border-teal-darker{
  --border-opacity: 1 !important;
  border-color: #20504f !important;
  border-color: rgba(32, 80, 79, var(--border-opacity)) !important;
}

.border-teal-dark{
  --border-opacity: 1 !important;
  border-color: #38a89d !important;
  border-color: rgba(56, 168, 157, var(--border-opacity)) !important;
}

.border-teal{
  --border-opacity: 1 !important;
  border-color: #4dc0b5 !important;
  border-color: rgba(77, 192, 181, var(--border-opacity)) !important;
}

.border-teal-light{
  --border-opacity: 1 !important;
  border-color: #64d5ca !important;
  border-color: rgba(100, 213, 202, var(--border-opacity)) !important;
}

.border-teal-lighter{
  --border-opacity: 1 !important;
  border-color: #a0f0ed !important;
  border-color: rgba(160, 240, 237, var(--border-opacity)) !important;
}

.border-teal-lightest{
  --border-opacity: 1 !important;
  border-color: #e8fffe !important;
  border-color: rgba(232, 255, 254, var(--border-opacity)) !important;
}

.border-blue-darkest{
  --border-opacity: 1 !important;
  border-color: #12283a !important;
  border-color: rgba(18, 40, 58, var(--border-opacity)) !important;
}

.border-blue-darker{
  --border-opacity: 1 !important;
  border-color: #1c3d5a !important;
  border-color: rgba(28, 61, 90, var(--border-opacity)) !important;
}

.border-blue-dark{
  --border-opacity: 1 !important;
  border-color: #2779bd !important;
  border-color: rgba(39, 121, 189, var(--border-opacity)) !important;
}

.border-blue{
  --border-opacity: 1 !important;
  border-color: #3490dc !important;
  border-color: rgba(52, 144, 220, var(--border-opacity)) !important;
}

.border-blue-light{
  --border-opacity: 1 !important;
  border-color: #6cb2eb !important;
  border-color: rgba(108, 178, 235, var(--border-opacity)) !important;
}

.border-blue-lighter{
  --border-opacity: 1 !important;
  border-color: #bcdefa !important;
  border-color: rgba(188, 222, 250, var(--border-opacity)) !important;
}

.border-blue-lightest{
  --border-opacity: 1 !important;
  border-color: #eff8ff !important;
  border-color: rgba(239, 248, 255, var(--border-opacity)) !important;
}

.border-indigo-darkest{
  --border-opacity: 1 !important;
  border-color: #191e38 !important;
  border-color: rgba(25, 30, 56, var(--border-opacity)) !important;
}

.border-indigo-darker{
  --border-opacity: 1 !important;
  border-color: #2f365f !important;
  border-color: rgba(47, 54, 95, var(--border-opacity)) !important;
}

.border-indigo-dark{
  --border-opacity: 1 !important;
  border-color: #5661b3 !important;
  border-color: rgba(86, 97, 179, var(--border-opacity)) !important;
}

.border-indigo{
  --border-opacity: 1 !important;
  border-color: #6574cd !important;
  border-color: rgba(101, 116, 205, var(--border-opacity)) !important;
}

.border-indigo-light{
  --border-opacity: 1 !important;
  border-color: #7886d7 !important;
  border-color: rgba(120, 134, 215, var(--border-opacity)) !important;
}

.border-indigo-lighter{
  --border-opacity: 1 !important;
  border-color: #b2b7ff !important;
  border-color: rgba(178, 183, 255, var(--border-opacity)) !important;
}

.border-indigo-lightest{
  --border-opacity: 1 !important;
  border-color: #e6e8ff !important;
  border-color: rgba(230, 232, 255, var(--border-opacity)) !important;
}

.border-purple-darkest{
  --border-opacity: 1 !important;
  border-color: #21183c !important;
  border-color: rgba(33, 24, 60, var(--border-opacity)) !important;
}

.border-purple-darker{
  --border-opacity: 1 !important;
  border-color: #382b5f !important;
  border-color: rgba(56, 43, 95, var(--border-opacity)) !important;
}

.border-purple-dark{
  --border-opacity: 1 !important;
  border-color: #794acf !important;
  border-color: rgba(121, 74, 207, var(--border-opacity)) !important;
}

.border-purple{
  --border-opacity: 1 !important;
  border-color: #9561e2 !important;
  border-color: rgba(149, 97, 226, var(--border-opacity)) !important;
}

.border-purple-light{
  --border-opacity: 1 !important;
  border-color: #a779e9 !important;
  border-color: rgba(167, 121, 233, var(--border-opacity)) !important;
}

.border-purple-lighter{
  --border-opacity: 1 !important;
  border-color: #d6bbfc !important;
  border-color: rgba(214, 187, 252, var(--border-opacity)) !important;
}

.border-purple-lightest{
  --border-opacity: 1 !important;
  border-color: #f3ebff !important;
  border-color: rgba(243, 235, 255, var(--border-opacity)) !important;
}

.border-pink-darkest{
  --border-opacity: 1 !important;
  border-color: #451225 !important;
  border-color: rgba(69, 18, 37, var(--border-opacity)) !important;
}

.border-pink-darker{
  --border-opacity: 1 !important;
  border-color: #6f213f !important;
  border-color: rgba(111, 33, 63, var(--border-opacity)) !important;
}

.border-pink-dark{
  --border-opacity: 1 !important;
  border-color: #eb5286 !important;
  border-color: rgba(235, 82, 134, var(--border-opacity)) !important;
}

.border-pink{
  --border-opacity: 1 !important;
  border-color: #f66d9b !important;
  border-color: rgba(246, 109, 155, var(--border-opacity)) !important;
}

.border-pink-light{
  --border-opacity: 1 !important;
  border-color: #fa7ea8 !important;
  border-color: rgba(250, 126, 168, var(--border-opacity)) !important;
}

.border-pink-lighter{
  --border-opacity: 1 !important;
  border-color: #ffbbca !important;
  border-color: rgba(255, 187, 202, var(--border-opacity)) !important;
}

.border-pink-lightest{
  --border-opacity: 1 !important;
  border-color: #ffebef !important;
  border-color: rgba(255, 235, 239, var(--border-opacity)) !important;
}

.hover\:border-transparent:hover{
  border-color: transparent !important;
}

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

.hover\:border-black:hover{
  --border-opacity: 1 !important;
  border-color: #22292f !important;
  border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
}

.hover\:border-grey-darkest:hover{
  --border-opacity: 1 !important;
  border-color: #3d4852 !important;
  border-color: rgba(61, 72, 82, var(--border-opacity)) !important;
}

.hover\:border-grey-darker:hover{
  --border-opacity: 1 !important;
  border-color: #606f7b !important;
  border-color: rgba(96, 111, 123, var(--border-opacity)) !important;
}

.hover\:border-grey-dark:hover{
  --border-opacity: 1 !important;
  border-color: #8795a1 !important;
  border-color: rgba(135, 149, 161, var(--border-opacity)) !important;
}

.hover\:border-grey:hover{
  --border-opacity: 1 !important;
  border-color: #b8c2cc !important;
  border-color: rgba(184, 194, 204, var(--border-opacity)) !important;
}

.hover\:border-grey-light:hover{
  --border-opacity: 1 !important;
  border-color: #dae1e7 !important;
  border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
}

.hover\:border-grey-lighter:hover{
  --border-opacity: 1 !important;
  border-color: #f1f5f8 !important;
  border-color: rgba(241, 245, 248, var(--border-opacity)) !important;
}

.hover\:border-grey-lightest:hover{
  --border-opacity: 1 !important;
  border-color: #f8fafc !important;
  border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
}

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

.hover\:border-red-darkest:hover{
  --border-opacity: 1 !important;
  border-color: #3b0d0c !important;
  border-color: rgba(59, 13, 12, var(--border-opacity)) !important;
}

.hover\:border-red-darker:hover{
  --border-opacity: 1 !important;
  border-color: #621b18 !important;
  border-color: rgba(98, 27, 24, var(--border-opacity)) !important;
}

.hover\:border-red-dark:hover{
  --border-opacity: 1 !important;
  border-color: #cc1f1a !important;
  border-color: rgba(204, 31, 26, var(--border-opacity)) !important;
}

.hover\:border-red:hover{
  --border-opacity: 1 !important;
  border-color: #e3342f !important;
  border-color: rgba(227, 52, 47, var(--border-opacity)) !important;
}

.hover\:border-red-light:hover{
  --border-opacity: 1 !important;
  border-color: #ef5753 !important;
  border-color: rgba(239, 87, 83, var(--border-opacity)) !important;
}

.hover\:border-red-lighter:hover{
  --border-opacity: 1 !important;
  border-color: #f9acaa !important;
  border-color: rgba(249, 172, 170, var(--border-opacity)) !important;
}

.hover\:border-red-lightest:hover{
  --border-opacity: 1 !important;
  border-color: #fcebea !important;
  border-color: rgba(252, 235, 234, var(--border-opacity)) !important;
}

.hover\:border-orange-darkest:hover{
  --border-opacity: 1 !important;
  border-color: #462a16 !important;
  border-color: rgba(70, 42, 22, var(--border-opacity)) !important;
}

.hover\:border-orange-darker:hover{
  --border-opacity: 1 !important;
  border-color: #613b1f !important;
  border-color: rgba(97, 59, 31, var(--border-opacity)) !important;
}

.hover\:border-orange-dark:hover{
  --border-opacity: 1 !important;
  border-color: #de751f !important;
  border-color: rgba(222, 117, 31, var(--border-opacity)) !important;
}

.hover\:border-orange:hover{
  --border-opacity: 1 !important;
  border-color: #f6993f !important;
  border-color: rgba(246, 153, 63, var(--border-opacity)) !important;
}

.hover\:border-orange-light:hover{
  --border-opacity: 1 !important;
  border-color: #faad63 !important;
  border-color: rgba(250, 173, 99, var(--border-opacity)) !important;
}

.hover\:border-orange-lighter:hover{
  --border-opacity: 1 !important;
  border-color: #fcd9b6 !important;
  border-color: rgba(252, 217, 182, var(--border-opacity)) !important;
}

.hover\:border-orange-lightest:hover{
  --border-opacity: 1 !important;
  border-color: #fff5eb !important;
  border-color: rgba(255, 245, 235, var(--border-opacity)) !important;
}

.hover\:border-yellow-darkest:hover{
  --border-opacity: 1 !important;
  border-color: #453411 !important;
  border-color: rgba(69, 52, 17, var(--border-opacity)) !important;
}

.hover\:border-yellow-darker:hover{
  --border-opacity: 1 !important;
  border-color: #684f1d !important;
  border-color: rgba(104, 79, 29, var(--border-opacity)) !important;
}

.hover\:border-yellow-dark:hover{
  --border-opacity: 1 !important;
  border-color: #f2d024 !important;
  border-color: rgba(242, 208, 36, var(--border-opacity)) !important;
}

.hover\:border-yellow:hover{
  --border-opacity: 1 !important;
  border-color: #ffed4a !important;
  border-color: rgba(255, 237, 74, var(--border-opacity)) !important;
}

.hover\:border-yellow-light:hover{
  --border-opacity: 1 !important;
  border-color: #fff382 !important;
  border-color: rgba(255, 243, 130, var(--border-opacity)) !important;
}

.hover\:border-yellow-lighter:hover{
  --border-opacity: 1 !important;
  border-color: #fff9c2 !important;
  border-color: rgba(255, 249, 194, var(--border-opacity)) !important;
}

.hover\:border-yellow-lightest:hover{
  --border-opacity: 1 !important;
  border-color: #fcfbeb !important;
  border-color: rgba(252, 251, 235, var(--border-opacity)) !important;
}

.hover\:border-green-darkest:hover{
  --border-opacity: 1 !important;
  border-color: #0f2f21 !important;
  border-color: rgba(15, 47, 33, var(--border-opacity)) !important;
}

.hover\:border-green-darker:hover{
  --border-opacity: 1 !important;
  border-color: #1a4731 !important;
  border-color: rgba(26, 71, 49, var(--border-opacity)) !important;
}

.hover\:border-green-dark:hover{
  --border-opacity: 1 !important;
  border-color: #1f9d55 !important;
  border-color: rgba(31, 157, 85, var(--border-opacity)) !important;
}

.hover\:border-green:hover{
  --border-opacity: 1 !important;
  border-color: #38c172 !important;
  border-color: rgba(56, 193, 114, var(--border-opacity)) !important;
}

.hover\:border-green-light:hover{
  --border-opacity: 1 !important;
  border-color: #51d88a !important;
  border-color: rgba(81, 216, 138, var(--border-opacity)) !important;
}

.hover\:border-green-lighter:hover{
  --border-opacity: 1 !important;
  border-color: #a2f5bf !important;
  border-color: rgba(162, 245, 191, var(--border-opacity)) !important;
}

.hover\:border-green-lightest:hover{
  --border-opacity: 1 !important;
  border-color: #e3fcec !important;
  border-color: rgba(227, 252, 236, var(--border-opacity)) !important;
}

.hover\:border-teal-darkest:hover{
  --border-opacity: 1 !important;
  border-color: #0d3331 !important;
  border-color: rgba(13, 51, 49, var(--border-opacity)) !important;
}

.hover\:border-teal-darker:hover{
  --border-opacity: 1 !important;
  border-color: #20504f !important;
  border-color: rgba(32, 80, 79, var(--border-opacity)) !important;
}

.hover\:border-teal-dark:hover{
  --border-opacity: 1 !important;
  border-color: #38a89d !important;
  border-color: rgba(56, 168, 157, var(--border-opacity)) !important;
}

.hover\:border-teal:hover{
  --border-opacity: 1 !important;
  border-color: #4dc0b5 !important;
  border-color: rgba(77, 192, 181, var(--border-opacity)) !important;
}

.hover\:border-teal-light:hover{
  --border-opacity: 1 !important;
  border-color: #64d5ca !important;
  border-color: rgba(100, 213, 202, var(--border-opacity)) !important;
}

.hover\:border-teal-lighter:hover{
  --border-opacity: 1 !important;
  border-color: #a0f0ed !important;
  border-color: rgba(160, 240, 237, var(--border-opacity)) !important;
}

.hover\:border-teal-lightest:hover{
  --border-opacity: 1 !important;
  border-color: #e8fffe !important;
  border-color: rgba(232, 255, 254, var(--border-opacity)) !important;
}

.hover\:border-blue-darkest:hover{
  --border-opacity: 1 !important;
  border-color: #12283a !important;
  border-color: rgba(18, 40, 58, var(--border-opacity)) !important;
}

.hover\:border-blue-darker:hover{
  --border-opacity: 1 !important;
  border-color: #1c3d5a !important;
  border-color: rgba(28, 61, 90, var(--border-opacity)) !important;
}

.hover\:border-blue-dark:hover{
  --border-opacity: 1 !important;
  border-color: #2779bd !important;
  border-color: rgba(39, 121, 189, var(--border-opacity)) !important;
}

.hover\:border-blue:hover{
  --border-opacity: 1 !important;
  border-color: #3490dc !important;
  border-color: rgba(52, 144, 220, var(--border-opacity)) !important;
}

.hover\:border-blue-light:hover{
  --border-opacity: 1 !important;
  border-color: #6cb2eb !important;
  border-color: rgba(108, 178, 235, var(--border-opacity)) !important;
}

.hover\:border-blue-lighter:hover{
  --border-opacity: 1 !important;
  border-color: #bcdefa !important;
  border-color: rgba(188, 222, 250, var(--border-opacity)) !important;
}

.hover\:border-blue-lightest:hover{
  --border-opacity: 1 !important;
  border-color: #eff8ff !important;
  border-color: rgba(239, 248, 255, var(--border-opacity)) !important;
}

.hover\:border-indigo-darkest:hover{
  --border-opacity: 1 !important;
  border-color: #191e38 !important;
  border-color: rgba(25, 30, 56, var(--border-opacity)) !important;
}

.hover\:border-indigo-darker:hover{
  --border-opacity: 1 !important;
  border-color: #2f365f !important;
  border-color: rgba(47, 54, 95, var(--border-opacity)) !important;
}

.hover\:border-indigo-dark:hover{
  --border-opacity: 1 !important;
  border-color: #5661b3 !important;
  border-color: rgba(86, 97, 179, var(--border-opacity)) !important;
}

.hover\:border-indigo:hover{
  --border-opacity: 1 !important;
  border-color: #6574cd !important;
  border-color: rgba(101, 116, 205, var(--border-opacity)) !important;
}

.hover\:border-indigo-light:hover{
  --border-opacity: 1 !important;
  border-color: #7886d7 !important;
  border-color: rgba(120, 134, 215, var(--border-opacity)) !important;
}

.hover\:border-indigo-lighter:hover{
  --border-opacity: 1 !important;
  border-color: #b2b7ff !important;
  border-color: rgba(178, 183, 255, var(--border-opacity)) !important;
}

.hover\:border-indigo-lightest:hover{
  --border-opacity: 1 !important;
  border-color: #e6e8ff !important;
  border-color: rgba(230, 232, 255, var(--border-opacity)) !important;
}

.hover\:border-purple-darkest:hover{
  --border-opacity: 1 !important;
  border-color: #21183c !important;
  border-color: rgba(33, 24, 60, var(--border-opacity)) !important;
}

.hover\:border-purple-darker:hover{
  --border-opacity: 1 !important;
  border-color: #382b5f !important;
  border-color: rgba(56, 43, 95, var(--border-opacity)) !important;
}

.hover\:border-purple-dark:hover{
  --border-opacity: 1 !important;
  border-color: #794acf !important;
  border-color: rgba(121, 74, 207, var(--border-opacity)) !important;
}

.hover\:border-purple:hover{
  --border-opacity: 1 !important;
  border-color: #9561e2 !important;
  border-color: rgba(149, 97, 226, var(--border-opacity)) !important;
}

.hover\:border-purple-light:hover{
  --border-opacity: 1 !important;
  border-color: #a779e9 !important;
  border-color: rgba(167, 121, 233, var(--border-opacity)) !important;
}

.hover\:border-purple-lighter:hover{
  --border-opacity: 1 !important;
  border-color: #d6bbfc !important;
  border-color: rgba(214, 187, 252, var(--border-opacity)) !important;
}

.hover\:border-purple-lightest:hover{
  --border-opacity: 1 !important;
  border-color: #f3ebff !important;
  border-color: rgba(243, 235, 255, var(--border-opacity)) !important;
}

.hover\:border-pink-darkest:hover{
  --border-opacity: 1 !important;
  border-color: #451225 !important;
  border-color: rgba(69, 18, 37, var(--border-opacity)) !important;
}

.hover\:border-pink-darker:hover{
  --border-opacity: 1 !important;
  border-color: #6f213f !important;
  border-color: rgba(111, 33, 63, var(--border-opacity)) !important;
}

.hover\:border-pink-dark:hover{
  --border-opacity: 1 !important;
  border-color: #eb5286 !important;
  border-color: rgba(235, 82, 134, var(--border-opacity)) !important;
}

.hover\:border-pink:hover{
  --border-opacity: 1 !important;
  border-color: #f66d9b !important;
  border-color: rgba(246, 109, 155, var(--border-opacity)) !important;
}

.hover\:border-pink-light:hover{
  --border-opacity: 1 !important;
  border-color: #fa7ea8 !important;
  border-color: rgba(250, 126, 168, var(--border-opacity)) !important;
}

.hover\:border-pink-lighter:hover{
  --border-opacity: 1 !important;
  border-color: #ffbbca !important;
  border-color: rgba(255, 187, 202, var(--border-opacity)) !important;
}

.hover\:border-pink-lightest:hover{
  --border-opacity: 1 !important;
  border-color: #ffebef !important;
  border-color: rgba(255, 235, 239, var(--border-opacity)) !important;
}

.focus\:border-transparent:focus{
  border-color: transparent !important;
}

.focus\:border-black-real:focus{
  --border-opacity: 1 !important;
  border-color: #000000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.focus\:border-black:focus{
  --border-opacity: 1 !important;
  border-color: #22292f !important;
  border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
}

.focus\:border-grey-darkest:focus{
  --border-opacity: 1 !important;
  border-color: #3d4852 !important;
  border-color: rgba(61, 72, 82, var(--border-opacity)) !important;
}

.focus\:border-grey-darker:focus{
  --border-opacity: 1 !important;
  border-color: #606f7b !important;
  border-color: rgba(96, 111, 123, var(--border-opacity)) !important;
}

.focus\:border-grey-dark:focus{
  --border-opacity: 1 !important;
  border-color: #8795a1 !important;
  border-color: rgba(135, 149, 161, var(--border-opacity)) !important;
}

.focus\:border-grey:focus{
  --border-opacity: 1 !important;
  border-color: #b8c2cc !important;
  border-color: rgba(184, 194, 204, var(--border-opacity)) !important;
}

.focus\:border-grey-light:focus{
  --border-opacity: 1 !important;
  border-color: #dae1e7 !important;
  border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
}

.focus\:border-grey-lighter:focus{
  --border-opacity: 1 !important;
  border-color: #f1f5f8 !important;
  border-color: rgba(241, 245, 248, var(--border-opacity)) !important;
}

.focus\:border-grey-lightest:focus{
  --border-opacity: 1 !important;
  border-color: #f8fafc !important;
  border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
}

.focus\:border-white:focus{
  --border-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.focus\:border-red-darkest:focus{
  --border-opacity: 1 !important;
  border-color: #3b0d0c !important;
  border-color: rgba(59, 13, 12, var(--border-opacity)) !important;
}

.focus\:border-red-darker:focus{
  --border-opacity: 1 !important;
  border-color: #621b18 !important;
  border-color: rgba(98, 27, 24, var(--border-opacity)) !important;
}

.focus\:border-red-dark:focus{
  --border-opacity: 1 !important;
  border-color: #cc1f1a !important;
  border-color: rgba(204, 31, 26, var(--border-opacity)) !important;
}

.focus\:border-red:focus{
  --border-opacity: 1 !important;
  border-color: #e3342f !important;
  border-color: rgba(227, 52, 47, var(--border-opacity)) !important;
}

.focus\:border-red-light:focus{
  --border-opacity: 1 !important;
  border-color: #ef5753 !important;
  border-color: rgba(239, 87, 83, var(--border-opacity)) !important;
}

.focus\:border-red-lighter:focus{
  --border-opacity: 1 !important;
  border-color: #f9acaa !important;
  border-color: rgba(249, 172, 170, var(--border-opacity)) !important;
}

.focus\:border-red-lightest:focus{
  --border-opacity: 1 !important;
  border-color: #fcebea !important;
  border-color: rgba(252, 235, 234, var(--border-opacity)) !important;
}

.focus\:border-orange-darkest:focus{
  --border-opacity: 1 !important;
  border-color: #462a16 !important;
  border-color: rgba(70, 42, 22, var(--border-opacity)) !important;
}

.focus\:border-orange-darker:focus{
  --border-opacity: 1 !important;
  border-color: #613b1f !important;
  border-color: rgba(97, 59, 31, var(--border-opacity)) !important;
}

.focus\:border-orange-dark:focus{
  --border-opacity: 1 !important;
  border-color: #de751f !important;
  border-color: rgba(222, 117, 31, var(--border-opacity)) !important;
}

.focus\:border-orange:focus{
  --border-opacity: 1 !important;
  border-color: #f6993f !important;
  border-color: rgba(246, 153, 63, var(--border-opacity)) !important;
}

.focus\:border-orange-light:focus{
  --border-opacity: 1 !important;
  border-color: #faad63 !important;
  border-color: rgba(250, 173, 99, var(--border-opacity)) !important;
}

.focus\:border-orange-lighter:focus{
  --border-opacity: 1 !important;
  border-color: #fcd9b6 !important;
  border-color: rgba(252, 217, 182, var(--border-opacity)) !important;
}

.focus\:border-orange-lightest:focus{
  --border-opacity: 1 !important;
  border-color: #fff5eb !important;
  border-color: rgba(255, 245, 235, var(--border-opacity)) !important;
}

.focus\:border-yellow-darkest:focus{
  --border-opacity: 1 !important;
  border-color: #453411 !important;
  border-color: rgba(69, 52, 17, var(--border-opacity)) !important;
}

.focus\:border-yellow-darker:focus{
  --border-opacity: 1 !important;
  border-color: #684f1d !important;
  border-color: rgba(104, 79, 29, var(--border-opacity)) !important;
}

.focus\:border-yellow-dark:focus{
  --border-opacity: 1 !important;
  border-color: #f2d024 !important;
  border-color: rgba(242, 208, 36, var(--border-opacity)) !important;
}

.focus\:border-yellow:focus{
  --border-opacity: 1 !important;
  border-color: #ffed4a !important;
  border-color: rgba(255, 237, 74, var(--border-opacity)) !important;
}

.focus\:border-yellow-light:focus{
  --border-opacity: 1 !important;
  border-color: #fff382 !important;
  border-color: rgba(255, 243, 130, var(--border-opacity)) !important;
}

.focus\:border-yellow-lighter:focus{
  --border-opacity: 1 !important;
  border-color: #fff9c2 !important;
  border-color: rgba(255, 249, 194, var(--border-opacity)) !important;
}

.focus\:border-yellow-lightest:focus{
  --border-opacity: 1 !important;
  border-color: #fcfbeb !important;
  border-color: rgba(252, 251, 235, var(--border-opacity)) !important;
}

.focus\:border-green-darkest:focus{
  --border-opacity: 1 !important;
  border-color: #0f2f21 !important;
  border-color: rgba(15, 47, 33, var(--border-opacity)) !important;
}

.focus\:border-green-darker:focus{
  --border-opacity: 1 !important;
  border-color: #1a4731 !important;
  border-color: rgba(26, 71, 49, var(--border-opacity)) !important;
}

.focus\:border-green-dark:focus{
  --border-opacity: 1 !important;
  border-color: #1f9d55 !important;
  border-color: rgba(31, 157, 85, var(--border-opacity)) !important;
}

.focus\:border-green:focus{
  --border-opacity: 1 !important;
  border-color: #38c172 !important;
  border-color: rgba(56, 193, 114, var(--border-opacity)) !important;
}

.focus\:border-green-light:focus{
  --border-opacity: 1 !important;
  border-color: #51d88a !important;
  border-color: rgba(81, 216, 138, var(--border-opacity)) !important;
}

.focus\:border-green-lighter:focus{
  --border-opacity: 1 !important;
  border-color: #a2f5bf !important;
  border-color: rgba(162, 245, 191, var(--border-opacity)) !important;
}

.focus\:border-green-lightest:focus{
  --border-opacity: 1 !important;
  border-color: #e3fcec !important;
  border-color: rgba(227, 252, 236, var(--border-opacity)) !important;
}

.focus\:border-teal-darkest:focus{
  --border-opacity: 1 !important;
  border-color: #0d3331 !important;
  border-color: rgba(13, 51, 49, var(--border-opacity)) !important;
}

.focus\:border-teal-darker:focus{
  --border-opacity: 1 !important;
  border-color: #20504f !important;
  border-color: rgba(32, 80, 79, var(--border-opacity)) !important;
}

.focus\:border-teal-dark:focus{
  --border-opacity: 1 !important;
  border-color: #38a89d !important;
  border-color: rgba(56, 168, 157, var(--border-opacity)) !important;
}

.focus\:border-teal:focus{
  --border-opacity: 1 !important;
  border-color: #4dc0b5 !important;
  border-color: rgba(77, 192, 181, var(--border-opacity)) !important;
}

.focus\:border-teal-light:focus{
  --border-opacity: 1 !important;
  border-color: #64d5ca !important;
  border-color: rgba(100, 213, 202, var(--border-opacity)) !important;
}

.focus\:border-teal-lighter:focus{
  --border-opacity: 1 !important;
  border-color: #a0f0ed !important;
  border-color: rgba(160, 240, 237, var(--border-opacity)) !important;
}

.focus\:border-teal-lightest:focus{
  --border-opacity: 1 !important;
  border-color: #e8fffe !important;
  border-color: rgba(232, 255, 254, var(--border-opacity)) !important;
}

.focus\:border-blue-darkest:focus{
  --border-opacity: 1 !important;
  border-color: #12283a !important;
  border-color: rgba(18, 40, 58, var(--border-opacity)) !important;
}

.focus\:border-blue-darker:focus{
  --border-opacity: 1 !important;
  border-color: #1c3d5a !important;
  border-color: rgba(28, 61, 90, var(--border-opacity)) !important;
}

.focus\:border-blue-dark:focus{
  --border-opacity: 1 !important;
  border-color: #2779bd !important;
  border-color: rgba(39, 121, 189, var(--border-opacity)) !important;
}

.focus\:border-blue:focus{
  --border-opacity: 1 !important;
  border-color: #3490dc !important;
  border-color: rgba(52, 144, 220, var(--border-opacity)) !important;
}

.focus\:border-blue-light:focus{
  --border-opacity: 1 !important;
  border-color: #6cb2eb !important;
  border-color: rgba(108, 178, 235, var(--border-opacity)) !important;
}

.focus\:border-blue-lighter:focus{
  --border-opacity: 1 !important;
  border-color: #bcdefa !important;
  border-color: rgba(188, 222, 250, var(--border-opacity)) !important;
}

.focus\:border-blue-lightest:focus{
  --border-opacity: 1 !important;
  border-color: #eff8ff !important;
  border-color: rgba(239, 248, 255, var(--border-opacity)) !important;
}

.focus\:border-indigo-darkest:focus{
  --border-opacity: 1 !important;
  border-color: #191e38 !important;
  border-color: rgba(25, 30, 56, var(--border-opacity)) !important;
}

.focus\:border-indigo-darker:focus{
  --border-opacity: 1 !important;
  border-color: #2f365f !important;
  border-color: rgba(47, 54, 95, var(--border-opacity)) !important;
}

.focus\:border-indigo-dark:focus{
  --border-opacity: 1 !important;
  border-color: #5661b3 !important;
  border-color: rgba(86, 97, 179, var(--border-opacity)) !important;
}

.focus\:border-indigo:focus{
  --border-opacity: 1 !important;
  border-color: #6574cd !important;
  border-color: rgba(101, 116, 205, var(--border-opacity)) !important;
}

.focus\:border-indigo-light:focus{
  --border-opacity: 1 !important;
  border-color: #7886d7 !important;
  border-color: rgba(120, 134, 215, var(--border-opacity)) !important;
}

.focus\:border-indigo-lighter:focus{
  --border-opacity: 1 !important;
  border-color: #b2b7ff !important;
  border-color: rgba(178, 183, 255, var(--border-opacity)) !important;
}

.focus\:border-indigo-lightest:focus{
  --border-opacity: 1 !important;
  border-color: #e6e8ff !important;
  border-color: rgba(230, 232, 255, var(--border-opacity)) !important;
}

.focus\:border-purple-darkest:focus{
  --border-opacity: 1 !important;
  border-color: #21183c !important;
  border-color: rgba(33, 24, 60, var(--border-opacity)) !important;
}

.focus\:border-purple-darker:focus{
  --border-opacity: 1 !important;
  border-color: #382b5f !important;
  border-color: rgba(56, 43, 95, var(--border-opacity)) !important;
}

.focus\:border-purple-dark:focus{
  --border-opacity: 1 !important;
  border-color: #794acf !important;
  border-color: rgba(121, 74, 207, var(--border-opacity)) !important;
}

.focus\:border-purple:focus{
  --border-opacity: 1 !important;
  border-color: #9561e2 !important;
  border-color: rgba(149, 97, 226, var(--border-opacity)) !important;
}

.focus\:border-purple-light:focus{
  --border-opacity: 1 !important;
  border-color: #a779e9 !important;
  border-color: rgba(167, 121, 233, var(--border-opacity)) !important;
}

.focus\:border-purple-lighter:focus{
  --border-opacity: 1 !important;
  border-color: #d6bbfc !important;
  border-color: rgba(214, 187, 252, var(--border-opacity)) !important;
}

.focus\:border-purple-lightest:focus{
  --border-opacity: 1 !important;
  border-color: #f3ebff !important;
  border-color: rgba(243, 235, 255, var(--border-opacity)) !important;
}

.focus\:border-pink-darkest:focus{
  --border-opacity: 1 !important;
  border-color: #451225 !important;
  border-color: rgba(69, 18, 37, var(--border-opacity)) !important;
}

.focus\:border-pink-darker:focus{
  --border-opacity: 1 !important;
  border-color: #6f213f !important;
  border-color: rgba(111, 33, 63, var(--border-opacity)) !important;
}

.focus\:border-pink-dark:focus{
  --border-opacity: 1 !important;
  border-color: #eb5286 !important;
  border-color: rgba(235, 82, 134, var(--border-opacity)) !important;
}

.focus\:border-pink:focus{
  --border-opacity: 1 !important;
  border-color: #f66d9b !important;
  border-color: rgba(246, 109, 155, var(--border-opacity)) !important;
}

.focus\:border-pink-light:focus{
  --border-opacity: 1 !important;
  border-color: #fa7ea8 !important;
  border-color: rgba(250, 126, 168, var(--border-opacity)) !important;
}

.focus\:border-pink-lighter:focus{
  --border-opacity: 1 !important;
  border-color: #ffbbca !important;
  border-color: rgba(255, 187, 202, var(--border-opacity)) !important;
}

.focus\:border-pink-lightest:focus{
  --border-opacity: 1 !important;
  border-color: #ffebef !important;
  border-color: rgba(255, 235, 239, var(--border-opacity)) !important;
}

.border-opacity-0{
  --border-opacity: 0 !important;
}

.border-opacity-25{
  --border-opacity: 0.25 !important;
}

.border-opacity-50{
  --border-opacity: 0.5 !important;
}

.border-opacity-75{
  --border-opacity: 0.75 !important;
}

.border-opacity-100{
  --border-opacity: 1 !important;
}

.hover\:border-opacity-0:hover{
  --border-opacity: 0 !important;
}

.hover\:border-opacity-25:hover{
  --border-opacity: 0.25 !important;
}

.hover\:border-opacity-50:hover{
  --border-opacity: 0.5 !important;
}

.hover\:border-opacity-75:hover{
  --border-opacity: 0.75 !important;
}

.hover\:border-opacity-100:hover{
  --border-opacity: 1 !important;
}

.focus\:border-opacity-0:focus{
  --border-opacity: 0 !important;
}

.focus\:border-opacity-25:focus{
  --border-opacity: 0.25 !important;
}

.focus\:border-opacity-50:focus{
  --border-opacity: 0.5 !important;
}

.focus\:border-opacity-75:focus{
  --border-opacity: 0.75 !important;
}

.focus\:border-opacity-100:focus{
  --border-opacity: 1 !important;
}

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

.rounded-sm{
  border-radius: 0.125rem !important;
}

.rounded{
  border-radius: 0.25rem !important;
}

.rounded-md{
  border-radius: 0.375rem !important;
}

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

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

.rounded-2xl{
  border-radius: 1rem !important;
}

.rounded-3xl{
  border-radius: 1.5rem !important;
}

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

.rounded-t-none{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-r-none{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-b-none{
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-l-none{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-t-sm{
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-r-sm{
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-b-sm{
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-l-sm{
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-t{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-r{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-b{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-l{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-r-xl{
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-l-xl{
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-t-2xl{
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-r-2xl{
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-b-2xl{
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-l-2xl{
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-t-3xl{
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.rounded-r-3xl{
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-l-3xl{
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-t-full{
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-full{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-full{
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-full{
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-none{
  border-top-left-radius: 0 !important;
}

.rounded-tr-none{
  border-top-right-radius: 0 !important;
}

.rounded-br-none{
  border-bottom-right-radius: 0 !important;
}

.rounded-bl-none{
  border-bottom-left-radius: 0 !important;
}

.rounded-tl-sm{
  border-top-left-radius: 0.125rem !important;
}

.rounded-tr-sm{
  border-top-right-radius: 0.125rem !important;
}

.rounded-br-sm{
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-bl-sm{
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-tl{
  border-top-left-radius: 0.25rem !important;
}

.rounded-tr{
  border-top-right-radius: 0.25rem !important;
}

.rounded-br{
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bl{
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-tl-md{
  border-top-left-radius: 0.375rem !important;
}

.rounded-tr-md{
  border-top-right-radius: 0.375rem !important;
}

.rounded-br-md{
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-tl-lg{
  border-top-left-radius: 0.5rem !important;
}

.rounded-tr-lg{
  border-top-right-radius: 0.5rem !important;
}

.rounded-br-lg{
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-tl-xl{
  border-top-left-radius: 0.75rem !important;
}

.rounded-tr-xl{
  border-top-right-radius: 0.75rem !important;
}

.rounded-br-xl{
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-bl-xl{
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-tl-2xl{
  border-top-left-radius: 1rem !important;
}

.rounded-tr-2xl{
  border-top-right-radius: 1rem !important;
}

.rounded-br-2xl{
  border-bottom-right-radius: 1rem !important;
}

.rounded-bl-2xl{
  border-bottom-left-radius: 1rem !important;
}

.rounded-tl-3xl{
  border-top-left-radius: 1.5rem !important;
}

.rounded-tr-3xl{
  border-top-right-radius: 1.5rem !important;
}

.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-tl-full{
  border-top-left-radius: 9999px !important;
}

.rounded-tr-full{
  border-top-right-radius: 9999px !important;
}

.rounded-br-full{
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-full{
  border-bottom-left-radius: 9999px !important;
}

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

.border-dashed{
  border-style: dashed !important;
}

.border-dotted{
  border-style: dotted !important;
}

.border-double{
  border-style: double !important;
}

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

.border-0{
  border-width: 0 !important;
}

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

.border-4{
  border-width: 4px !important;
}

.border-8{
  border-width: 8px !important;
}

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

.border-t-0{
  border-top-width: 0 !important;
}

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

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

.border-l-0{
  border-left-width: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-border{
  box-sizing: border-box !important;
}

.box-content{
  box-sizing: content-box !important;
}

.cursor-auto{
  cursor: auto !important;
}

.cursor-default{
  cursor: default !important;
}

.cursor-pointer{
  cursor: pointer !important;
}

.cursor-wait{
  cursor: wait !important;
}

.cursor-text{
  cursor: text !important;
}

.cursor-move{
  cursor: move !important;
}

.cursor-not-allowed{
  cursor: not-allowed !important;
}

.block{
  display: block !important;
}

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

.inline{
  display: inline !important;
}

.flex{
  display: flex !important;
}

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

.table{
  display: table !important;
}

.table-caption{
  display: table-caption !important;
}

.table-cell{
  display: table-cell !important;
}

.table-column{
  display: table-column !important;
}

.table-column-group{
  display: table-column-group !important;
}

.table-footer-group{
  display: table-footer-group !important;
}

.table-header-group{
  display: table-header-group !important;
}

.table-row-group{
  display: table-row-group !important;
}

.table-row{
  display: table-row !important;
}

.flow-root{
  display: flow-root !important;
}

.grid{
  display: grid !important;
}

.inline-grid{
  display: inline-grid !important;
}

.contents{
  display: contents !important;
}

.hidden{
  display: none !important;
}

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

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

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

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

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

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

.flex-no-wrap{
  flex-wrap: nowrap !important;
}

.place-items-auto{
  place-items: auto !important;
}

.place-items-start{
  place-items: start !important;
}

.place-items-end{
  place-items: end !important;
}

.place-items-center{
  place-items: center !important;
}

.place-items-stretch{
  place-items: stretch !important;
}

.place-content-center{
  place-content: center !important;
}

.place-content-start{
  place-content: start !important;
}

.place-content-end{
  place-content: end !important;
}

.place-content-between{
  place-content: space-between !important;
}

.place-content-around{
  place-content: space-around !important;
}

.place-content-evenly{
  place-content: space-evenly !important;
}

.place-content-stretch{
  place-content: stretch !important;
}

.place-self-auto{
  place-self: auto !important;
}

.place-self-start{
  place-self: start !important;
}

.place-self-end{
  place-self: end !important;
}

.place-self-center{
  place-self: center !important;
}

.place-self-stretch{
  place-self: stretch !important;
}

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

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

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

.items-baseline{
  align-items: baseline !important;
}

.items-stretch{
  align-items: stretch !important;
}

.content-center{
  align-content: center !important;
}

.content-start{
  align-content: flex-start !important;
}

.content-end{
  align-content: flex-end !important;
}

.content-between{
  align-content: space-between !important;
}

.content-around{
  align-content: space-around !important;
}

.content-evenly{
  align-content: space-evenly !important;
}

.self-auto{
  align-self: auto !important;
}

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

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

.self-center{
  align-self: center !important;
}

.self-stretch{
  align-self: stretch !important;
}

.justify-items-auto{
  justify-items: auto !important;
}

.justify-items-start{
  justify-items: start !important;
}

.justify-items-end{
  justify-items: end !important;
}

.justify-items-center{
  justify-items: center !important;
}

.justify-items-stretch{
  justify-items: stretch !important;
}

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

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

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

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

.justify-around{
  justify-content: space-around !important;
}

.justify-evenly{
  justify-content: space-evenly !important;
}

.justify-self-auto{
  justify-self: auto !important;
}

.justify-self-start{
  justify-self: start !important;
}

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

.justify-self-center{
  justify-self: center !important;
}

.justify-self-stretch{
  justify-self: stretch !important;
}

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

.flex-auto{
  flex: 1 1 auto !important;
}

.flex-initial{
  flex: 0 1 auto !important;
}

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

.flex-grow-0{
  flex-grow: 0 !important;
}

.flex-grow{
  flex-grow: 1 !important;
}

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

.flex-shrink{
  flex-shrink: 1 !important;
}

.order-1{
  order: 1 !important;
}

.order-2{
  order: 2 !important;
}

.order-3{
  order: 3 !important;
}

.order-4{
  order: 4 !important;
}

.order-5{
  order: 5 !important;
}

.order-6{
  order: 6 !important;
}

.order-7{
  order: 7 !important;
}

.order-8{
  order: 8 !important;
}

.order-9{
  order: 9 !important;
}

.order-10{
  order: 10 !important;
}

.order-11{
  order: 11 !important;
}

.order-12{
  order: 12 !important;
}

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

.order-last{
  order: 9999 !important;
}

.order-none{
  order: 0 !important;
}

.clear-left{
  clear: left !important;
}

.clear-right{
  clear: right !important;
}

.clear-both{
  clear: both !important;
}

.clear-none{
  clear: none !important;
}

.font-sans{
  font-family: 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" !important;
}

.font-serif{
  font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.font-mono{
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.font-hairline{
  font-weight: 100 !important;
}

.font-thin{
  font-weight: 200 !important;
}

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

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

.font-medium{
  font-weight: 500 !important;
}

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

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

.font-extrabold{
  font-weight: 800 !important;
}

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

.hover\:font-hairline:hover{
  font-weight: 100 !important;
}

.hover\:font-thin:hover{
  font-weight: 200 !important;
}

.hover\:font-light:hover{
  font-weight: 300 !important;
}

.hover\:font-normal:hover{
  font-weight: 400 !important;
}

.hover\:font-medium:hover{
  font-weight: 500 !important;
}

.hover\:font-semibold:hover{
  font-weight: 600 !important;
}

.hover\:font-bold:hover{
  font-weight: 700 !important;
}

.hover\:font-extrabold:hover{
  font-weight: 800 !important;
}

.hover\:font-black:hover{
  font-weight: 900 !important;
}

.focus\:font-hairline:focus{
  font-weight: 100 !important;
}

.focus\:font-thin:focus{
  font-weight: 200 !important;
}

.focus\:font-light:focus{
  font-weight: 300 !important;
}

.focus\:font-normal:focus{
  font-weight: 400 !important;
}

.focus\:font-medium:focus{
  font-weight: 500 !important;
}

.focus\:font-semibold:focus{
  font-weight: 600 !important;
}

.focus\:font-bold:focus{
  font-weight: 700 !important;
}

.focus\:font-extrabold:focus{
  font-weight: 800 !important;
}

.focus\:font-black:focus{
  font-weight: 900 !important;
}

.h-0{
  height: 0 !important;
}

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

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

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

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

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

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

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

.h-10{
  height: 2.5rem !important;
}

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

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

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

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

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

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

.h-48{
  height: 12rem !important;
}

.h-56{
  height: 14rem !important;
}

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

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

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

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

.h-screen{
  height: 100vh !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-4xl{
  font-size: 2.25rem !important;
}

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

.text-6xl{
  font-size: 4rem !important;
}

.leading-3{
  line-height: .75rem !important;
}

.leading-4{
  line-height: 1rem !important;
}

.leading-5{
  line-height: 1.25rem !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-snug{
  line-height: 1.375 !important;
}

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

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

.leading-loose{
  line-height: 2 !important;
}

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

.list-outside{
  list-style-position: outside !important;
}

.list-none{
  list-style-type: none !important;
}

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

.list-decimal{
  list-style-type: decimal !important;
}

.m-0{
  margin: 0 !important;
}

.m-1{
  margin: 0.25rem !important;
}

.m-2{
  margin: 0.5rem !important;
}

.m-3{
  margin: 0.75rem !important;
}

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

.m-5{
  margin: 1.25rem !important;
}

.m-6{
  margin: 1.5rem !important;
}

.m-8{
  margin: 2rem !important;
}

.m-10{
  margin: 2.5rem !important;
}

.m-12{
  margin: 3rem !important;
}

.m-16{
  margin: 4rem !important;
}

.m-20{
  margin: 5rem !important;
}

.m-24{
  margin: 6rem !important;
}

.m-32{
  margin: 8rem !important;
}

.m-40{
  margin: 10rem !important;
}

.m-48{
  margin: 12rem !important;
}

.m-56{
  margin: 14rem !important;
}

.m-64{
  margin: 16rem !important;
}

.m-auto{
  margin: auto !important;
}

.m-px{
  margin: 1px !important;
}

.-m-1{
  margin: -0.25rem !important;
}

.-m-2{
  margin: -0.5rem !important;
}

.-m-3{
  margin: -0.75rem !important;
}

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

.-m-5{
  margin: -1.25rem !important;
}

.-m-6{
  margin: -1.5rem !important;
}

.-m-8{
  margin: -2rem !important;
}

.-m-10{
  margin: -2.5rem !important;
}

.-m-12{
  margin: -3rem !important;
}

.-m-16{
  margin: -4rem !important;
}

.-m-20{
  margin: -5rem !important;
}

.-m-24{
  margin: -6rem !important;
}

.-m-32{
  margin: -8rem !important;
}

.-m-40{
  margin: -10rem !important;
}

.-m-48{
  margin: -12rem !important;
}

.-m-56{
  margin: -14rem !important;
}

.-m-64{
  margin: -16rem !important;
}

.-m-px{
  margin: -1px !important;
}

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

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

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

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

.my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

.my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.mx-3{
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

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

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

.my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mx-5{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx-6{
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-8{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

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

.my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mx-10{
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

.my-20{
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-20{
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-24{
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-24{
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-32{
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.mx-32{
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-40{
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.mx-40{
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-48{
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.mx-48{
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.my-56{
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.mx-56{
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.my-64{
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.mx-64{
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

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

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

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

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

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

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

.-my-2{
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

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

.-my-3{
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.-mx-3{
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

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

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

.-my-5{
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.-mx-5{
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

.-my-6{
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.-mx-6{
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.-my-8{
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

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

.-my-10{
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.-mx-10{
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.-my-12{
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

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

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

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

.-my-20{
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.-mx-20{
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.-my-24{
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.-mx-24{
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.-my-32{
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.-mx-32{
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.-my-40{
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.-mx-40{
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.-my-48{
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.-mx-48{
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.-my-56{
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.-mx-56{
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.-my-64{
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.-mx-64{
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5{
  margin-left: 1.25rem !important;
}

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

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

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

.ml-6{
  margin-left: 1.5rem !important;
}

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

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

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

.ml-8{
  margin-left: 2rem !important;
}

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

.mr-10{
  margin-right: 2.5rem !important;
}

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

.ml-10{
  margin-left: 2.5rem !important;
}

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

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

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

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

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

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

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

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

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

.mr-20{
  margin-right: 5rem !important;
}

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

.ml-20{
  margin-left: 5rem !important;
}

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

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

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

.ml-24{
  margin-left: 6rem !important;
}

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

.mr-32{
  margin-right: 8rem !important;
}

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

.ml-32{
  margin-left: 8rem !important;
}

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

.mr-40{
  margin-right: 10rem !important;
}

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

.ml-40{
  margin-left: 10rem !important;
}

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

.mr-48{
  margin-right: 12rem !important;
}

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

.ml-48{
  margin-left: 12rem !important;
}

.mt-56{
  margin-top: 14rem !important;
}

.mr-56{
  margin-right: 14rem !important;
}

.mb-56{
  margin-bottom: 14rem !important;
}

.ml-56{
  margin-left: 14rem !important;
}

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

.mr-64{
  margin-right: 16rem !important;
}

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

.ml-64{
  margin-left: 16rem !important;
}

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

.mr-auto{
  margin-right: auto !important;
}

.mb-auto{
  margin-bottom: auto !important;
}

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

.mt-px{
  margin-top: 1px !important;
}

.mr-px{
  margin-right: 1px !important;
}

.mb-px{
  margin-bottom: 1px !important;
}

.ml-px{
  margin-left: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-ml-5{
  margin-left: -1.25rem !important;
}

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

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

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

.-ml-6{
  margin-left: -1.5rem !important;
}

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

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

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

.-ml-8{
  margin-left: -2rem !important;
}

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

.-mr-10{
  margin-right: -2.5rem !important;
}

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

.-ml-10{
  margin-left: -2.5rem !important;
}

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

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

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

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

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

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

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

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

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

.-mr-20{
  margin-right: -5rem !important;
}

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

.-ml-20{
  margin-left: -5rem !important;
}

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

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

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

.-ml-24{
  margin-left: -6rem !important;
}

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

.-mr-32{
  margin-right: -8rem !important;
}

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

.-ml-32{
  margin-left: -8rem !important;
}

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

.-mr-40{
  margin-right: -10rem !important;
}

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

.-ml-40{
  margin-left: -10rem !important;
}

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

.-mr-48{
  margin-right: -12rem !important;
}

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

.-ml-48{
  margin-left: -12rem !important;
}

.-mt-56{
  margin-top: -14rem !important;
}

.-mr-56{
  margin-right: -14rem !important;
}

.-mb-56{
  margin-bottom: -14rem !important;
}

.-ml-56{
  margin-left: -14rem !important;
}

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

.-mr-64{
  margin-right: -16rem !important;
}

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

.-ml-64{
  margin-left: -16rem !important;
}

.-mt-px{
  margin-top: -1px !important;
}

.-mr-px{
  margin-right: -1px !important;
}

.-mb-px{
  margin-bottom: -1px !important;
}

.-ml-px{
  margin-left: -1px !important;
}

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

.max-h-screen{
  max-height: 100vh !important;
}

.max-w-none{
  max-width: none !important;
}

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

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

.max-w-md{
  max-width: 28rem !important;
}

.max-w-lg{
  max-width: 32rem !important;
}

.max-w-xl{
  max-width: 36rem !important;
}

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

.max-w-3xl{
  max-width: 48rem !important;
}

.max-w-4xl{
  max-width: 56rem !important;
}

.max-w-5xl{
  max-width: 64rem !important;
}

.max-w-6xl{
  max-width: 72rem !important;
}

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

.max-w-screen-sm{
  max-width: 576px !important;
}

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

.max-w-screen-lg{
  max-width: 992px !important;
}

.max-w-screen-xl{
  max-width: 1200px !important;
}

.min-h-0{
  min-height: 0 !important;
}

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

.min-h-screen{
  min-height: 100vh !important;
}

.min-w-0{
  min-width: 0 !important;
}

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

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

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

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

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

.object-scale-down{
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

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

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

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

.object-left-bottom{
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top{
  -o-object-position: left top !important;
     object-position: left top !important;
}

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

.object-right-bottom{
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top{
  -o-object-position: right top !important;
     object-position: right top !important;
}

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

.opacity-0{
  opacity: 0 !important;
}

.opacity-25{
  opacity: 0.25 !important;
}

.opacity-50{
  opacity: 0.5 !important;
}

.opacity-75{
  opacity: 0.75 !important;
}

.opacity-100{
  opacity: 1 !important;
}

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

.outline-white{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.outline-black{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

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

.focus\:outline-white:focus{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:outline-black:focus{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.overflow-auto{
  overflow: auto !important;
}

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

.overflow-visible{
  overflow: visible !important;
}

.overflow-scroll{
  overflow: scroll !important;
}

.overflow-x-auto{
  overflow-x: auto !important;
}

.overflow-y-auto{
  overflow-y: auto !important;
}

.overflow-x-hidden{
  overflow-x: hidden !important;
}

.overflow-y-hidden{
  overflow-y: hidden !important;
}

.overflow-x-visible{
  overflow-x: visible !important;
}

.overflow-y-visible{
  overflow-y: visible !important;
}

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

.overflow-y-scroll{
  overflow-y: scroll !important;
}

.scrolling-touch{
  -webkit-overflow-scrolling: touch !important;
}

.scrolling-auto{
  -webkit-overflow-scrolling: auto !important;
}

.overscroll-auto{
  overscroll-behavior: auto !important;
}

.overscroll-contain{
  overscroll-behavior: contain !important;
}

.overscroll-none{
  overscroll-behavior: none !important;
}

.overscroll-y-auto{
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain{
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none{
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto{
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain{
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none{
  overscroll-behavior-x: none !important;
}

.p-0{
  padding: 0 !important;
}

.p-1{
  padding: 0.25rem !important;
}

.p-2{
  padding: 0.5rem !important;
}

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

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

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

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

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

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

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

.p-16{
  padding: 4rem !important;
}

.p-20{
  padding: 5rem !important;
}

.p-24{
  padding: 6rem !important;
}

.p-32{
  padding: 8rem !important;
}

.p-40{
  padding: 10rem !important;
}

.p-48{
  padding: 12rem !important;
}

.p-56{
  padding: 14rem !important;
}

.p-64{
  padding: 16rem !important;
}

.p-px{
  padding: 1px !important;
}

.py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

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

.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

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

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

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

.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

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

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

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

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

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

.px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

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

.px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

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

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

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

.px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

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

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

.py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

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

.px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

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

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

.pt-0{
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-3{
  padding-left: 0.75rem !important;
}

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

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

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

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

.pt-5{
  padding-top: 1.25rem !important;
}

.pr-5{
  padding-right: 1.25rem !important;
}

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

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

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

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

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

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

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

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

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

.pl-8{
  padding-left: 2rem !important;
}

.pt-10{
  padding-top: 2.5rem !important;
}

.pr-10{
  padding-right: 2.5rem !important;
}

.pb-10{
  padding-bottom: 2.5rem !important;
}

.pl-10{
  padding-left: 2.5rem !important;
}

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

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

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

.pl-12{
  padding-left: 3rem !important;
}

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

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

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

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

.pt-20{
  padding-top: 5rem !important;
}

.pr-20{
  padding-right: 5rem !important;
}

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

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

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

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

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

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

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

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

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

.pl-32{
  padding-left: 8rem !important;
}

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

.pr-40{
  padding-right: 10rem !important;
}

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

.pl-40{
  padding-left: 10rem !important;
}

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

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

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

.pl-48{
  padding-left: 12rem !important;
}

.pt-56{
  padding-top: 14rem !important;
}

.pr-56{
  padding-right: 14rem !important;
}

.pb-56{
  padding-bottom: 14rem !important;
}

.pl-56{
  padding-left: 14rem !important;
}

.pt-64{
  padding-top: 16rem !important;
}

.pr-64{
  padding-right: 16rem !important;
}

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

.pl-64{
  padding-left: 16rem !important;
}

.pt-px{
  padding-top: 1px !important;
}

.pr-px{
  padding-right: 1px !important;
}

.pb-px{
  padding-bottom: 1px !important;
}

.pl-px{
  padding-left: 1px !important;
}

.placeholder-transparent::-moz-placeholder{
  color: transparent !important;
}

.placeholder-transparent::placeholder{
  color: transparent !important;
}

.placeholder-black-real::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black-real::placeholder{
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22292f !important;
  color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
}

.placeholder-black::placeholder{
  --placeholder-opacity: 1 !important;
  color: #22292f !important;
  color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
}

.placeholder-grey-darkest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3d4852 !important;
  color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
}

.placeholder-grey-darkest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3d4852 !important;
  color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
}

.placeholder-grey-darker::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #606f7b !important;
  color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
}

.placeholder-grey-darker::placeholder{
  --placeholder-opacity: 1 !important;
  color: #606f7b !important;
  color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
}

.placeholder-grey-dark::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8795a1 !important;
  color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
}

.placeholder-grey-dark::placeholder{
  --placeholder-opacity: 1 !important;
  color: #8795a1 !important;
  color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
}

.placeholder-grey::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b8c2cc !important;
  color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
}

.placeholder-grey::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b8c2cc !important;
  color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
}

.placeholder-grey-light::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dae1e7 !important;
  color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
}

.placeholder-grey-light::placeholder{
  --placeholder-opacity: 1 !important;
  color: #dae1e7 !important;
  color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
}

.placeholder-grey-lighter::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f1f5f8 !important;
  color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
}

.placeholder-grey-lighter::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f1f5f8 !important;
  color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
}

.placeholder-grey-lightest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
}

.placeholder-grey-lightest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
}

.placeholder-white::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

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

.placeholder-red-darkest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3b0d0c !important;
  color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
}

.placeholder-red-darkest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3b0d0c !important;
  color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
}

.placeholder-red-darker::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #621b18 !important;
  color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
}

.placeholder-red-darker::placeholder{
  --placeholder-opacity: 1 !important;
  color: #621b18 !important;
  color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
}

.placeholder-red-dark::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cc1f1a !important;
  color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
}

.placeholder-red-dark::placeholder{
  --placeholder-opacity: 1 !important;
  color: #cc1f1a !important;
  color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
}

.placeholder-red::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3342f !important;
  color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
}

.placeholder-red::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3342f !important;
  color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
}

.placeholder-red-light::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ef5753 !important;
  color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
}

.placeholder-red-light::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ef5753 !important;
  color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
}

.placeholder-red-lighter::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f9acaa !important;
  color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
}

.placeholder-red-lighter::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f9acaa !important;
  color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
}

.placeholder-red-lightest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcebea !important;
  color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
}

.placeholder-red-lightest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcebea !important;
  color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
}

.placeholder-orange-darkest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #462a16 !important;
  color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
}

.placeholder-orange-darkest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #462a16 !important;
  color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
}

.placeholder-orange-darker::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #613b1f !important;
  color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
}

.placeholder-orange-darker::placeholder{
  --placeholder-opacity: 1 !important;
  color: #613b1f !important;
  color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
}

.placeholder-orange-dark::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #de751f !important;
  color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
}

.placeholder-orange-dark::placeholder{
  --placeholder-opacity: 1 !important;
  color: #de751f !important;
  color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
}

.placeholder-orange::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6993f !important;
  color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
}

.placeholder-orange::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6993f !important;
  color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
}

.placeholder-orange-light::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faad63 !important;
  color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
}

.placeholder-orange-light::placeholder{
  --placeholder-opacity: 1 !important;
  color: #faad63 !important;
  color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
}

.placeholder-orange-lighter::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcd9b6 !important;
  color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
}

.placeholder-orange-lighter::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcd9b6 !important;
  color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
}

.placeholder-orange-lightest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5eb !important;
  color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
}

.placeholder-orange-lightest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5eb !important;
  color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-darkest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #453411 !important;
  color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-darkest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #453411 !important;
  color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-darker::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #684f1d !important;
  color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-darker::placeholder{
  --placeholder-opacity: 1 !important;
  color: #684f1d !important;
  color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-dark::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f2d024 !important;
  color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-dark::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f2d024 !important;
  color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
}

.placeholder-yellow::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffed4a !important;
  color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
}

.placeholder-yellow::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffed4a !important;
  color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-light::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff382 !important;
  color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-light::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff382 !important;
  color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-lighter::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff9c2 !important;
  color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-lighter::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff9c2 !important;
  color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-lightest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcfbeb !important;
  color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-lightest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcfbeb !important;
  color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
}

.placeholder-green-darkest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0f2f21 !important;
  color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
}

.placeholder-green-darkest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #0f2f21 !important;
  color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
}

.placeholder-green-darker::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a4731 !important;
  color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
}

.placeholder-green-darker::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a4731 !important;
  color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
}

.placeholder-green-dark::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1f9d55 !important;
  color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
}

.placeholder-green-dark::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1f9d55 !important;
  color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
}

.placeholder-green::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38c172 !important;
  color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
}

.placeholder-green::placeholder{
  --placeholder-opacity: 1 !important;
  color: #38c172 !important;
  color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
}

.placeholder-green-light::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #51d88a !important;
  color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
}

.placeholder-green-light::placeholder{
  --placeholder-opacity: 1 !important;
  color: #51d88a !important;
  color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
}

.placeholder-green-lighter::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a2f5bf !important;
  color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
}

.placeholder-green-lighter::placeholder{
  --placeholder-opacity: 1 !important;
  color: #a2f5bf !important;
  color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
}

.placeholder-green-lightest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3fcec !important;
  color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
}

.placeholder-green-lightest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3fcec !important;
  color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
}

.placeholder-teal-darkest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0d3331 !important;
  color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
}

.placeholder-teal-darkest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #0d3331 !important;
  color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
}

.placeholder-teal-darker::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #20504f !important;
  color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
}

.placeholder-teal-darker::placeholder{
  --placeholder-opacity: 1 !important;
  color: #20504f !important;
  color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
}

.placeholder-teal-dark::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a89d !important;
  color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
}

.placeholder-teal-dark::placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a89d !important;
  color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
}

.placeholder-teal::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4dc0b5 !important;
  color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
}

.placeholder-teal::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4dc0b5 !important;
  color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
}

.placeholder-teal-light::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #64d5ca !important;
  color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
}

.placeholder-teal-light::placeholder{
  --placeholder-opacity: 1 !important;
  color: #64d5ca !important;
  color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
}

.placeholder-teal-lighter::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0f0ed !important;
  color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
}

.placeholder-teal-lighter::placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0f0ed !important;
  color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
}

.placeholder-teal-lightest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e8fffe !important;
  color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
}

.placeholder-teal-lightest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e8fffe !important;
  color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
}

.placeholder-blue-darkest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #12283a !important;
  color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
}

.placeholder-blue-darkest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #12283a !important;
  color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
}

.placeholder-blue-darker::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1c3d5a !important;
  color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
}

.placeholder-blue-darker::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1c3d5a !important;
  color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
}

.placeholder-blue-dark::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2779bd !important;
  color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
}

.placeholder-blue-dark::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2779bd !important;
  color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
}

.placeholder-blue::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3490dc !important;
  color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
}

.placeholder-blue::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3490dc !important;
  color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
}

.placeholder-blue-light::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6cb2eb !important;
  color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
}

.placeholder-blue-light::placeholder{
  --placeholder-opacity: 1 !important;
  color: #6cb2eb !important;
  color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
}

.placeholder-blue-lighter::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bcdefa !important;
  color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
}

.placeholder-blue-lighter::placeholder{
  --placeholder-opacity: 1 !important;
  color: #bcdefa !important;
  color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
}

.placeholder-blue-lightest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #eff8ff !important;
  color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blue-lightest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #eff8ff !important;
  color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-darkest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #191e38 !important;
  color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-darkest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #191e38 !important;
  color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-darker::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f365f !important;
  color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-darker::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f365f !important;
  color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-dark::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5661b3 !important;
  color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-dark::placeholder{
  --placeholder-opacity: 1 !important;
  color: #5661b3 !important;
  color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
}

.placeholder-indigo::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6574cd !important;
  color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
}

.placeholder-indigo::placeholder{
  --placeholder-opacity: 1 !important;
  color: #6574cd !important;
  color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-light::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7886d7 !important;
  color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-light::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7886d7 !important;
  color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-lighter::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2b7ff !important;
  color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-lighter::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2b7ff !important;
  color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-lightest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6e8ff !important;
  color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-lightest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6e8ff !important;
  color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-darkest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #21183c !important;
  color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
}

.placeholder-purple-darkest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #21183c !important;
  color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
}

.placeholder-purple-darker::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #382b5f !important;
  color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
}

.placeholder-purple-darker::placeholder{
  --placeholder-opacity: 1 !important;
  color: #382b5f !important;
  color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
}

.placeholder-purple-dark::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #794acf !important;
  color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
}

.placeholder-purple-dark::placeholder{
  --placeholder-opacity: 1 !important;
  color: #794acf !important;
  color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
}

.placeholder-purple::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9561e2 !important;
  color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
}

.placeholder-purple::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9561e2 !important;
  color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
}

.placeholder-purple-light::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a779e9 !important;
  color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
}

.placeholder-purple-light::placeholder{
  --placeholder-opacity: 1 !important;
  color: #a779e9 !important;
  color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
}

.placeholder-purple-lighter::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bbfc !important;
  color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
}

.placeholder-purple-lighter::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bbfc !important;
  color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
}

.placeholder-purple-lightest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f3ebff !important;
  color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-lightest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f3ebff !important;
  color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
}

.placeholder-pink-darkest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #451225 !important;
  color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
}

.placeholder-pink-darkest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #451225 !important;
  color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
}

.placeholder-pink-darker::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6f213f !important;
  color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
}

.placeholder-pink-darker::placeholder{
  --placeholder-opacity: 1 !important;
  color: #6f213f !important;
  color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
}

.placeholder-pink-dark::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #eb5286 !important;
  color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
}

.placeholder-pink-dark::placeholder{
  --placeholder-opacity: 1 !important;
  color: #eb5286 !important;
  color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
}

.placeholder-pink::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f66d9b !important;
  color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
}

.placeholder-pink::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f66d9b !important;
  color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
}

.placeholder-pink-light::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fa7ea8 !important;
  color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
}

.placeholder-pink-light::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fa7ea8 !important;
  color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
}

.placeholder-pink-lighter::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffbbca !important;
  color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
}

.placeholder-pink-lighter::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffbbca !important;
  color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
}

.placeholder-pink-lightest::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffebef !important;
  color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
}

.placeholder-pink-lightest::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffebef !important;
  color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-transparent:focus::-moz-placeholder{
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::placeholder{
  color: transparent !important;
}

.focus\:placeholder-black-real:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black-real:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22292f !important;
  color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #22292f !important;
  color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-darkest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3d4852 !important;
  color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-darkest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3d4852 !important;
  color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-darker:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #606f7b !important;
  color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-darker:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #606f7b !important;
  color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-dark:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8795a1 !important;
  color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-dark:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #8795a1 !important;
  color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b8c2cc !important;
  color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b8c2cc !important;
  color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-light:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dae1e7 !important;
  color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-light:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #dae1e7 !important;
  color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-lighter:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f1f5f8 !important;
  color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-lighter:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f1f5f8 !important;
  color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-lightest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-lightest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-darkest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3b0d0c !important;
  color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-darkest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3b0d0c !important;
  color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-darker:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #621b18 !important;
  color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-darker:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #621b18 !important;
  color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-dark:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cc1f1a !important;
  color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-dark:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #cc1f1a !important;
  color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3342f !important;
  color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3342f !important;
  color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-light:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ef5753 !important;
  color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-light:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ef5753 !important;
  color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-lighter:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f9acaa !important;
  color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-lighter:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f9acaa !important;
  color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-lightest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcebea !important;
  color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-lightest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcebea !important;
  color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-darkest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #462a16 !important;
  color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-darkest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #462a16 !important;
  color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-darker:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #613b1f !important;
  color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-darker:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #613b1f !important;
  color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-dark:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #de751f !important;
  color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-dark:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #de751f !important;
  color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6993f !important;
  color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6993f !important;
  color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-light:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faad63 !important;
  color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-light:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #faad63 !important;
  color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-lighter:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcd9b6 !important;
  color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-lighter:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcd9b6 !important;
  color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-lightest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5eb !important;
  color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-lightest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5eb !important;
  color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-darkest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #453411 !important;
  color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-darkest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #453411 !important;
  color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-darker:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #684f1d !important;
  color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-darker:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #684f1d !important;
  color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-dark:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f2d024 !important;
  color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-dark:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f2d024 !important;
  color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffed4a !important;
  color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffed4a !important;
  color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-light:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff382 !important;
  color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-light:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff382 !important;
  color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-lighter:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff9c2 !important;
  color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-lighter:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff9c2 !important;
  color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-lightest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcfbeb !important;
  color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-lightest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcfbeb !important;
  color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-darkest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0f2f21 !important;
  color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-darkest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #0f2f21 !important;
  color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-darker:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a4731 !important;
  color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-darker:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a4731 !important;
  color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-dark:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1f9d55 !important;
  color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-dark:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1f9d55 !important;
  color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38c172 !important;
  color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #38c172 !important;
  color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-light:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #51d88a !important;
  color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-light:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #51d88a !important;
  color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-lighter:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a2f5bf !important;
  color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-lighter:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #a2f5bf !important;
  color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-lightest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3fcec !important;
  color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-lightest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3fcec !important;
  color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-darkest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0d3331 !important;
  color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-darkest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #0d3331 !important;
  color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-darker:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #20504f !important;
  color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-darker:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #20504f !important;
  color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-dark:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a89d !important;
  color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-dark:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a89d !important;
  color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4dc0b5 !important;
  color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4dc0b5 !important;
  color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-light:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #64d5ca !important;
  color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-light:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #64d5ca !important;
  color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-lighter:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0f0ed !important;
  color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-lighter:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0f0ed !important;
  color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-lightest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e8fffe !important;
  color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-lightest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e8fffe !important;
  color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-darkest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #12283a !important;
  color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-darkest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #12283a !important;
  color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-darker:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1c3d5a !important;
  color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-darker:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1c3d5a !important;
  color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-dark:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2779bd !important;
  color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-dark:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2779bd !important;
  color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3490dc !important;
  color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3490dc !important;
  color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-light:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6cb2eb !important;
  color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-light:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #6cb2eb !important;
  color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-lighter:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bcdefa !important;
  color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-lighter:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #bcdefa !important;
  color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-lightest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #eff8ff !important;
  color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-lightest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #eff8ff !important;
  color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-darkest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #191e38 !important;
  color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-darkest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #191e38 !important;
  color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-darker:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f365f !important;
  color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-darker:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f365f !important;
  color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-dark:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5661b3 !important;
  color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-dark:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #5661b3 !important;
  color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6574cd !important;
  color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #6574cd !important;
  color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-light:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7886d7 !important;
  color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-light:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7886d7 !important;
  color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-lighter:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2b7ff !important;
  color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-lighter:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2b7ff !important;
  color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-lightest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6e8ff !important;
  color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-lightest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6e8ff !important;
  color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-darkest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #21183c !important;
  color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-darkest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #21183c !important;
  color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-darker:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #382b5f !important;
  color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-darker:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #382b5f !important;
  color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-dark:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #794acf !important;
  color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-dark:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #794acf !important;
  color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9561e2 !important;
  color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9561e2 !important;
  color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-light:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a779e9 !important;
  color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-light:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #a779e9 !important;
  color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-lighter:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bbfc !important;
  color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-lighter:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bbfc !important;
  color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-lightest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f3ebff !important;
  color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-lightest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f3ebff !important;
  color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-darkest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #451225 !important;
  color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-darkest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #451225 !important;
  color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-darker:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6f213f !important;
  color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-darker:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #6f213f !important;
  color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-dark:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #eb5286 !important;
  color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-dark:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #eb5286 !important;
  color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f66d9b !important;
  color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f66d9b !important;
  color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-light:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fa7ea8 !important;
  color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-light:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fa7ea8 !important;
  color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-lighter:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffbbca !important;
  color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-lighter:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffbbca !important;
  color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-lightest:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffebef !important;
  color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-lightest:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffebef !important;
  color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
}

.placeholder-opacity-0::-moz-placeholder{
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder{
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-25::-moz-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::placeholder{
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-50::-moz-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::placeholder{
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-75::-moz-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::placeholder{
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder{
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder{
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder{
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder{
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder{
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
}

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

.pointer-events-auto{
  pointer-events: auto !important;
}

.static{
  position: static !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.sticky{
  position: sticky !important;
}

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

.inset-auto{
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

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

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

.inset-y-auto{
  top: auto !important;
  bottom: auto !important;
}

.inset-x-auto{
  right: auto !important;
  left: auto !important;
}

.top-0{
  top: 0 !important;
}

.right-0{
  right: 0 !important;
}

.bottom-0{
  bottom: 0 !important;
}

.left-0{
  left: 0 !important;
}

.top-auto{
  top: auto !important;
}

.right-auto{
  right: auto !important;
}

.bottom-auto{
  bottom: auto !important;
}

.left-auto{
  left: auto !important;
}

.resize-none{
  resize: none !important;
}

.resize-y{
  resize: vertical !important;
}

.resize-x{
  resize: horizontal !important;
}

.resize{
  resize: both !important;
}

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

.shadow-sm{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

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

.shadow-outline{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.shadow-none{
  box-shadow: none !important;
}

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

.hover\:shadow-sm:hover{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow:hover{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-md:hover{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-lg:hover{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-xl:hover{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

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

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

.hover\:shadow-outline:hover{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.hover\:shadow-none:hover{
  box-shadow: none !important;
}

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

.focus\:shadow-sm:focus{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow:focus{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-md:focus{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-lg:focus{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-xl:focus{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

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

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

.focus\:shadow-outline:focus{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.focus\:shadow-none:focus{
  box-shadow: none !important;
}

.fill-current{
  fill: currentColor !important;
}

.stroke-current{
  stroke: currentColor !important;
}

.stroke-0{
  stroke-width: 0 !important;
}

.stroke-1{
  stroke-width: 1 !important;
}

.stroke-2{
  stroke-width: 2 !important;
}

.table-auto{
  table-layout: auto !important;
}

.table-fixed{
  table-layout: fixed !important;
}

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

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

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

.text-justify{
  text-align: justify !important;
}

.text-transparent{
  color: transparent !important;
}

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

.text-black{
  --text-opacity: 1 !important;
  color: #22292f !important;
  color: rgba(34, 41, 47, var(--text-opacity)) !important;
}

.text-grey-darkest{
  --text-opacity: 1 !important;
  color: #3d4852 !important;
  color: rgba(61, 72, 82, var(--text-opacity)) !important;
}

.text-grey-darker{
  --text-opacity: 1 !important;
  color: #606f7b !important;
  color: rgba(96, 111, 123, var(--text-opacity)) !important;
}

.text-grey-dark{
  --text-opacity: 1 !important;
  color: #8795a1 !important;
  color: rgba(135, 149, 161, var(--text-opacity)) !important;
}

.text-grey{
  --text-opacity: 1 !important;
  color: #b8c2cc !important;
  color: rgba(184, 194, 204, var(--text-opacity)) !important;
}

.text-grey-light{
  --text-opacity: 1 !important;
  color: #dae1e7 !important;
  color: rgba(218, 225, 231, var(--text-opacity)) !important;
}

.text-grey-lighter{
  --text-opacity: 1 !important;
  color: #f1f5f8 !important;
  color: rgba(241, 245, 248, var(--text-opacity)) !important;
}

.text-grey-lightest{
  --text-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--text-opacity)) !important;
}

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

.text-red-darkest{
  --text-opacity: 1 !important;
  color: #3b0d0c !important;
  color: rgba(59, 13, 12, var(--text-opacity)) !important;
}

.text-red-darker{
  --text-opacity: 1 !important;
  color: #621b18 !important;
  color: rgba(98, 27, 24, var(--text-opacity)) !important;
}

.text-red-dark{
  --text-opacity: 1 !important;
  color: #cc1f1a !important;
  color: rgba(204, 31, 26, var(--text-opacity)) !important;
}

.text-red{
  --text-opacity: 1 !important;
  color: #e3342f !important;
  color: rgba(227, 52, 47, var(--text-opacity)) !important;
}

.text-red-light{
  --text-opacity: 1 !important;
  color: #ef5753 !important;
  color: rgba(239, 87, 83, var(--text-opacity)) !important;
}

.text-red-lighter{
  --text-opacity: 1 !important;
  color: #f9acaa !important;
  color: rgba(249, 172, 170, var(--text-opacity)) !important;
}

.text-red-lightest{
  --text-opacity: 1 !important;
  color: #fcebea !important;
  color: rgba(252, 235, 234, var(--text-opacity)) !important;
}

.text-orange-darkest{
  --text-opacity: 1 !important;
  color: #462a16 !important;
  color: rgba(70, 42, 22, var(--text-opacity)) !important;
}

.text-orange-darker{
  --text-opacity: 1 !important;
  color: #613b1f !important;
  color: rgba(97, 59, 31, var(--text-opacity)) !important;
}

.text-orange-dark{
  --text-opacity: 1 !important;
  color: #de751f !important;
  color: rgba(222, 117, 31, var(--text-opacity)) !important;
}

.text-orange{
  --text-opacity: 1 !important;
  color: #f6993f !important;
  color: rgba(246, 153, 63, var(--text-opacity)) !important;
}

.text-orange-light{
  --text-opacity: 1 !important;
  color: #faad63 !important;
  color: rgba(250, 173, 99, var(--text-opacity)) !important;
}

.text-orange-lighter{
  --text-opacity: 1 !important;
  color: #fcd9b6 !important;
  color: rgba(252, 217, 182, var(--text-opacity)) !important;
}

.text-orange-lightest{
  --text-opacity: 1 !important;
  color: #fff5eb !important;
  color: rgba(255, 245, 235, var(--text-opacity)) !important;
}

.text-yellow-darkest{
  --text-opacity: 1 !important;
  color: #453411 !important;
  color: rgba(69, 52, 17, var(--text-opacity)) !important;
}

.text-yellow-darker{
  --text-opacity: 1 !important;
  color: #684f1d !important;
  color: rgba(104, 79, 29, var(--text-opacity)) !important;
}

.text-yellow-dark{
  --text-opacity: 1 !important;
  color: #f2d024 !important;
  color: rgba(242, 208, 36, var(--text-opacity)) !important;
}

.text-yellow{
  --text-opacity: 1 !important;
  color: #ffed4a !important;
  color: rgba(255, 237, 74, var(--text-opacity)) !important;
}

.text-yellow-light{
  --text-opacity: 1 !important;
  color: #fff382 !important;
  color: rgba(255, 243, 130, var(--text-opacity)) !important;
}

.text-yellow-lighter{
  --text-opacity: 1 !important;
  color: #fff9c2 !important;
  color: rgba(255, 249, 194, var(--text-opacity)) !important;
}

.text-yellow-lightest{
  --text-opacity: 1 !important;
  color: #fcfbeb !important;
  color: rgba(252, 251, 235, var(--text-opacity)) !important;
}

.text-green-darkest{
  --text-opacity: 1 !important;
  color: #0f2f21 !important;
  color: rgba(15, 47, 33, var(--text-opacity)) !important;
}

.text-green-darker{
  --text-opacity: 1 !important;
  color: #1a4731 !important;
  color: rgba(26, 71, 49, var(--text-opacity)) !important;
}

.text-green-dark{
  --text-opacity: 1 !important;
  color: #1f9d55 !important;
  color: rgba(31, 157, 85, var(--text-opacity)) !important;
}

.text-green{
  --text-opacity: 1 !important;
  color: #38c172 !important;
  color: rgba(56, 193, 114, var(--text-opacity)) !important;
}

.text-green-light{
  --text-opacity: 1 !important;
  color: #51d88a !important;
  color: rgba(81, 216, 138, var(--text-opacity)) !important;
}

.text-green-lighter{
  --text-opacity: 1 !important;
  color: #a2f5bf !important;
  color: rgba(162, 245, 191, var(--text-opacity)) !important;
}

.text-green-lightest{
  --text-opacity: 1 !important;
  color: #e3fcec !important;
  color: rgba(227, 252, 236, var(--text-opacity)) !important;
}

.text-teal-darkest{
  --text-opacity: 1 !important;
  color: #0d3331 !important;
  color: rgba(13, 51, 49, var(--text-opacity)) !important;
}

.text-teal-darker{
  --text-opacity: 1 !important;
  color: #20504f !important;
  color: rgba(32, 80, 79, var(--text-opacity)) !important;
}

.text-teal-dark{
  --text-opacity: 1 !important;
  color: #38a89d !important;
  color: rgba(56, 168, 157, var(--text-opacity)) !important;
}

.text-teal{
  --text-opacity: 1 !important;
  color: #4dc0b5 !important;
  color: rgba(77, 192, 181, var(--text-opacity)) !important;
}

.text-teal-light{
  --text-opacity: 1 !important;
  color: #64d5ca !important;
  color: rgba(100, 213, 202, var(--text-opacity)) !important;
}

.text-teal-lighter{
  --text-opacity: 1 !important;
  color: #a0f0ed !important;
  color: rgba(160, 240, 237, var(--text-opacity)) !important;
}

.text-teal-lightest{
  --text-opacity: 1 !important;
  color: #e8fffe !important;
  color: rgba(232, 255, 254, var(--text-opacity)) !important;
}

.text-blue-darkest{
  --text-opacity: 1 !important;
  color: #12283a !important;
  color: rgba(18, 40, 58, var(--text-opacity)) !important;
}

.text-blue-darker{
  --text-opacity: 1 !important;
  color: #1c3d5a !important;
  color: rgba(28, 61, 90, var(--text-opacity)) !important;
}

.text-blue-dark{
  --text-opacity: 1 !important;
  color: #2779bd !important;
  color: rgba(39, 121, 189, var(--text-opacity)) !important;
}

.text-blue{
  --text-opacity: 1 !important;
  color: #3490dc !important;
  color: rgba(52, 144, 220, var(--text-opacity)) !important;
}

.text-blue-light{
  --text-opacity: 1 !important;
  color: #6cb2eb !important;
  color: rgba(108, 178, 235, var(--text-opacity)) !important;
}

.text-blue-lighter{
  --text-opacity: 1 !important;
  color: #bcdefa !important;
  color: rgba(188, 222, 250, var(--text-opacity)) !important;
}

.text-blue-lightest{
  --text-opacity: 1 !important;
  color: #eff8ff !important;
  color: rgba(239, 248, 255, var(--text-opacity)) !important;
}

.text-indigo-darkest{
  --text-opacity: 1 !important;
  color: #191e38 !important;
  color: rgba(25, 30, 56, var(--text-opacity)) !important;
}

.text-indigo-darker{
  --text-opacity: 1 !important;
  color: #2f365f !important;
  color: rgba(47, 54, 95, var(--text-opacity)) !important;
}

.text-indigo-dark{
  --text-opacity: 1 !important;
  color: #5661b3 !important;
  color: rgba(86, 97, 179, var(--text-opacity)) !important;
}

.text-indigo{
  --text-opacity: 1 !important;
  color: #6574cd !important;
  color: rgba(101, 116, 205, var(--text-opacity)) !important;
}

.text-indigo-light{
  --text-opacity: 1 !important;
  color: #7886d7 !important;
  color: rgba(120, 134, 215, var(--text-opacity)) !important;
}

.text-indigo-lighter{
  --text-opacity: 1 !important;
  color: #b2b7ff !important;
  color: rgba(178, 183, 255, var(--text-opacity)) !important;
}

.text-indigo-lightest{
  --text-opacity: 1 !important;
  color: #e6e8ff !important;
  color: rgba(230, 232, 255, var(--text-opacity)) !important;
}

.text-purple-darkest{
  --text-opacity: 1 !important;
  color: #21183c !important;
  color: rgba(33, 24, 60, var(--text-opacity)) !important;
}

.text-purple-darker{
  --text-opacity: 1 !important;
  color: #382b5f !important;
  color: rgba(56, 43, 95, var(--text-opacity)) !important;
}

.text-purple-dark{
  --text-opacity: 1 !important;
  color: #794acf !important;
  color: rgba(121, 74, 207, var(--text-opacity)) !important;
}

.text-purple{
  --text-opacity: 1 !important;
  color: #9561e2 !important;
  color: rgba(149, 97, 226, var(--text-opacity)) !important;
}

.text-purple-light{
  --text-opacity: 1 !important;
  color: #a779e9 !important;
  color: rgba(167, 121, 233, var(--text-opacity)) !important;
}

.text-purple-lighter{
  --text-opacity: 1 !important;
  color: #d6bbfc !important;
  color: rgba(214, 187, 252, var(--text-opacity)) !important;
}

.text-purple-lightest{
  --text-opacity: 1 !important;
  color: #f3ebff !important;
  color: rgba(243, 235, 255, var(--text-opacity)) !important;
}

.text-pink-darkest{
  --text-opacity: 1 !important;
  color: #451225 !important;
  color: rgba(69, 18, 37, var(--text-opacity)) !important;
}

.text-pink-darker{
  --text-opacity: 1 !important;
  color: #6f213f !important;
  color: rgba(111, 33, 63, var(--text-opacity)) !important;
}

.text-pink-dark{
  --text-opacity: 1 !important;
  color: #eb5286 !important;
  color: rgba(235, 82, 134, var(--text-opacity)) !important;
}

.text-pink{
  --text-opacity: 1 !important;
  color: #f66d9b !important;
  color: rgba(246, 109, 155, var(--text-opacity)) !important;
}

.text-pink-light{
  --text-opacity: 1 !important;
  color: #fa7ea8 !important;
  color: rgba(250, 126, 168, var(--text-opacity)) !important;
}

.text-pink-lighter{
  --text-opacity: 1 !important;
  color: #ffbbca !important;
  color: rgba(255, 187, 202, var(--text-opacity)) !important;
}

.text-pink-lightest{
  --text-opacity: 1 !important;
  color: #ffebef !important;
  color: rgba(255, 235, 239, var(--text-opacity)) !important;
}

.hover\:text-transparent:hover{
  color: transparent !important;
}

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

.hover\:text-black:hover{
  --text-opacity: 1 !important;
  color: #22292f !important;
  color: rgba(34, 41, 47, var(--text-opacity)) !important;
}

.hover\:text-grey-darkest:hover{
  --text-opacity: 1 !important;
  color: #3d4852 !important;
  color: rgba(61, 72, 82, var(--text-opacity)) !important;
}

.hover\:text-grey-darker:hover{
  --text-opacity: 1 !important;
  color: #606f7b !important;
  color: rgba(96, 111, 123, var(--text-opacity)) !important;
}

.hover\:text-grey-dark:hover{
  --text-opacity: 1 !important;
  color: #8795a1 !important;
  color: rgba(135, 149, 161, var(--text-opacity)) !important;
}

.hover\:text-grey:hover{
  --text-opacity: 1 !important;
  color: #b8c2cc !important;
  color: rgba(184, 194, 204, var(--text-opacity)) !important;
}

.hover\:text-grey-light:hover{
  --text-opacity: 1 !important;
  color: #dae1e7 !important;
  color: rgba(218, 225, 231, var(--text-opacity)) !important;
}

.hover\:text-grey-lighter:hover{
  --text-opacity: 1 !important;
  color: #f1f5f8 !important;
  color: rgba(241, 245, 248, var(--text-opacity)) !important;
}

.hover\:text-grey-lightest:hover{
  --text-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--text-opacity)) !important;
}

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

.hover\:text-red-darkest:hover{
  --text-opacity: 1 !important;
  color: #3b0d0c !important;
  color: rgba(59, 13, 12, var(--text-opacity)) !important;
}

.hover\:text-red-darker:hover{
  --text-opacity: 1 !important;
  color: #621b18 !important;
  color: rgba(98, 27, 24, var(--text-opacity)) !important;
}

.hover\:text-red-dark:hover{
  --text-opacity: 1 !important;
  color: #cc1f1a !important;
  color: rgba(204, 31, 26, var(--text-opacity)) !important;
}

.hover\:text-red:hover{
  --text-opacity: 1 !important;
  color: #e3342f !important;
  color: rgba(227, 52, 47, var(--text-opacity)) !important;
}

.hover\:text-red-light:hover{
  --text-opacity: 1 !important;
  color: #ef5753 !important;
  color: rgba(239, 87, 83, var(--text-opacity)) !important;
}

.hover\:text-red-lighter:hover{
  --text-opacity: 1 !important;
  color: #f9acaa !important;
  color: rgba(249, 172, 170, var(--text-opacity)) !important;
}

.hover\:text-red-lightest:hover{
  --text-opacity: 1 !important;
  color: #fcebea !important;
  color: rgba(252, 235, 234, var(--text-opacity)) !important;
}

.hover\:text-orange-darkest:hover{
  --text-opacity: 1 !important;
  color: #462a16 !important;
  color: rgba(70, 42, 22, var(--text-opacity)) !important;
}

.hover\:text-orange-darker:hover{
  --text-opacity: 1 !important;
  color: #613b1f !important;
  color: rgba(97, 59, 31, var(--text-opacity)) !important;
}

.hover\:text-orange-dark:hover{
  --text-opacity: 1 !important;
  color: #de751f !important;
  color: rgba(222, 117, 31, var(--text-opacity)) !important;
}

.hover\:text-orange:hover{
  --text-opacity: 1 !important;
  color: #f6993f !important;
  color: rgba(246, 153, 63, var(--text-opacity)) !important;
}

.hover\:text-orange-light:hover{
  --text-opacity: 1 !important;
  color: #faad63 !important;
  color: rgba(250, 173, 99, var(--text-opacity)) !important;
}

.hover\:text-orange-lighter:hover{
  --text-opacity: 1 !important;
  color: #fcd9b6 !important;
  color: rgba(252, 217, 182, var(--text-opacity)) !important;
}

.hover\:text-orange-lightest:hover{
  --text-opacity: 1 !important;
  color: #fff5eb !important;
  color: rgba(255, 245, 235, var(--text-opacity)) !important;
}

.hover\:text-yellow-darkest:hover{
  --text-opacity: 1 !important;
  color: #453411 !important;
  color: rgba(69, 52, 17, var(--text-opacity)) !important;
}

.hover\:text-yellow-darker:hover{
  --text-opacity: 1 !important;
  color: #684f1d !important;
  color: rgba(104, 79, 29, var(--text-opacity)) !important;
}

.hover\:text-yellow-dark:hover{
  --text-opacity: 1 !important;
  color: #f2d024 !important;
  color: rgba(242, 208, 36, var(--text-opacity)) !important;
}

.hover\:text-yellow:hover{
  --text-opacity: 1 !important;
  color: #ffed4a !important;
  color: rgba(255, 237, 74, var(--text-opacity)) !important;
}

.hover\:text-yellow-light:hover{
  --text-opacity: 1 !important;
  color: #fff382 !important;
  color: rgba(255, 243, 130, var(--text-opacity)) !important;
}

.hover\:text-yellow-lighter:hover{
  --text-opacity: 1 !important;
  color: #fff9c2 !important;
  color: rgba(255, 249, 194, var(--text-opacity)) !important;
}

.hover\:text-yellow-lightest:hover{
  --text-opacity: 1 !important;
  color: #fcfbeb !important;
  color: rgba(252, 251, 235, var(--text-opacity)) !important;
}

.hover\:text-green-darkest:hover{
  --text-opacity: 1 !important;
  color: #0f2f21 !important;
  color: rgba(15, 47, 33, var(--text-opacity)) !important;
}

.hover\:text-green-darker:hover{
  --text-opacity: 1 !important;
  color: #1a4731 !important;
  color: rgba(26, 71, 49, var(--text-opacity)) !important;
}

.hover\:text-green-dark:hover{
  --text-opacity: 1 !important;
  color: #1f9d55 !important;
  color: rgba(31, 157, 85, var(--text-opacity)) !important;
}

.hover\:text-green:hover{
  --text-opacity: 1 !important;
  color: #38c172 !important;
  color: rgba(56, 193, 114, var(--text-opacity)) !important;
}

.hover\:text-green-light:hover{
  --text-opacity: 1 !important;
  color: #51d88a !important;
  color: rgba(81, 216, 138, var(--text-opacity)) !important;
}

.hover\:text-green-lighter:hover{
  --text-opacity: 1 !important;
  color: #a2f5bf !important;
  color: rgba(162, 245, 191, var(--text-opacity)) !important;
}

.hover\:text-green-lightest:hover{
  --text-opacity: 1 !important;
  color: #e3fcec !important;
  color: rgba(227, 252, 236, var(--text-opacity)) !important;
}

.hover\:text-teal-darkest:hover{
  --text-opacity: 1 !important;
  color: #0d3331 !important;
  color: rgba(13, 51, 49, var(--text-opacity)) !important;
}

.hover\:text-teal-darker:hover{
  --text-opacity: 1 !important;
  color: #20504f !important;
  color: rgba(32, 80, 79, var(--text-opacity)) !important;
}

.hover\:text-teal-dark:hover{
  --text-opacity: 1 !important;
  color: #38a89d !important;
  color: rgba(56, 168, 157, var(--text-opacity)) !important;
}

.hover\:text-teal:hover{
  --text-opacity: 1 !important;
  color: #4dc0b5 !important;
  color: rgba(77, 192, 181, var(--text-opacity)) !important;
}

.hover\:text-teal-light:hover{
  --text-opacity: 1 !important;
  color: #64d5ca !important;
  color: rgba(100, 213, 202, var(--text-opacity)) !important;
}

.hover\:text-teal-lighter:hover{
  --text-opacity: 1 !important;
  color: #a0f0ed !important;
  color: rgba(160, 240, 237, var(--text-opacity)) !important;
}

.hover\:text-teal-lightest:hover{
  --text-opacity: 1 !important;
  color: #e8fffe !important;
  color: rgba(232, 255, 254, var(--text-opacity)) !important;
}

.hover\:text-blue-darkest:hover{
  --text-opacity: 1 !important;
  color: #12283a !important;
  color: rgba(18, 40, 58, var(--text-opacity)) !important;
}

.hover\:text-blue-darker:hover{
  --text-opacity: 1 !important;
  color: #1c3d5a !important;
  color: rgba(28, 61, 90, var(--text-opacity)) !important;
}

.hover\:text-blue-dark:hover{
  --text-opacity: 1 !important;
  color: #2779bd !important;
  color: rgba(39, 121, 189, var(--text-opacity)) !important;
}

.hover\:text-blue:hover{
  --text-opacity: 1 !important;
  color: #3490dc !important;
  color: rgba(52, 144, 220, var(--text-opacity)) !important;
}

.hover\:text-blue-light:hover{
  --text-opacity: 1 !important;
  color: #6cb2eb !important;
  color: rgba(108, 178, 235, var(--text-opacity)) !important;
}

.hover\:text-blue-lighter:hover{
  --text-opacity: 1 !important;
  color: #bcdefa !important;
  color: rgba(188, 222, 250, var(--text-opacity)) !important;
}

.hover\:text-blue-lightest:hover{
  --text-opacity: 1 !important;
  color: #eff8ff !important;
  color: rgba(239, 248, 255, var(--text-opacity)) !important;
}

.hover\:text-indigo-darkest:hover{
  --text-opacity: 1 !important;
  color: #191e38 !important;
  color: rgba(25, 30, 56, var(--text-opacity)) !important;
}

.hover\:text-indigo-darker:hover{
  --text-opacity: 1 !important;
  color: #2f365f !important;
  color: rgba(47, 54, 95, var(--text-opacity)) !important;
}

.hover\:text-indigo-dark:hover{
  --text-opacity: 1 !important;
  color: #5661b3 !important;
  color: rgba(86, 97, 179, var(--text-opacity)) !important;
}

.hover\:text-indigo:hover{
  --text-opacity: 1 !important;
  color: #6574cd !important;
  color: rgba(101, 116, 205, var(--text-opacity)) !important;
}

.hover\:text-indigo-light:hover{
  --text-opacity: 1 !important;
  color: #7886d7 !important;
  color: rgba(120, 134, 215, var(--text-opacity)) !important;
}

.hover\:text-indigo-lighter:hover{
  --text-opacity: 1 !important;
  color: #b2b7ff !important;
  color: rgba(178, 183, 255, var(--text-opacity)) !important;
}

.hover\:text-indigo-lightest:hover{
  --text-opacity: 1 !important;
  color: #e6e8ff !important;
  color: rgba(230, 232, 255, var(--text-opacity)) !important;
}

.hover\:text-purple-darkest:hover{
  --text-opacity: 1 !important;
  color: #21183c !important;
  color: rgba(33, 24, 60, var(--text-opacity)) !important;
}

.hover\:text-purple-darker:hover{
  --text-opacity: 1 !important;
  color: #382b5f !important;
  color: rgba(56, 43, 95, var(--text-opacity)) !important;
}

.hover\:text-purple-dark:hover{
  --text-opacity: 1 !important;
  color: #794acf !important;
  color: rgba(121, 74, 207, var(--text-opacity)) !important;
}

.hover\:text-purple:hover{
  --text-opacity: 1 !important;
  color: #9561e2 !important;
  color: rgba(149, 97, 226, var(--text-opacity)) !important;
}

.hover\:text-purple-light:hover{
  --text-opacity: 1 !important;
  color: #a779e9 !important;
  color: rgba(167, 121, 233, var(--text-opacity)) !important;
}

.hover\:text-purple-lighter:hover{
  --text-opacity: 1 !important;
  color: #d6bbfc !important;
  color: rgba(214, 187, 252, var(--text-opacity)) !important;
}

.hover\:text-purple-lightest:hover{
  --text-opacity: 1 !important;
  color: #f3ebff !important;
  color: rgba(243, 235, 255, var(--text-opacity)) !important;
}

.hover\:text-pink-darkest:hover{
  --text-opacity: 1 !important;
  color: #451225 !important;
  color: rgba(69, 18, 37, var(--text-opacity)) !important;
}

.hover\:text-pink-darker:hover{
  --text-opacity: 1 !important;
  color: #6f213f !important;
  color: rgba(111, 33, 63, var(--text-opacity)) !important;
}

.hover\:text-pink-dark:hover{
  --text-opacity: 1 !important;
  color: #eb5286 !important;
  color: rgba(235, 82, 134, var(--text-opacity)) !important;
}

.hover\:text-pink:hover{
  --text-opacity: 1 !important;
  color: #f66d9b !important;
  color: rgba(246, 109, 155, var(--text-opacity)) !important;
}

.hover\:text-pink-light:hover{
  --text-opacity: 1 !important;
  color: #fa7ea8 !important;
  color: rgba(250, 126, 168, var(--text-opacity)) !important;
}

.hover\:text-pink-lighter:hover{
  --text-opacity: 1 !important;
  color: #ffbbca !important;
  color: rgba(255, 187, 202, var(--text-opacity)) !important;
}

.hover\:text-pink-lightest:hover{
  --text-opacity: 1 !important;
  color: #ffebef !important;
  color: rgba(255, 235, 239, var(--text-opacity)) !important;
}

.focus\:text-transparent:focus{
  color: transparent !important;
}

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

.focus\:text-black:focus{
  --text-opacity: 1 !important;
  color: #22292f !important;
  color: rgba(34, 41, 47, var(--text-opacity)) !important;
}

.focus\:text-grey-darkest:focus{
  --text-opacity: 1 !important;
  color: #3d4852 !important;
  color: rgba(61, 72, 82, var(--text-opacity)) !important;
}

.focus\:text-grey-darker:focus{
  --text-opacity: 1 !important;
  color: #606f7b !important;
  color: rgba(96, 111, 123, var(--text-opacity)) !important;
}

.focus\:text-grey-dark:focus{
  --text-opacity: 1 !important;
  color: #8795a1 !important;
  color: rgba(135, 149, 161, var(--text-opacity)) !important;
}

.focus\:text-grey:focus{
  --text-opacity: 1 !important;
  color: #b8c2cc !important;
  color: rgba(184, 194, 204, var(--text-opacity)) !important;
}

.focus\:text-grey-light:focus{
  --text-opacity: 1 !important;
  color: #dae1e7 !important;
  color: rgba(218, 225, 231, var(--text-opacity)) !important;
}

.focus\:text-grey-lighter:focus{
  --text-opacity: 1 !important;
  color: #f1f5f8 !important;
  color: rgba(241, 245, 248, var(--text-opacity)) !important;
}

.focus\:text-grey-lightest:focus{
  --text-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--text-opacity)) !important;
}

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

.focus\:text-red-darkest:focus{
  --text-opacity: 1 !important;
  color: #3b0d0c !important;
  color: rgba(59, 13, 12, var(--text-opacity)) !important;
}

.focus\:text-red-darker:focus{
  --text-opacity: 1 !important;
  color: #621b18 !important;
  color: rgba(98, 27, 24, var(--text-opacity)) !important;
}

.focus\:text-red-dark:focus{
  --text-opacity: 1 !important;
  color: #cc1f1a !important;
  color: rgba(204, 31, 26, var(--text-opacity)) !important;
}

.focus\:text-red:focus{
  --text-opacity: 1 !important;
  color: #e3342f !important;
  color: rgba(227, 52, 47, var(--text-opacity)) !important;
}

.focus\:text-red-light:focus{
  --text-opacity: 1 !important;
  color: #ef5753 !important;
  color: rgba(239, 87, 83, var(--text-opacity)) !important;
}

.focus\:text-red-lighter:focus{
  --text-opacity: 1 !important;
  color: #f9acaa !important;
  color: rgba(249, 172, 170, var(--text-opacity)) !important;
}

.focus\:text-red-lightest:focus{
  --text-opacity: 1 !important;
  color: #fcebea !important;
  color: rgba(252, 235, 234, var(--text-opacity)) !important;
}

.focus\:text-orange-darkest:focus{
  --text-opacity: 1 !important;
  color: #462a16 !important;
  color: rgba(70, 42, 22, var(--text-opacity)) !important;
}

.focus\:text-orange-darker:focus{
  --text-opacity: 1 !important;
  color: #613b1f !important;
  color: rgba(97, 59, 31, var(--text-opacity)) !important;
}

.focus\:text-orange-dark:focus{
  --text-opacity: 1 !important;
  color: #de751f !important;
  color: rgba(222, 117, 31, var(--text-opacity)) !important;
}

.focus\:text-orange:focus{
  --text-opacity: 1 !important;
  color: #f6993f !important;
  color: rgba(246, 153, 63, var(--text-opacity)) !important;
}

.focus\:text-orange-light:focus{
  --text-opacity: 1 !important;
  color: #faad63 !important;
  color: rgba(250, 173, 99, var(--text-opacity)) !important;
}

.focus\:text-orange-lighter:focus{
  --text-opacity: 1 !important;
  color: #fcd9b6 !important;
  color: rgba(252, 217, 182, var(--text-opacity)) !important;
}

.focus\:text-orange-lightest:focus{
  --text-opacity: 1 !important;
  color: #fff5eb !important;
  color: rgba(255, 245, 235, var(--text-opacity)) !important;
}

.focus\:text-yellow-darkest:focus{
  --text-opacity: 1 !important;
  color: #453411 !important;
  color: rgba(69, 52, 17, var(--text-opacity)) !important;
}

.focus\:text-yellow-darker:focus{
  --text-opacity: 1 !important;
  color: #684f1d !important;
  color: rgba(104, 79, 29, var(--text-opacity)) !important;
}

.focus\:text-yellow-dark:focus{
  --text-opacity: 1 !important;
  color: #f2d024 !important;
  color: rgba(242, 208, 36, var(--text-opacity)) !important;
}

.focus\:text-yellow:focus{
  --text-opacity: 1 !important;
  color: #ffed4a !important;
  color: rgba(255, 237, 74, var(--text-opacity)) !important;
}

.focus\:text-yellow-light:focus{
  --text-opacity: 1 !important;
  color: #fff382 !important;
  color: rgba(255, 243, 130, var(--text-opacity)) !important;
}

.focus\:text-yellow-lighter:focus{
  --text-opacity: 1 !important;
  color: #fff9c2 !important;
  color: rgba(255, 249, 194, var(--text-opacity)) !important;
}

.focus\:text-yellow-lightest:focus{
  --text-opacity: 1 !important;
  color: #fcfbeb !important;
  color: rgba(252, 251, 235, var(--text-opacity)) !important;
}

.focus\:text-green-darkest:focus{
  --text-opacity: 1 !important;
  color: #0f2f21 !important;
  color: rgba(15, 47, 33, var(--text-opacity)) !important;
}

.focus\:text-green-darker:focus{
  --text-opacity: 1 !important;
  color: #1a4731 !important;
  color: rgba(26, 71, 49, var(--text-opacity)) !important;
}

.focus\:text-green-dark:focus{
  --text-opacity: 1 !important;
  color: #1f9d55 !important;
  color: rgba(31, 157, 85, var(--text-opacity)) !important;
}

.focus\:text-green:focus{
  --text-opacity: 1 !important;
  color: #38c172 !important;
  color: rgba(56, 193, 114, var(--text-opacity)) !important;
}

.focus\:text-green-light:focus{
  --text-opacity: 1 !important;
  color: #51d88a !important;
  color: rgba(81, 216, 138, var(--text-opacity)) !important;
}

.focus\:text-green-lighter:focus{
  --text-opacity: 1 !important;
  color: #a2f5bf !important;
  color: rgba(162, 245, 191, var(--text-opacity)) !important;
}

.focus\:text-green-lightest:focus{
  --text-opacity: 1 !important;
  color: #e3fcec !important;
  color: rgba(227, 252, 236, var(--text-opacity)) !important;
}

.focus\:text-teal-darkest:focus{
  --text-opacity: 1 !important;
  color: #0d3331 !important;
  color: rgba(13, 51, 49, var(--text-opacity)) !important;
}

.focus\:text-teal-darker:focus{
  --text-opacity: 1 !important;
  color: #20504f !important;
  color: rgba(32, 80, 79, var(--text-opacity)) !important;
}

.focus\:text-teal-dark:focus{
  --text-opacity: 1 !important;
  color: #38a89d !important;
  color: rgba(56, 168, 157, var(--text-opacity)) !important;
}

.focus\:text-teal:focus{
  --text-opacity: 1 !important;
  color: #4dc0b5 !important;
  color: rgba(77, 192, 181, var(--text-opacity)) !important;
}

.focus\:text-teal-light:focus{
  --text-opacity: 1 !important;
  color: #64d5ca !important;
  color: rgba(100, 213, 202, var(--text-opacity)) !important;
}

.focus\:text-teal-lighter:focus{
  --text-opacity: 1 !important;
  color: #a0f0ed !important;
  color: rgba(160, 240, 237, var(--text-opacity)) !important;
}

.focus\:text-teal-lightest:focus{
  --text-opacity: 1 !important;
  color: #e8fffe !important;
  color: rgba(232, 255, 254, var(--text-opacity)) !important;
}

.focus\:text-blue-darkest:focus{
  --text-opacity: 1 !important;
  color: #12283a !important;
  color: rgba(18, 40, 58, var(--text-opacity)) !important;
}

.focus\:text-blue-darker:focus{
  --text-opacity: 1 !important;
  color: #1c3d5a !important;
  color: rgba(28, 61, 90, var(--text-opacity)) !important;
}

.focus\:text-blue-dark:focus{
  --text-opacity: 1 !important;
  color: #2779bd !important;
  color: rgba(39, 121, 189, var(--text-opacity)) !important;
}

.focus\:text-blue:focus{
  --text-opacity: 1 !important;
  color: #3490dc !important;
  color: rgba(52, 144, 220, var(--text-opacity)) !important;
}

.focus\:text-blue-light:focus{
  --text-opacity: 1 !important;
  color: #6cb2eb !important;
  color: rgba(108, 178, 235, var(--text-opacity)) !important;
}

.focus\:text-blue-lighter:focus{
  --text-opacity: 1 !important;
  color: #bcdefa !important;
  color: rgba(188, 222, 250, var(--text-opacity)) !important;
}

.focus\:text-blue-lightest:focus{
  --text-opacity: 1 !important;
  color: #eff8ff !important;
  color: rgba(239, 248, 255, var(--text-opacity)) !important;
}

.focus\:text-indigo-darkest:focus{
  --text-opacity: 1 !important;
  color: #191e38 !important;
  color: rgba(25, 30, 56, var(--text-opacity)) !important;
}

.focus\:text-indigo-darker:focus{
  --text-opacity: 1 !important;
  color: #2f365f !important;
  color: rgba(47, 54, 95, var(--text-opacity)) !important;
}

.focus\:text-indigo-dark:focus{
  --text-opacity: 1 !important;
  color: #5661b3 !important;
  color: rgba(86, 97, 179, var(--text-opacity)) !important;
}

.focus\:text-indigo:focus{
  --text-opacity: 1 !important;
  color: #6574cd !important;
  color: rgba(101, 116, 205, var(--text-opacity)) !important;
}

.focus\:text-indigo-light:focus{
  --text-opacity: 1 !important;
  color: #7886d7 !important;
  color: rgba(120, 134, 215, var(--text-opacity)) !important;
}

.focus\:text-indigo-lighter:focus{
  --text-opacity: 1 !important;
  color: #b2b7ff !important;
  color: rgba(178, 183, 255, var(--text-opacity)) !important;
}

.focus\:text-indigo-lightest:focus{
  --text-opacity: 1 !important;
  color: #e6e8ff !important;
  color: rgba(230, 232, 255, var(--text-opacity)) !important;
}

.focus\:text-purple-darkest:focus{
  --text-opacity: 1 !important;
  color: #21183c !important;
  color: rgba(33, 24, 60, var(--text-opacity)) !important;
}

.focus\:text-purple-darker:focus{
  --text-opacity: 1 !important;
  color: #382b5f !important;
  color: rgba(56, 43, 95, var(--text-opacity)) !important;
}

.focus\:text-purple-dark:focus{
  --text-opacity: 1 !important;
  color: #794acf !important;
  color: rgba(121, 74, 207, var(--text-opacity)) !important;
}

.focus\:text-purple:focus{
  --text-opacity: 1 !important;
  color: #9561e2 !important;
  color: rgba(149, 97, 226, var(--text-opacity)) !important;
}

.focus\:text-purple-light:focus{
  --text-opacity: 1 !important;
  color: #a779e9 !important;
  color: rgba(167, 121, 233, var(--text-opacity)) !important;
}

.focus\:text-purple-lighter:focus{
  --text-opacity: 1 !important;
  color: #d6bbfc !important;
  color: rgba(214, 187, 252, var(--text-opacity)) !important;
}

.focus\:text-purple-lightest:focus{
  --text-opacity: 1 !important;
  color: #f3ebff !important;
  color: rgba(243, 235, 255, var(--text-opacity)) !important;
}

.focus\:text-pink-darkest:focus{
  --text-opacity: 1 !important;
  color: #451225 !important;
  color: rgba(69, 18, 37, var(--text-opacity)) !important;
}

.focus\:text-pink-darker:focus{
  --text-opacity: 1 !important;
  color: #6f213f !important;
  color: rgba(111, 33, 63, var(--text-opacity)) !important;
}

.focus\:text-pink-dark:focus{
  --text-opacity: 1 !important;
  color: #eb5286 !important;
  color: rgba(235, 82, 134, var(--text-opacity)) !important;
}

.focus\:text-pink:focus{
  --text-opacity: 1 !important;
  color: #f66d9b !important;
  color: rgba(246, 109, 155, var(--text-opacity)) !important;
}

.focus\:text-pink-light:focus{
  --text-opacity: 1 !important;
  color: #fa7ea8 !important;
  color: rgba(250, 126, 168, var(--text-opacity)) !important;
}

.focus\:text-pink-lighter:focus{
  --text-opacity: 1 !important;
  color: #ffbbca !important;
  color: rgba(255, 187, 202, var(--text-opacity)) !important;
}

.focus\:text-pink-lightest:focus{
  --text-opacity: 1 !important;
  color: #ffebef !important;
  color: rgba(255, 235, 239, var(--text-opacity)) !important;
}

.text-opacity-0{
  --text-opacity: 0 !important;
}

.text-opacity-25{
  --text-opacity: 0.25 !important;
}

.text-opacity-50{
  --text-opacity: 0.5 !important;
}

.text-opacity-75{
  --text-opacity: 0.75 !important;
}

.text-opacity-100{
  --text-opacity: 1 !important;
}

.hover\:text-opacity-0:hover{
  --text-opacity: 0 !important;
}

.hover\:text-opacity-25:hover{
  --text-opacity: 0.25 !important;
}

.hover\:text-opacity-50:hover{
  --text-opacity: 0.5 !important;
}

.hover\:text-opacity-75:hover{
  --text-opacity: 0.75 !important;
}

.hover\:text-opacity-100:hover{
  --text-opacity: 1 !important;
}

.focus\:text-opacity-0:focus{
  --text-opacity: 0 !important;
}

.focus\:text-opacity-25:focus{
  --text-opacity: 0.25 !important;
}

.focus\:text-opacity-50:focus{
  --text-opacity: 0.5 !important;
}

.focus\:text-opacity-75:focus{
  --text-opacity: 0.75 !important;
}

.focus\:text-opacity-100:focus{
  --text-opacity: 1 !important;
}

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

.not-italic{
  font-style: normal !important;
}

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

.lowercase{
  text-transform: lowercase !important;
}

.capitalize{
  text-transform: capitalize !important;
}

.normal-case{
  text-transform: none !important;
}

.underline{
  text-decoration: underline !important;
}

.line-through{
  text-decoration: line-through !important;
}

.no-underline{
  text-decoration: none !important;
}

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

.hover\:line-through:hover{
  text-decoration: line-through !important;
}

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

.focus\:underline:focus{
  text-decoration: underline !important;
}

.focus\:line-through:focus{
  text-decoration: line-through !important;
}

.focus\:no-underline:focus{
  text-decoration: none !important;
}

.antialiased{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
}

.normal-nums{
  font-variant-numeric: normal !important;
}

.ordinal{
  --font-variant-numeric-ordinal: ordinal !important;
}

.slashed-zero{
  --font-variant-numeric-slashed-zero: slashed-zero !important;
}

.lining-nums{
  --font-variant-numeric-figure: lining-nums !important;
}

.oldstyle-nums{
  --font-variant-numeric-figure: oldstyle-nums !important;
}

.proportional-nums{
  --font-variant-numeric-spacing: proportional-nums !important;
}

.tabular-nums{
  --font-variant-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions{
  --font-variant-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions{
  --font-variant-numeric-fraction: stacked-fractions !important;
}

.tracking-tighter{
  letter-spacing: -0.05em !important;
}

.tracking-tight{
  letter-spacing: -0.025em !important;
}

.tracking-normal{
  letter-spacing: 0 !important;
}

.tracking-wide{
  letter-spacing: 0.025em !important;
}

.tracking-wider{
  letter-spacing: 0.05em !important;
}

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

.select-none{
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.select-text{
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

.select-all{
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.select-auto{
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.align-baseline{
  vertical-align: baseline !important;
}

.align-top{
  vertical-align: top !important;
}

.align-middle{
  vertical-align: middle !important;
}

.align-bottom{
  vertical-align: bottom !important;
}

.align-text-top{
  vertical-align: text-top !important;
}

.align-text-bottom{
  vertical-align: text-bottom !important;
}

.visible{
  visibility: visible !important;
}

.invisible{
  visibility: hidden !important;
}

.whitespace-normal{
  white-space: normal !important;
}

.whitespace-no-wrap{
  white-space: nowrap !important;
}

.whitespace-pre{
  white-space: pre !important;
}

.whitespace-pre-line{
  white-space: pre-line !important;
}

.whitespace-pre-wrap{
  white-space: pre-wrap !important;
}

.break-normal{
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words{
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.break-all{
  word-break: break-all !important;
}

.truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.w-0{
  width: 0 !important;
}

.w-1{
  width: 0.25rem !important;
}

.w-2{
  width: 0.5rem !important;
}

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

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

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

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

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

.w-10{
  width: 2.5rem !important;
}

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

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

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

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

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

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

.w-48{
  width: 12rem !important;
}

.w-56{
  width: 14rem !important;
}

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

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

.w-px{
  width: 1px !important;
}

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

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

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

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

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

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

.w-1\/5{
  width: 20% !important;
}

.w-2\/5{
  width: 40% !important;
}

.w-3\/5{
  width: 60% !important;
}

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

.w-1\/6{
  width: 16.666667% !important;
}

.w-2\/6{
  width: 33.333333% !important;
}

.w-3\/6{
  width: 50% !important;
}

.w-4\/6{
  width: 66.666667% !important;
}

.w-5\/6{
  width: 83.333333% !important;
}

.w-1\/12{
  width: 8.333333% !important;
}

.w-2\/12{
  width: 16.666667% !important;
}

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

.w-4\/12{
  width: 33.333333% !important;
}

.w-5\/12{
  width: 41.666667% !important;
}

.w-6\/12{
  width: 50% !important;
}

.w-7\/12{
  width: 58.333333% !important;
}

.w-8\/12{
  width: 66.666667% !important;
}

.w-9\/12{
  width: 75% !important;
}

.w-10\/12{
  width: 83.333333% !important;
}

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

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

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

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

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

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

.z-30{
  z-index: 30 !important;
}

.z-40{
  z-index: 40 !important;
}

.z-50{
  z-index: 50 !important;
}

.z-auto{
  z-index: auto !important;
}

.gap-0{
  grid-gap: 0 !important;
  gap: 0 !important;
}

.gap-1{
  grid-gap: 0.25rem !important;
  gap: 0.25rem !important;
}

.gap-2{
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}

.gap-3{
  grid-gap: 0.75rem !important;
  gap: 0.75rem !important;
}

.gap-4{
  grid-gap: 1rem !important;
  gap: 1rem !important;
}

.gap-5{
  grid-gap: 1.25rem !important;
  gap: 1.25rem !important;
}

.gap-6{
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}

.gap-8{
  grid-gap: 2rem !important;
  gap: 2rem !important;
}

.gap-10{
  grid-gap: 2.5rem !important;
  gap: 2.5rem !important;
}

.gap-12{
  grid-gap: 3rem !important;
  gap: 3rem !important;
}

.gap-16{
  grid-gap: 4rem !important;
  gap: 4rem !important;
}

.gap-20{
  grid-gap: 5rem !important;
  gap: 5rem !important;
}

.gap-24{
  grid-gap: 6rem !important;
  gap: 6rem !important;
}

.gap-32{
  grid-gap: 8rem !important;
  gap: 8rem !important;
}

.gap-40{
  grid-gap: 10rem !important;
  gap: 10rem !important;
}

.gap-48{
  grid-gap: 12rem !important;
  gap: 12rem !important;
}

.gap-56{
  grid-gap: 14rem !important;
  gap: 14rem !important;
}

.gap-64{
  grid-gap: 16rem !important;
  gap: 16rem !important;
}

.gap-px{
  grid-gap: 1px !important;
  gap: 1px !important;
}

.col-gap-0{
  grid-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.col-gap-1{
  grid-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.col-gap-2{
  grid-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.col-gap-3{
  grid-column-gap: 0.75rem !important;
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.col-gap-4{
  grid-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.col-gap-5{
  grid-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.col-gap-6{
  grid-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.col-gap-8{
  grid-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.col-gap-10{
  grid-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.col-gap-12{
  grid-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.col-gap-16{
  grid-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.col-gap-20{
  grid-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.col-gap-24{
  grid-column-gap: 6rem !important;
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.col-gap-32{
  grid-column-gap: 8rem !important;
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.col-gap-40{
  grid-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.col-gap-48{
  grid-column-gap: 12rem !important;
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.col-gap-56{
  grid-column-gap: 14rem !important;
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.col-gap-64{
  grid-column-gap: 16rem !important;
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.col-gap-px{
  grid-column-gap: 1px !important;
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.gap-x-0{
  grid-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.gap-x-1{
  grid-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-x-2{
  grid-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.gap-x-3{
  grid-column-gap: 0.75rem !important;
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-x-4{
  grid-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-x-5{
  grid-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

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

.gap-x-8{
  grid-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gap-x-10{
  grid-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.gap-x-12{
  grid-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.gap-x-16{
  grid-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.gap-x-20{
  grid-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.gap-x-24{
  grid-column-gap: 6rem !important;
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.gap-x-32{
  grid-column-gap: 8rem !important;
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gap-x-40{
  grid-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.gap-x-48{
  grid-column-gap: 12rem !important;
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.gap-x-56{
  grid-column-gap: 14rem !important;
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.gap-x-64{
  grid-column-gap: 16rem !important;
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.gap-x-px{
  grid-column-gap: 1px !important;
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.row-gap-0{
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.row-gap-1{
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.row-gap-2{
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.row-gap-3{
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.row-gap-4{
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.row-gap-5{
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.row-gap-6{
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.row-gap-8{
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important;
}

.row-gap-10{
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.row-gap-12{
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.row-gap-16{
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.row-gap-20{
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.row-gap-24{
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.row-gap-32{
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.row-gap-40{
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.row-gap-48{
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.row-gap-56{
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.row-gap-64{
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.row-gap-px{
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.gap-y-0{
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.gap-y-1{
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.gap-y-2{
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.gap-y-3{
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.gap-y-4{
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.gap-y-5{
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.gap-y-6{
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

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

.gap-y-10{
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.gap-y-12{
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.gap-y-16{
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.gap-y-20{
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.gap-y-24{
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.gap-y-32{
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.gap-y-40{
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.gap-y-48{
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.gap-y-56{
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.gap-y-64{
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.gap-y-px{
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.grid-flow-row{
  grid-auto-flow: row !important;
}

.grid-flow-col{
  grid-auto-flow: column !important;
}

.grid-flow-row-dense{
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense{
  grid-auto-flow: column dense !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none{
  grid-template-columns: none !important;
}

.auto-cols-auto{
  grid-auto-columns: auto !important;
}

.auto-cols-min{
  grid-auto-columns: min-content !important;
}

.auto-cols-max{
  grid-auto-columns: max-content !important;
}

.auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr) !important;
}

.col-auto{
  grid-column: auto !important;
}

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

.col-span-2{
  grid-column: span 2 / span 2 !important;
}

.col-span-3{
  grid-column: span 3 / span 3 !important;
}

.col-span-4{
  grid-column: span 4 / span 4 !important;
}

.col-span-5{
  grid-column: span 5 / span 5 !important;
}

.col-span-6{
  grid-column: span 6 / span 6 !important;
}

.col-span-7{
  grid-column: span 7 / span 7 !important;
}

.col-span-8{
  grid-column: span 8 / span 8 !important;
}

.col-span-9{
  grid-column: span 9 / span 9 !important;
}

.col-span-10{
  grid-column: span 10 / span 10 !important;
}

.col-span-11{
  grid-column: span 11 / span 11 !important;
}

.col-span-12{
  grid-column: span 12 / span 12 !important;
}

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

.col-start-1{
  grid-column-start: 1 !important;
}

.col-start-2{
  grid-column-start: 2 !important;
}

.col-start-3{
  grid-column-start: 3 !important;
}

.col-start-4{
  grid-column-start: 4 !important;
}

.col-start-5{
  grid-column-start: 5 !important;
}

.col-start-6{
  grid-column-start: 6 !important;
}

.col-start-7{
  grid-column-start: 7 !important;
}

.col-start-8{
  grid-column-start: 8 !important;
}

.col-start-9{
  grid-column-start: 9 !important;
}

.col-start-10{
  grid-column-start: 10 !important;
}

.col-start-11{
  grid-column-start: 11 !important;
}

.col-start-12{
  grid-column-start: 12 !important;
}

.col-start-13{
  grid-column-start: 13 !important;
}

.col-start-auto{
  grid-column-start: auto !important;
}

.col-end-1{
  grid-column-end: 1 !important;
}

.col-end-2{
  grid-column-end: 2 !important;
}

.col-end-3{
  grid-column-end: 3 !important;
}

.col-end-4{
  grid-column-end: 4 !important;
}

.col-end-5{
  grid-column-end: 5 !important;
}

.col-end-6{
  grid-column-end: 6 !important;
}

.col-end-7{
  grid-column-end: 7 !important;
}

.col-end-8{
  grid-column-end: 8 !important;
}

.col-end-9{
  grid-column-end: 9 !important;
}

.col-end-10{
  grid-column-end: 10 !important;
}

.col-end-11{
  grid-column-end: 11 !important;
}

.col-end-12{
  grid-column-end: 12 !important;
}

.col-end-13{
  grid-column-end: 13 !important;
}

.col-end-auto{
  grid-column-end: auto !important;
}

.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-none{
  grid-template-rows: none !important;
}

.auto-rows-auto{
  grid-auto-rows: auto !important;
}

.auto-rows-min{
  grid-auto-rows: min-content !important;
}

.auto-rows-max{
  grid-auto-rows: max-content !important;
}

.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr) !important;
}

.row-auto{
  grid-row: auto !important;
}

.row-span-1{
  grid-row: span 1 / span 1 !important;
}

.row-span-2{
  grid-row: span 2 / span 2 !important;
}

.row-span-3{
  grid-row: span 3 / span 3 !important;
}

.row-span-4{
  grid-row: span 4 / span 4 !important;
}

.row-span-5{
  grid-row: span 5 / span 5 !important;
}

.row-span-6{
  grid-row: span 6 / span 6 !important;
}

.row-span-full{
  grid-row: 1 / -1 !important;
}

.row-start-1{
  grid-row-start: 1 !important;
}

.row-start-2{
  grid-row-start: 2 !important;
}

.row-start-3{
  grid-row-start: 3 !important;
}

.row-start-4{
  grid-row-start: 4 !important;
}

.row-start-5{
  grid-row-start: 5 !important;
}

.row-start-6{
  grid-row-start: 6 !important;
}

.row-start-7{
  grid-row-start: 7 !important;
}

.row-start-auto{
  grid-row-start: auto !important;
}

.row-end-1{
  grid-row-end: 1 !important;
}

.row-end-2{
  grid-row-end: 2 !important;
}

.row-end-3{
  grid-row-end: 3 !important;
}

.row-end-4{
  grid-row-end: 4 !important;
}

.row-end-5{
  grid-row-end: 5 !important;
}

.row-end-6{
  grid-row-end: 6 !important;
}

.row-end-7{
  grid-row-end: 7 !important;
}

.row-end-auto{
  grid-row-end: auto !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;
}

.transform-none{
  transform: none !important;
}

.origin-center{
  transform-origin: center !important;
}

.origin-top{
  transform-origin: top !important;
}

.origin-top-right{
  transform-origin: top right !important;
}

.origin-right{
  transform-origin: right !important;
}

.origin-bottom-right{
  transform-origin: bottom right !important;
}

.origin-bottom{
  transform-origin: bottom !important;
}

.origin-bottom-left{
  transform-origin: bottom left !important;
}

.origin-left{
  transform-origin: left !important;
}

.origin-top-left{
  transform-origin: top left !important;
}

.scale-0{
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.scale-50{
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.scale-75{
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.scale-90{
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.scale-95{
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.scale-100{
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.scale-105{
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.scale-110{
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.scale-125{
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.scale-150{
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.scale-x-0{
  --transform-scale-x: 0 !important;
}

.scale-x-50{
  --transform-scale-x: .5 !important;
}

.scale-x-75{
  --transform-scale-x: .75 !important;
}

.scale-x-90{
  --transform-scale-x: .9 !important;
}

.scale-x-95{
  --transform-scale-x: .95 !important;
}

.scale-x-100{
  --transform-scale-x: 1 !important;
}

.scale-x-105{
  --transform-scale-x: 1.05 !important;
}

.scale-x-110{
  --transform-scale-x: 1.1 !important;
}

.scale-x-125{
  --transform-scale-x: 1.25 !important;
}

.scale-x-150{
  --transform-scale-x: 1.5 !important;
}

.scale-y-0{
  --transform-scale-y: 0 !important;
}

.scale-y-50{
  --transform-scale-y: .5 !important;
}

.scale-y-75{
  --transform-scale-y: .75 !important;
}

.scale-y-90{
  --transform-scale-y: .9 !important;
}

.scale-y-95{
  --transform-scale-y: .95 !important;
}

.scale-y-100{
  --transform-scale-y: 1 !important;
}

.scale-y-105{
  --transform-scale-y: 1.05 !important;
}

.scale-y-110{
  --transform-scale-y: 1.1 !important;
}

.scale-y-125{
  --transform-scale-y: 1.25 !important;
}

.scale-y-150{
  --transform-scale-y: 1.5 !important;
}

.hover\:scale-0:hover{
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.hover\:scale-50:hover{
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.hover\:scale-75:hover{
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.hover\:scale-90:hover{
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.hover\:scale-95:hover{
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.hover\:scale-100:hover{
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.hover\:scale-105:hover{
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.hover\:scale-110:hover{
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.hover\:scale-125:hover{
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.hover\:scale-150:hover{
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover{
  --transform-scale-x: 0 !important;
}

.hover\:scale-x-50:hover{
  --transform-scale-x: .5 !important;
}

.hover\:scale-x-75:hover{
  --transform-scale-x: .75 !important;
}

.hover\:scale-x-90:hover{
  --transform-scale-x: .9 !important;
}

.hover\:scale-x-95:hover{
  --transform-scale-x: .95 !important;
}

.hover\:scale-x-100:hover{
  --transform-scale-x: 1 !important;
}

.hover\:scale-x-105:hover{
  --transform-scale-x: 1.05 !important;
}

.hover\:scale-x-110:hover{
  --transform-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover{
  --transform-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover{
  --transform-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover{
  --transform-scale-y: 0 !important;
}

.hover\:scale-y-50:hover{
  --transform-scale-y: .5 !important;
}

.hover\:scale-y-75:hover{
  --transform-scale-y: .75 !important;
}

.hover\:scale-y-90:hover{
  --transform-scale-y: .9 !important;
}

.hover\:scale-y-95:hover{
  --transform-scale-y: .95 !important;
}

.hover\:scale-y-100:hover{
  --transform-scale-y: 1 !important;
}

.hover\:scale-y-105:hover{
  --transform-scale-y: 1.05 !important;
}

.hover\:scale-y-110:hover{
  --transform-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover{
  --transform-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover{
  --transform-scale-y: 1.5 !important;
}

.focus\:scale-0:focus{
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.focus\:scale-50:focus{
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.focus\:scale-75:focus{
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.focus\:scale-90:focus{
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.focus\:scale-95:focus{
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.focus\:scale-100:focus{
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.focus\:scale-105:focus{
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.focus\:scale-110:focus{
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.focus\:scale-125:focus{
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.focus\:scale-150:focus{
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus{
  --transform-scale-x: 0 !important;
}

.focus\:scale-x-50:focus{
  --transform-scale-x: .5 !important;
}

.focus\:scale-x-75:focus{
  --transform-scale-x: .75 !important;
}

.focus\:scale-x-90:focus{
  --transform-scale-x: .9 !important;
}

.focus\:scale-x-95:focus{
  --transform-scale-x: .95 !important;
}

.focus\:scale-x-100:focus{
  --transform-scale-x: 1 !important;
}

.focus\:scale-x-105:focus{
  --transform-scale-x: 1.05 !important;
}

.focus\:scale-x-110:focus{
  --transform-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus{
  --transform-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus{
  --transform-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus{
  --transform-scale-y: 0 !important;
}

.focus\:scale-y-50:focus{
  --transform-scale-y: .5 !important;
}

.focus\:scale-y-75:focus{
  --transform-scale-y: .75 !important;
}

.focus\:scale-y-90:focus{
  --transform-scale-y: .9 !important;
}

.focus\:scale-y-95:focus{
  --transform-scale-y: .95 !important;
}

.focus\:scale-y-100:focus{
  --transform-scale-y: 1 !important;
}

.focus\:scale-y-105:focus{
  --transform-scale-y: 1.05 !important;
}

.focus\:scale-y-110:focus{
  --transform-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus{
  --transform-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus{
  --transform-scale-y: 1.5 !important;
}

.rotate-0{
  --transform-rotate: 0 !important;
}

.rotate-1{
  --transform-rotate: 1deg !important;
}

.rotate-2{
  --transform-rotate: 2deg !important;
}

.rotate-3{
  --transform-rotate: 3deg !important;
}

.rotate-6{
  --transform-rotate: 6deg !important;
}

.rotate-12{
  --transform-rotate: 12deg !important;
}

.rotate-45{
  --transform-rotate: 45deg !important;
}

.rotate-90{
  --transform-rotate: 90deg !important;
}

.rotate-180{
  --transform-rotate: 180deg !important;
}

.-rotate-180{
  --transform-rotate: -180deg !important;
}

.-rotate-90{
  --transform-rotate: -90deg !important;
}

.-rotate-45{
  --transform-rotate: -45deg !important;
}

.-rotate-12{
  --transform-rotate: -12deg !important;
}

.-rotate-6{
  --transform-rotate: -6deg !important;
}

.-rotate-3{
  --transform-rotate: -3deg !important;
}

.-rotate-2{
  --transform-rotate: -2deg !important;
}

.-rotate-1{
  --transform-rotate: -1deg !important;
}

.hover\:rotate-0:hover{
  --transform-rotate: 0 !important;
}

.hover\:rotate-1:hover{
  --transform-rotate: 1deg !important;
}

.hover\:rotate-2:hover{
  --transform-rotate: 2deg !important;
}

.hover\:rotate-3:hover{
  --transform-rotate: 3deg !important;
}

.hover\:rotate-6:hover{
  --transform-rotate: 6deg !important;
}

.hover\:rotate-12:hover{
  --transform-rotate: 12deg !important;
}

.hover\:rotate-45:hover{
  --transform-rotate: 45deg !important;
}

.hover\:rotate-90:hover{
  --transform-rotate: 90deg !important;
}

.hover\:rotate-180:hover{
  --transform-rotate: 180deg !important;
}

.hover\:-rotate-180:hover{
  --transform-rotate: -180deg !important;
}

.hover\:-rotate-90:hover{
  --transform-rotate: -90deg !important;
}

.hover\:-rotate-45:hover{
  --transform-rotate: -45deg !important;
}

.hover\:-rotate-12:hover{
  --transform-rotate: -12deg !important;
}

.hover\:-rotate-6:hover{
  --transform-rotate: -6deg !important;
}

.hover\:-rotate-3:hover{
  --transform-rotate: -3deg !important;
}

.hover\:-rotate-2:hover{
  --transform-rotate: -2deg !important;
}

.hover\:-rotate-1:hover{
  --transform-rotate: -1deg !important;
}

.focus\:rotate-0:focus{
  --transform-rotate: 0 !important;
}

.focus\:rotate-1:focus{
  --transform-rotate: 1deg !important;
}

.focus\:rotate-2:focus{
  --transform-rotate: 2deg !important;
}

.focus\:rotate-3:focus{
  --transform-rotate: 3deg !important;
}

.focus\:rotate-6:focus{
  --transform-rotate: 6deg !important;
}

.focus\:rotate-12:focus{
  --transform-rotate: 12deg !important;
}

.focus\:rotate-45:focus{
  --transform-rotate: 45deg !important;
}

.focus\:rotate-90:focus{
  --transform-rotate: 90deg !important;
}

.focus\:rotate-180:focus{
  --transform-rotate: 180deg !important;
}

.focus\:-rotate-180:focus{
  --transform-rotate: -180deg !important;
}

.focus\:-rotate-90:focus{
  --transform-rotate: -90deg !important;
}

.focus\:-rotate-45:focus{
  --transform-rotate: -45deg !important;
}

.focus\:-rotate-12:focus{
  --transform-rotate: -12deg !important;
}

.focus\:-rotate-6:focus{
  --transform-rotate: -6deg !important;
}

.focus\:-rotate-3:focus{
  --transform-rotate: -3deg !important;
}

.focus\:-rotate-2:focus{
  --transform-rotate: -2deg !important;
}

.focus\:-rotate-1:focus{
  --transform-rotate: -1deg !important;
}

.translate-x-0{
  --transform-translate-x: 0 !important;
}

.translate-x-1{
  --transform-translate-x: 0.25rem !important;
}

.translate-x-2{
  --transform-translate-x: 0.5rem !important;
}

.translate-x-3{
  --transform-translate-x: 0.75rem !important;
}

.translate-x-4{
  --transform-translate-x: 1rem !important;
}

.translate-x-5{
  --transform-translate-x: 1.25rem !important;
}

.translate-x-6{
  --transform-translate-x: 1.5rem !important;
}

.translate-x-8{
  --transform-translate-x: 2rem !important;
}

.translate-x-10{
  --transform-translate-x: 2.5rem !important;
}

.translate-x-12{
  --transform-translate-x: 3rem !important;
}

.translate-x-16{
  --transform-translate-x: 4rem !important;
}

.translate-x-20{
  --transform-translate-x: 5rem !important;
}

.translate-x-24{
  --transform-translate-x: 6rem !important;
}

.translate-x-32{
  --transform-translate-x: 8rem !important;
}

.translate-x-40{
  --transform-translate-x: 10rem !important;
}

.translate-x-48{
  --transform-translate-x: 12rem !important;
}

.translate-x-56{
  --transform-translate-x: 14rem !important;
}

.translate-x-64{
  --transform-translate-x: 16rem !important;
}

.translate-x-px{
  --transform-translate-x: 1px !important;
}

.-translate-x-1{
  --transform-translate-x: -0.25rem !important;
}

.-translate-x-2{
  --transform-translate-x: -0.5rem !important;
}

.-translate-x-3{
  --transform-translate-x: -0.75rem !important;
}

.-translate-x-4{
  --transform-translate-x: -1rem !important;
}

.-translate-x-5{
  --transform-translate-x: -1.25rem !important;
}

.-translate-x-6{
  --transform-translate-x: -1.5rem !important;
}

.-translate-x-8{
  --transform-translate-x: -2rem !important;
}

.-translate-x-10{
  --transform-translate-x: -2.5rem !important;
}

.-translate-x-12{
  --transform-translate-x: -3rem !important;
}

.-translate-x-16{
  --transform-translate-x: -4rem !important;
}

.-translate-x-20{
  --transform-translate-x: -5rem !important;
}

.-translate-x-24{
  --transform-translate-x: -6rem !important;
}

.-translate-x-32{
  --transform-translate-x: -8rem !important;
}

.-translate-x-40{
  --transform-translate-x: -10rem !important;
}

.-translate-x-48{
  --transform-translate-x: -12rem !important;
}

.-translate-x-56{
  --transform-translate-x: -14rem !important;
}

.-translate-x-64{
  --transform-translate-x: -16rem !important;
}

.-translate-x-px{
  --transform-translate-x: -1px !important;
}

.-translate-x-full{
  --transform-translate-x: -100% !important;
}

.-translate-x-1\/2{
  --transform-translate-x: -50% !important;
}

.translate-x-1\/2{
  --transform-translate-x: 50% !important;
}

.translate-x-full{
  --transform-translate-x: 100% !important;
}

.translate-y-0{
  --transform-translate-y: 0 !important;
}

.translate-y-1{
  --transform-translate-y: 0.25rem !important;
}

.translate-y-2{
  --transform-translate-y: 0.5rem !important;
}

.translate-y-3{
  --transform-translate-y: 0.75rem !important;
}

.translate-y-4{
  --transform-translate-y: 1rem !important;
}

.translate-y-5{
  --transform-translate-y: 1.25rem !important;
}

.translate-y-6{
  --transform-translate-y: 1.5rem !important;
}

.translate-y-8{
  --transform-translate-y: 2rem !important;
}

.translate-y-10{
  --transform-translate-y: 2.5rem !important;
}

.translate-y-12{
  --transform-translate-y: 3rem !important;
}

.translate-y-16{
  --transform-translate-y: 4rem !important;
}

.translate-y-20{
  --transform-translate-y: 5rem !important;
}

.translate-y-24{
  --transform-translate-y: 6rem !important;
}

.translate-y-32{
  --transform-translate-y: 8rem !important;
}

.translate-y-40{
  --transform-translate-y: 10rem !important;
}

.translate-y-48{
  --transform-translate-y: 12rem !important;
}

.translate-y-56{
  --transform-translate-y: 14rem !important;
}

.translate-y-64{
  --transform-translate-y: 16rem !important;
}

.translate-y-px{
  --transform-translate-y: 1px !important;
}

.-translate-y-1{
  --transform-translate-y: -0.25rem !important;
}

.-translate-y-2{
  --transform-translate-y: -0.5rem !important;
}

.-translate-y-3{
  --transform-translate-y: -0.75rem !important;
}

.-translate-y-4{
  --transform-translate-y: -1rem !important;
}

.-translate-y-5{
  --transform-translate-y: -1.25rem !important;
}

.-translate-y-6{
  --transform-translate-y: -1.5rem !important;
}

.-translate-y-8{
  --transform-translate-y: -2rem !important;
}

.-translate-y-10{
  --transform-translate-y: -2.5rem !important;
}

.-translate-y-12{
  --transform-translate-y: -3rem !important;
}

.-translate-y-16{
  --transform-translate-y: -4rem !important;
}

.-translate-y-20{
  --transform-translate-y: -5rem !important;
}

.-translate-y-24{
  --transform-translate-y: -6rem !important;
}

.-translate-y-32{
  --transform-translate-y: -8rem !important;
}

.-translate-y-40{
  --transform-translate-y: -10rem !important;
}

.-translate-y-48{
  --transform-translate-y: -12rem !important;
}

.-translate-y-56{
  --transform-translate-y: -14rem !important;
}

.-translate-y-64{
  --transform-translate-y: -16rem !important;
}

.-translate-y-px{
  --transform-translate-y: -1px !important;
}

.-translate-y-full{
  --transform-translate-y: -100% !important;
}

.-translate-y-1\/2{
  --transform-translate-y: -50% !important;
}

.translate-y-1\/2{
  --transform-translate-y: 50% !important;
}

.translate-y-full{
  --transform-translate-y: 100% !important;
}

.hover\:translate-x-0:hover{
  --transform-translate-x: 0 !important;
}

.hover\:translate-x-1:hover{
  --transform-translate-x: 0.25rem !important;
}

.hover\:translate-x-2:hover{
  --transform-translate-x: 0.5rem !important;
}

.hover\:translate-x-3:hover{
  --transform-translate-x: 0.75rem !important;
}

.hover\:translate-x-4:hover{
  --transform-translate-x: 1rem !important;
}

.hover\:translate-x-5:hover{
  --transform-translate-x: 1.25rem !important;
}

.hover\:translate-x-6:hover{
  --transform-translate-x: 1.5rem !important;
}

.hover\:translate-x-8:hover{
  --transform-translate-x: 2rem !important;
}

.hover\:translate-x-10:hover{
  --transform-translate-x: 2.5rem !important;
}

.hover\:translate-x-12:hover{
  --transform-translate-x: 3rem !important;
}

.hover\:translate-x-16:hover{
  --transform-translate-x: 4rem !important;
}

.hover\:translate-x-20:hover{
  --transform-translate-x: 5rem !important;
}

.hover\:translate-x-24:hover{
  --transform-translate-x: 6rem !important;
}

.hover\:translate-x-32:hover{
  --transform-translate-x: 8rem !important;
}

.hover\:translate-x-40:hover{
  --transform-translate-x: 10rem !important;
}

.hover\:translate-x-48:hover{
  --transform-translate-x: 12rem !important;
}

.hover\:translate-x-56:hover{
  --transform-translate-x: 14rem !important;
}

.hover\:translate-x-64:hover{
  --transform-translate-x: 16rem !important;
}

.hover\:translate-x-px:hover{
  --transform-translate-x: 1px !important;
}

.hover\:-translate-x-1:hover{
  --transform-translate-x: -0.25rem !important;
}

.hover\:-translate-x-2:hover{
  --transform-translate-x: -0.5rem !important;
}

.hover\:-translate-x-3:hover{
  --transform-translate-x: -0.75rem !important;
}

.hover\:-translate-x-4:hover{
  --transform-translate-x: -1rem !important;
}

.hover\:-translate-x-5:hover{
  --transform-translate-x: -1.25rem !important;
}

.hover\:-translate-x-6:hover{
  --transform-translate-x: -1.5rem !important;
}

.hover\:-translate-x-8:hover{
  --transform-translate-x: -2rem !important;
}

.hover\:-translate-x-10:hover{
  --transform-translate-x: -2.5rem !important;
}

.hover\:-translate-x-12:hover{
  --transform-translate-x: -3rem !important;
}

.hover\:-translate-x-16:hover{
  --transform-translate-x: -4rem !important;
}

.hover\:-translate-x-20:hover{
  --transform-translate-x: -5rem !important;
}

.hover\:-translate-x-24:hover{
  --transform-translate-x: -6rem !important;
}

.hover\:-translate-x-32:hover{
  --transform-translate-x: -8rem !important;
}

.hover\:-translate-x-40:hover{
  --transform-translate-x: -10rem !important;
}

.hover\:-translate-x-48:hover{
  --transform-translate-x: -12rem !important;
}

.hover\:-translate-x-56:hover{
  --transform-translate-x: -14rem !important;
}

.hover\:-translate-x-64:hover{
  --transform-translate-x: -16rem !important;
}

.hover\:-translate-x-px:hover{
  --transform-translate-x: -1px !important;
}

.hover\:-translate-x-full:hover{
  --transform-translate-x: -100% !important;
}

.hover\:-translate-x-1\/2:hover{
  --transform-translate-x: -50% !important;
}

.hover\:translate-x-1\/2:hover{
  --transform-translate-x: 50% !important;
}

.hover\:translate-x-full:hover{
  --transform-translate-x: 100% !important;
}

.hover\:translate-y-0:hover{
  --transform-translate-y: 0 !important;
}

.hover\:translate-y-1:hover{
  --transform-translate-y: 0.25rem !important;
}

.hover\:translate-y-2:hover{
  --transform-translate-y: 0.5rem !important;
}

.hover\:translate-y-3:hover{
  --transform-translate-y: 0.75rem !important;
}

.hover\:translate-y-4:hover{
  --transform-translate-y: 1rem !important;
}

.hover\:translate-y-5:hover{
  --transform-translate-y: 1.25rem !important;
}

.hover\:translate-y-6:hover{
  --transform-translate-y: 1.5rem !important;
}

.hover\:translate-y-8:hover{
  --transform-translate-y: 2rem !important;
}

.hover\:translate-y-10:hover{
  --transform-translate-y: 2.5rem !important;
}

.hover\:translate-y-12:hover{
  --transform-translate-y: 3rem !important;
}

.hover\:translate-y-16:hover{
  --transform-translate-y: 4rem !important;
}

.hover\:translate-y-20:hover{
  --transform-translate-y: 5rem !important;
}

.hover\:translate-y-24:hover{
  --transform-translate-y: 6rem !important;
}

.hover\:translate-y-32:hover{
  --transform-translate-y: 8rem !important;
}

.hover\:translate-y-40:hover{
  --transform-translate-y: 10rem !important;
}

.hover\:translate-y-48:hover{
  --transform-translate-y: 12rem !important;
}

.hover\:translate-y-56:hover{
  --transform-translate-y: 14rem !important;
}

.hover\:translate-y-64:hover{
  --transform-translate-y: 16rem !important;
}

.hover\:translate-y-px:hover{
  --transform-translate-y: 1px !important;
}

.hover\:-translate-y-1:hover{
  --transform-translate-y: -0.25rem !important;
}

.hover\:-translate-y-2:hover{
  --transform-translate-y: -0.5rem !important;
}

.hover\:-translate-y-3:hover{
  --transform-translate-y: -0.75rem !important;
}

.hover\:-translate-y-4:hover{
  --transform-translate-y: -1rem !important;
}

.hover\:-translate-y-5:hover{
  --transform-translate-y: -1.25rem !important;
}

.hover\:-translate-y-6:hover{
  --transform-translate-y: -1.5rem !important;
}

.hover\:-translate-y-8:hover{
  --transform-translate-y: -2rem !important;
}

.hover\:-translate-y-10:hover{
  --transform-translate-y: -2.5rem !important;
}

.hover\:-translate-y-12:hover{
  --transform-translate-y: -3rem !important;
}

.hover\:-translate-y-16:hover{
  --transform-translate-y: -4rem !important;
}

.hover\:-translate-y-20:hover{
  --transform-translate-y: -5rem !important;
}

.hover\:-translate-y-24:hover{
  --transform-translate-y: -6rem !important;
}

.hover\:-translate-y-32:hover{
  --transform-translate-y: -8rem !important;
}

.hover\:-translate-y-40:hover{
  --transform-translate-y: -10rem !important;
}

.hover\:-translate-y-48:hover{
  --transform-translate-y: -12rem !important;
}

.hover\:-translate-y-56:hover{
  --transform-translate-y: -14rem !important;
}

.hover\:-translate-y-64:hover{
  --transform-translate-y: -16rem !important;
}

.hover\:-translate-y-px:hover{
  --transform-translate-y: -1px !important;
}

.hover\:-translate-y-full:hover{
  --transform-translate-y: -100% !important;
}

.hover\:-translate-y-1\/2:hover{
  --transform-translate-y: -50% !important;
}

.hover\:translate-y-1\/2:hover{
  --transform-translate-y: 50% !important;
}

.hover\:translate-y-full:hover{
  --transform-translate-y: 100% !important;
}

.focus\:translate-x-0:focus{
  --transform-translate-x: 0 !important;
}

.focus\:translate-x-1:focus{
  --transform-translate-x: 0.25rem !important;
}

.focus\:translate-x-2:focus{
  --transform-translate-x: 0.5rem !important;
}

.focus\:translate-x-3:focus{
  --transform-translate-x: 0.75rem !important;
}

.focus\:translate-x-4:focus{
  --transform-translate-x: 1rem !important;
}

.focus\:translate-x-5:focus{
  --transform-translate-x: 1.25rem !important;
}

.focus\:translate-x-6:focus{
  --transform-translate-x: 1.5rem !important;
}

.focus\:translate-x-8:focus{
  --transform-translate-x: 2rem !important;
}

.focus\:translate-x-10:focus{
  --transform-translate-x: 2.5rem !important;
}

.focus\:translate-x-12:focus{
  --transform-translate-x: 3rem !important;
}

.focus\:translate-x-16:focus{
  --transform-translate-x: 4rem !important;
}

.focus\:translate-x-20:focus{
  --transform-translate-x: 5rem !important;
}

.focus\:translate-x-24:focus{
  --transform-translate-x: 6rem !important;
}

.focus\:translate-x-32:focus{
  --transform-translate-x: 8rem !important;
}

.focus\:translate-x-40:focus{
  --transform-translate-x: 10rem !important;
}

.focus\:translate-x-48:focus{
  --transform-translate-x: 12rem !important;
}

.focus\:translate-x-56:focus{
  --transform-translate-x: 14rem !important;
}

.focus\:translate-x-64:focus{
  --transform-translate-x: 16rem !important;
}

.focus\:translate-x-px:focus{
  --transform-translate-x: 1px !important;
}

.focus\:-translate-x-1:focus{
  --transform-translate-x: -0.25rem !important;
}

.focus\:-translate-x-2:focus{
  --transform-translate-x: -0.5rem !important;
}

.focus\:-translate-x-3:focus{
  --transform-translate-x: -0.75rem !important;
}

.focus\:-translate-x-4:focus{
  --transform-translate-x: -1rem !important;
}

.focus\:-translate-x-5:focus{
  --transform-translate-x: -1.25rem !important;
}

.focus\:-translate-x-6:focus{
  --transform-translate-x: -1.5rem !important;
}

.focus\:-translate-x-8:focus{
  --transform-translate-x: -2rem !important;
}

.focus\:-translate-x-10:focus{
  --transform-translate-x: -2.5rem !important;
}

.focus\:-translate-x-12:focus{
  --transform-translate-x: -3rem !important;
}

.focus\:-translate-x-16:focus{
  --transform-translate-x: -4rem !important;
}

.focus\:-translate-x-20:focus{
  --transform-translate-x: -5rem !important;
}

.focus\:-translate-x-24:focus{
  --transform-translate-x: -6rem !important;
}

.focus\:-translate-x-32:focus{
  --transform-translate-x: -8rem !important;
}

.focus\:-translate-x-40:focus{
  --transform-translate-x: -10rem !important;
}

.focus\:-translate-x-48:focus{
  --transform-translate-x: -12rem !important;
}

.focus\:-translate-x-56:focus{
  --transform-translate-x: -14rem !important;
}

.focus\:-translate-x-64:focus{
  --transform-translate-x: -16rem !important;
}

.focus\:-translate-x-px:focus{
  --transform-translate-x: -1px !important;
}

.focus\:-translate-x-full:focus{
  --transform-translate-x: -100% !important;
}

.focus\:-translate-x-1\/2:focus{
  --transform-translate-x: -50% !important;
}

.focus\:translate-x-1\/2:focus{
  --transform-translate-x: 50% !important;
}

.focus\:translate-x-full:focus{
  --transform-translate-x: 100% !important;
}

.focus\:translate-y-0:focus{
  --transform-translate-y: 0 !important;
}

.focus\:translate-y-1:focus{
  --transform-translate-y: 0.25rem !important;
}

.focus\:translate-y-2:focus{
  --transform-translate-y: 0.5rem !important;
}

.focus\:translate-y-3:focus{
  --transform-translate-y: 0.75rem !important;
}

.focus\:translate-y-4:focus{
  --transform-translate-y: 1rem !important;
}

.focus\:translate-y-5:focus{
  --transform-translate-y: 1.25rem !important;
}

.focus\:translate-y-6:focus{
  --transform-translate-y: 1.5rem !important;
}

.focus\:translate-y-8:focus{
  --transform-translate-y: 2rem !important;
}

.focus\:translate-y-10:focus{
  --transform-translate-y: 2.5rem !important;
}

.focus\:translate-y-12:focus{
  --transform-translate-y: 3rem !important;
}

.focus\:translate-y-16:focus{
  --transform-translate-y: 4rem !important;
}

.focus\:translate-y-20:focus{
  --transform-translate-y: 5rem !important;
}

.focus\:translate-y-24:focus{
  --transform-translate-y: 6rem !important;
}

.focus\:translate-y-32:focus{
  --transform-translate-y: 8rem !important;
}

.focus\:translate-y-40:focus{
  --transform-translate-y: 10rem !important;
}

.focus\:translate-y-48:focus{
  --transform-translate-y: 12rem !important;
}

.focus\:translate-y-56:focus{
  --transform-translate-y: 14rem !important;
}

.focus\:translate-y-64:focus{
  --transform-translate-y: 16rem !important;
}

.focus\:translate-y-px:focus{
  --transform-translate-y: 1px !important;
}

.focus\:-translate-y-1:focus{
  --transform-translate-y: -0.25rem !important;
}

.focus\:-translate-y-2:focus{
  --transform-translate-y: -0.5rem !important;
}

.focus\:-translate-y-3:focus{
  --transform-translate-y: -0.75rem !important;
}

.focus\:-translate-y-4:focus{
  --transform-translate-y: -1rem !important;
}

.focus\:-translate-y-5:focus{
  --transform-translate-y: -1.25rem !important;
}

.focus\:-translate-y-6:focus{
  --transform-translate-y: -1.5rem !important;
}

.focus\:-translate-y-8:focus{
  --transform-translate-y: -2rem !important;
}

.focus\:-translate-y-10:focus{
  --transform-translate-y: -2.5rem !important;
}

.focus\:-translate-y-12:focus{
  --transform-translate-y: -3rem !important;
}

.focus\:-translate-y-16:focus{
  --transform-translate-y: -4rem !important;
}

.focus\:-translate-y-20:focus{
  --transform-translate-y: -5rem !important;
}

.focus\:-translate-y-24:focus{
  --transform-translate-y: -6rem !important;
}

.focus\:-translate-y-32:focus{
  --transform-translate-y: -8rem !important;
}

.focus\:-translate-y-40:focus{
  --transform-translate-y: -10rem !important;
}

.focus\:-translate-y-48:focus{
  --transform-translate-y: -12rem !important;
}

.focus\:-translate-y-56:focus{
  --transform-translate-y: -14rem !important;
}

.focus\:-translate-y-64:focus{
  --transform-translate-y: -16rem !important;
}

.focus\:-translate-y-px:focus{
  --transform-translate-y: -1px !important;
}

.focus\:-translate-y-full:focus{
  --transform-translate-y: -100% !important;
}

.focus\:-translate-y-1\/2:focus{
  --transform-translate-y: -50% !important;
}

.focus\:translate-y-1\/2:focus{
  --transform-translate-y: 50% !important;
}

.focus\:translate-y-full:focus{
  --transform-translate-y: 100% !important;
}

.skew-x-0{
  --transform-skew-x: 0 !important;
}

.skew-x-1{
  --transform-skew-x: 1deg !important;
}

.skew-x-2{
  --transform-skew-x: 2deg !important;
}

.skew-x-3{
  --transform-skew-x: 3deg !important;
}

.skew-x-6{
  --transform-skew-x: 6deg !important;
}

.skew-x-12{
  --transform-skew-x: 12deg !important;
}

.-skew-x-12{
  --transform-skew-x: -12deg !important;
}

.-skew-x-6{
  --transform-skew-x: -6deg !important;
}

.-skew-x-3{
  --transform-skew-x: -3deg !important;
}

.-skew-x-2{
  --transform-skew-x: -2deg !important;
}

.-skew-x-1{
  --transform-skew-x: -1deg !important;
}

.skew-y-0{
  --transform-skew-y: 0 !important;
}

.skew-y-1{
  --transform-skew-y: 1deg !important;
}

.skew-y-2{
  --transform-skew-y: 2deg !important;
}

.skew-y-3{
  --transform-skew-y: 3deg !important;
}

.skew-y-6{
  --transform-skew-y: 6deg !important;
}

.skew-y-12{
  --transform-skew-y: 12deg !important;
}

.-skew-y-12{
  --transform-skew-y: -12deg !important;
}

.-skew-y-6{
  --transform-skew-y: -6deg !important;
}

.-skew-y-3{
  --transform-skew-y: -3deg !important;
}

.-skew-y-2{
  --transform-skew-y: -2deg !important;
}

.-skew-y-1{
  --transform-skew-y: -1deg !important;
}

.hover\:skew-x-0:hover{
  --transform-skew-x: 0 !important;
}

.hover\:skew-x-1:hover{
  --transform-skew-x: 1deg !important;
}

.hover\:skew-x-2:hover{
  --transform-skew-x: 2deg !important;
}

.hover\:skew-x-3:hover{
  --transform-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover{
  --transform-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover{
  --transform-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover{
  --transform-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover{
  --transform-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover{
  --transform-skew-x: -3deg !important;
}

.hover\:-skew-x-2:hover{
  --transform-skew-x: -2deg !important;
}

.hover\:-skew-x-1:hover{
  --transform-skew-x: -1deg !important;
}

.hover\:skew-y-0:hover{
  --transform-skew-y: 0 !important;
}

.hover\:skew-y-1:hover{
  --transform-skew-y: 1deg !important;
}

.hover\:skew-y-2:hover{
  --transform-skew-y: 2deg !important;
}

.hover\:skew-y-3:hover{
  --transform-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover{
  --transform-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover{
  --transform-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover{
  --transform-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover{
  --transform-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover{
  --transform-skew-y: -3deg !important;
}

.hover\:-skew-y-2:hover{
  --transform-skew-y: -2deg !important;
}

.hover\:-skew-y-1:hover{
  --transform-skew-y: -1deg !important;
}

.focus\:skew-x-0:focus{
  --transform-skew-x: 0 !important;
}

.focus\:skew-x-1:focus{
  --transform-skew-x: 1deg !important;
}

.focus\:skew-x-2:focus{
  --transform-skew-x: 2deg !important;
}

.focus\:skew-x-3:focus{
  --transform-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus{
  --transform-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus{
  --transform-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus{
  --transform-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus{
  --transform-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus{
  --transform-skew-x: -3deg !important;
}

.focus\:-skew-x-2:focus{
  --transform-skew-x: -2deg !important;
}

.focus\:-skew-x-1:focus{
  --transform-skew-x: -1deg !important;
}

.focus\:skew-y-0:focus{
  --transform-skew-y: 0 !important;
}

.focus\:skew-y-1:focus{
  --transform-skew-y: 1deg !important;
}

.focus\:skew-y-2:focus{
  --transform-skew-y: 2deg !important;
}

.focus\:skew-y-3:focus{
  --transform-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus{
  --transform-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus{
  --transform-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus{
  --transform-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus{
  --transform-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus{
  --transform-skew-y: -3deg !important;
}

.focus\:-skew-y-2:focus{
  --transform-skew-y: -2deg !important;
}

.focus\:-skew-y-1:focus{
  --transform-skew-y: -1deg !important;
}

.transition-none{
  transition-property: none !important;
}

.transition-all{
  transition-property: all !important;
}

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

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.transition-opacity{
  transition-property: opacity !important;
}

.transition-shadow{
  transition-property: box-shadow !important;
}

.transition-transform{
  transition-property: transform !important;
}

.ease-linear{
  transition-timing-function: linear !important;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.duration-75{
  transition-duration: 75ms !important;
}

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

.duration-150{
  transition-duration: 150ms !important;
}

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

.duration-300{
  transition-duration: 300ms !important;
}

.duration-500{
  transition-duration: 500ms !important;
}

.duration-700{
  transition-duration: 700ms !important;
}

.duration-1000{
  transition-duration: 1000ms !important;
}

.delay-75{
  transition-delay: 75ms !important;
}

.delay-100{
  transition-delay: 100ms !important;
}

.delay-150{
  transition-delay: 150ms !important;
}

.delay-200{
  transition-delay: 200ms !important;
}

.delay-300{
  transition-delay: 300ms !important;
}

.delay-500{
  transition-delay: 500ms !important;
}

.delay-700{
  transition-delay: 700ms !important;
}

.delay-1000{
  transition-delay: 1000ms !important;
}

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

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

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

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

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

.animate-none{
  animation: none !important;
}

.animate-spin{
  animation: spin 1s linear infinite !important;
}

.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.animate-bounce{
  animation: bounce 1s infinite !important;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #3490dc;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66D9b;
  --red: #e3342f;
  --orange: #f6993f;
  --yellow: #ffed4a;
  --green: #38c172;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3490dc;
  --secondary: #6c757d;
  --success: #38c172;
  --info: #6cb2eb;
  --warning: #ffed4a;
  --danger: #e3342f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3490dc;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: rgb(28.75, 104.3214285714, 166.75);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.8rem;
}

h3, .h3 {
  font-size: 1.575rem;
}

h4, .h4 {
  font-size: 1.35rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f8fafc;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #f66D9b;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

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

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(198.16, 223.92, 245.2);
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(149.44, 197.28, 236.8);
}

.table-hover .table-primary:hover {
  background-color: rgb(176.41, 212.0271428571, 241.45);
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(176.41, 212.0271428571, 241.45);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(199.28, 237.64, 215.52);
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(151.52, 222.76, 181.68);
}

.table-hover .table-success:hover {
  background-color: rgb(179.8374712644, 231.5825287356, 201.744137931);
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(179.8374712644, 231.5825287356, 201.744137931);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(213.84, 233.44, 249.4);
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(178.56, 214.96, 244.6);
}

.table-hover .table-info:hover {
  background-color: rgb(191.3938922156, 221.6825149701, 246.3461077844);
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(191.3938922156, 221.6825149701, 246.3461077844);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 249.96, 204.32);
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 245.64, 160.88);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 247.4240883978, 178.82);
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 247.4240883978, 178.82);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(247.16, 198.16, 196.76);
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(240.44, 149.44, 146.84);
}

.table-hover .table-danger:hover {
  background-color: rgb(244.1345762712, 176.2256779661, 174.2854237288);
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(244.1345762712, 176.2256779661, 174.2854237288);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(160.75, 203.4642857143, 238.75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #38c172;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(56, 193, 114, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #38c172;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #38c172;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #38c172;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #38c172;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #38c172;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(92.2289156627, 207.7710843373, 141.1445783133);
  background-color: rgb(92.2289156627, 207.7710843373, 141.1445783133);
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #38c172;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #38c172;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #e3342f;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(227, 52, 47, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e3342f;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e3342f;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e3342f;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e3342f;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e3342f;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(233.0508474576, 95.8686440678, 91.9491525424);
  background-color: rgb(233.0508474576, 95.8686440678, 91.9491525424);
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e3342f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e3342f;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(34.375, 124.7321428571, 199.375);
  border-color: rgb(32.5, 117.9285714286, 188.5);
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(34.375, 124.7321428571, 199.375);
  border-color: rgb(32.5, 117.9285714286, 188.5);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 160.65, 225.25, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(32.5, 117.9285714286, 188.5);
  border-color: rgb(30.625, 111.125, 177.625);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 160.65, 225.25, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-success:hover {
  color: #fff;
  background-color: rgb(47.3975903614, 163.3524096386, 96.4879518072);
  border-color: rgb(44.5301204819, 153.4698795181, 90.6506024096);
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(47.3975903614, 163.3524096386, 96.4879518072);
  border-color: rgb(44.5301204819, 153.4698795181, 90.6506024096);
  box-shadow: 0 0 0 0.2rem rgba(85.85, 202.3, 135.15, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(44.5301204819, 153.4698795181, 90.6506024096);
  border-color: rgb(41.6626506024, 143.5873493976, 84.813253012);
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85.85, 202.3, 135.15, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-info:hover {
  color: #fff;
  background-color: rgb(74.3308383234, 160.3637724551, 230.4191616766);
  border-color: rgb(63.1077844311, 154.4850299401, 228.8922155689);
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(74.3308383234, 160.3637724551, 230.4191616766);
  border-color: rgb(63.1077844311, 154.4850299401, 228.8922155689);
  box-shadow: 0 0 0 0.2rem rgba(96.75, 156.85, 205.9, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(63.1077844311, 154.4850299401, 228.8922155689);
  border-color: rgb(51.8847305389, 148.6062874251, 227.3652694611);
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96.75, 156.85, 205.9, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-warning:hover {
  color: #212529;
  background-color: rgb(255, 233.1961325967, 35.75);
  border-color: rgb(255, 231.9281767956, 23);
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(255, 233.1961325967, 35.75);
  border-color: rgb(255, 231.9281767956, 23);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 207, 69.05, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 231.9281767956, 23);
  border-color: rgb(255, 230.6602209945, 10.25);
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 207, 69.05, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-danger:hover {
  color: #fff;
  background-color: rgb(207.7796610169, 32.9650423729, 27.9703389831);
  border-color: rgb(196.5423728814, 31.1822033898, 26.4576271186);
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(207.7796610169, 32.9650423729, 27.9703389831);
  border-color: rgb(196.5423728814, 31.1822033898, 26.4576271186);
  box-shadow: 0 0 0 0.2rem rgba(231.2, 82.45, 78.2, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(196.5423728814, 31.1822033898, 26.4576271186);
  border-color: rgb(185.3050847458, 29.3993644068, 24.9449152542);
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231.2, 82.45, 78.2, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #3490dc;
  border-color: #3490dc;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3490dc;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #38c172;
  border-color: #38c172;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #38c172;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.btn-outline-info {
  color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #6cb2eb;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-warning {
  color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffed4a;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.btn-outline-danger {
  color: #e3342f;
  border-color: #e3342f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e3342f;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #3490dc;
  text-decoration: none;
}

.btn-link:hover {
  color: rgb(28.75, 104.3214285714, 166.75);
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3490dc;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.22rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3490dc;
  background-color: #3490dc;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(160.75, 203.4642857143, 238.75);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(204.25, 227.25, 246.25);
  border-color: rgb(204.25, 227.25, 246.25);
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #3490dc;
  background-color: #3490dc;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.22rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: rgb(160.75, 203.4642857143, 238.75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(160.75, 203.4642857143, 238.75);
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}

.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(204.25, 227.25, 246.25);
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}

.custom-range::-moz-range-thumb:active {
  background-color: rgb(204.25, 227.25, 246.25);
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb {
  appearance: none;
}

.custom-range::-ms-thumb:active {
  background-color: rgb(204.25, 227.25, 246.25);
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f8fafc;
  border-color: #dee2e6 #dee2e6 #f8fafc;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3490dc;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3490dc;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: rgb(28.75, 104.3214285714, 166.75);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #3490dc;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(32.5, 117.9285714286, 188.5);
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #38c172;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(44.5301204819, 153.4698795181, 90.6506024096);
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #6cb2eb;
}

a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: rgb(63.1077844311, 154.4850299401, 228.8922155689);
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffed4a;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(255, 231.9281767956, 23);
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e3342f;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(196.5423728814, 31.1822033898, 26.4576271186);
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.85rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(27.04, 74.88, 114.4);
  background-color: rgb(214.4, 232.8, 248);
  border-color: rgb(198.16, 223.92, 245.2);
}

.alert-primary hr {
  border-top-color: rgb(176.41, 212.0271428571, 241.45);
}

.alert-primary .alert-link {
  color: rgb(17.29, 47.88, 73.15);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}

.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(29.12, 100.36, 59.28);
  background-color: rgb(215.2, 242.6, 226.8);
  border-color: rgb(199.28, 237.64, 215.52);
}

.alert-success hr {
  border-top-color: rgb(179.8374712644, 231.5825287356, 201.744137931);
}

.alert-success .alert-link {
  color: rgb(17.6501204819, 60.8298795181, 35.9306024096);
}

.alert-info {
  color: rgb(56.16, 92.56, 122.2);
  background-color: rgb(225.6, 239.6, 251);
  border-color: rgb(213.84, 233.44, 249.4);
}

.alert-info hr {
  border-top-color: rgb(191.3938922156, 221.6825149701, 246.3461077844);
}

.alert-info .alert-link {
  color: rgb(40.1016909621, 66.0935276968, 87.2583090379);
}

.alert-warning {
  color: rgb(132.6, 123.24, 38.48);
  background-color: rgb(255, 251.4, 218.8);
  border-color: rgb(255, 249.96, 204.32);
}

.alert-warning hr {
  border-top-color: rgb(255, 247.4240883978, 178.82);
}

.alert-warning .alert-link {
  color: rgb(93.0711246201, 86.5013981763, 27.0088753799);
}

.alert-danger {
  color: rgb(118.04, 27.04, 24.44);
  background-color: rgb(249.4, 214.4, 213.4);
  border-color: rgb(247.16, 198.16, 196.76);
}

.alert-danger hr {
  border-top-color: rgb(244.1345762712, 176.2256779661, 174.2854237288);
}

.alert-danger .alert-link {
  color: rgb(75.7881751825, 17.3611678832, 15.6918248175);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}

.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}

.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}

.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3490dc;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(27.04, 74.88, 114.4);
  background-color: rgb(198.16, 223.92, 245.2);
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(27.04, 74.88, 114.4);
  background-color: rgb(176.41, 212.0271428571, 241.45);
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 74.88, 114.4);
  border-color: rgb(27.04, 74.88, 114.4);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(29.12, 100.36, 59.28);
  background-color: rgb(199.28, 237.64, 215.52);
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(29.12, 100.36, 59.28);
  background-color: rgb(179.8374712644, 231.5825287356, 201.744137931);
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(29.12, 100.36, 59.28);
  border-color: rgb(29.12, 100.36, 59.28);
}

.list-group-item-info {
  color: rgb(56.16, 92.56, 122.2);
  background-color: rgb(213.84, 233.44, 249.4);
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(56.16, 92.56, 122.2);
  background-color: rgb(191.3938922156, 221.6825149701, 246.3461077844);
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 92.56, 122.2);
  border-color: rgb(56.16, 92.56, 122.2);
}

.list-group-item-warning {
  color: rgb(132.6, 123.24, 38.48);
  background-color: rgb(255, 249.96, 204.32);
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 123.24, 38.48);
  background-color: rgb(255, 247.4240883978, 178.82);
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 123.24, 38.48);
  border-color: rgb(132.6, 123.24, 38.48);
}

.list-group-item-danger {
  color: rgb(118.04, 27.04, 24.44);
  background-color: rgb(247.16, 198.16, 196.76);
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(118.04, 27.04, 24.44);
  background-color: rgb(244.1345762712, 176.2256779661, 174.2854237288);
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(118.04, 27.04, 24.44);
  border-color: rgb(118.04, 27.04, 24.44);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

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

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #3490dc !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(32.5, 117.9285714286, 188.5) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #38c172 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(44.5301204819, 153.4698795181, 90.6506024096) !important;
}

.bg-info {
  background-color: #6cb2eb !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(63.1077844311, 154.4850299401, 228.8922155689) !important;
}

.bg-warning {
  background-color: #ffed4a !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(255, 231.9281767956, 23) !important;
}

.bg-danger {
  background-color: #e3342f !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(196.5423728814, 31.1822033898, 26.4576271186) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #3490dc !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #38c172 !important;
}

.border-info {
  border-color: #6cb2eb !important;
}

.border-warning {
  border-color: #ffed4a !important;
}

.border-danger {
  border-color: #e3342f !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

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

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

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

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

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

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

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

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

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

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

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

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

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

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

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

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

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

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

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

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

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

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

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

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

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

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

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #3490dc !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(28.75, 104.3214285714, 166.75) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #38c172 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(38.7951807229, 133.7048192771, 78.9759036145) !important;
}

.text-info {
  color: #6cb2eb !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(40.6616766467, 142.7275449102, 225.8383233533) !important;
}

.text-warning {
  color: #ffed4a !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(252.5, 227.3895027624, 0) !important;
}

.text-danger {
  color: #e3342f !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(174.0677966102, 27.6165254237, 23.4322033898) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.customer_note {
  color: #eb0101;
  font-size: 1em;
}

@media (min-width: 576px){
  .sm\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .sm\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .sm\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .sm\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .sm\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .sm\:divide-black-real > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .sm\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3d4852 !important;
    border-color: rgba(61, 72, 82, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #606f7b !important;
    border-color: rgba(96, 111, 123, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #8795a1 !important;
    border-color: rgba(135, 149, 161, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b8c2cc !important;
    border-color: rgba(184, 194, 204, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f1f5f8 !important;
    border-color: rgba(241, 245, 248, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--divide-opacity)) !important;
  }

  .sm\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3b0d0c !important;
    border-color: rgba(59, 13, 12, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #621b18 !important;
    border-color: rgba(98, 27, 24, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cc1f1a !important;
    border-color: rgba(204, 31, 26, var(--divide-opacity)) !important;
  }

  .sm\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e3342f !important;
    border-color: rgba(227, 52, 47, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ef5753 !important;
    border-color: rgba(239, 87, 83, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f9acaa !important;
    border-color: rgba(249, 172, 170, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fcebea !important;
    border-color: rgba(252, 235, 234, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #462a16 !important;
    border-color: rgba(70, 42, 22, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #613b1f !important;
    border-color: rgba(97, 59, 31, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #de751f !important;
    border-color: rgba(222, 117, 31, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6993f !important;
    border-color: rgba(246, 153, 63, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faad63 !important;
    border-color: rgba(250, 173, 99, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fcd9b6 !important;
    border-color: rgba(252, 217, 182, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5eb !important;
    border-color: rgba(255, 245, 235, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #453411 !important;
    border-color: rgba(69, 52, 17, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #684f1d !important;
    border-color: rgba(104, 79, 29, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f2d024 !important;
    border-color: rgba(242, 208, 36, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffed4a !important;
    border-color: rgba(255, 237, 74, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff382 !important;
    border-color: rgba(255, 243, 130, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff9c2 !important;
    border-color: rgba(255, 249, 194, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fcfbeb !important;
    border-color: rgba(252, 251, 235, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0f2f21 !important;
    border-color: rgba(15, 47, 33, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a4731 !important;
    border-color: rgba(26, 71, 49, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1f9d55 !important;
    border-color: rgba(31, 157, 85, var(--divide-opacity)) !important;
  }

  .sm\:divide-green > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38c172 !important;
    border-color: rgba(56, 193, 114, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #51d88a !important;
    border-color: rgba(81, 216, 138, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a2f5bf !important;
    border-color: rgba(162, 245, 191, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e3fcec !important;
    border-color: rgba(227, 252, 236, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0d3331 !important;
    border-color: rgba(13, 51, 49, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #20504f !important;
    border-color: rgba(32, 80, 79, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a89d !important;
    border-color: rgba(56, 168, 157, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4dc0b5 !important;
    border-color: rgba(77, 192, 181, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #64d5ca !important;
    border-color: rgba(100, 213, 202, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0f0ed !important;
    border-color: rgba(160, 240, 237, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e8fffe !important;
    border-color: rgba(232, 255, 254, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #12283a !important;
    border-color: rgba(18, 40, 58, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1c3d5a !important;
    border-color: rgba(28, 61, 90, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2779bd !important;
    border-color: rgba(39, 121, 189, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3490dc !important;
    border-color: rgba(52, 144, 220, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6cb2eb !important;
    border-color: rgba(108, 178, 235, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bcdefa !important;
    border-color: rgba(188, 222, 250, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #eff8ff !important;
    border-color: rgba(239, 248, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #191e38 !important;
    border-color: rgba(25, 30, 56, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f365f !important;
    border-color: rgba(47, 54, 95, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5661b3 !important;
    border-color: rgba(86, 97, 179, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6574cd !important;
    border-color: rgba(101, 116, 205, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7886d7 !important;
    border-color: rgba(120, 134, 215, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2b7ff !important;
    border-color: rgba(178, 183, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6e8ff !important;
    border-color: rgba(230, 232, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #21183c !important;
    border-color: rgba(33, 24, 60, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #382b5f !important;
    border-color: rgba(56, 43, 95, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #794acf !important;
    border-color: rgba(121, 74, 207, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9561e2 !important;
    border-color: rgba(149, 97, 226, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a779e9 !important;
    border-color: rgba(167, 121, 233, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bbfc !important;
    border-color: rgba(214, 187, 252, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f3ebff !important;
    border-color: rgba(243, 235, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #451225 !important;
    border-color: rgba(69, 18, 37, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6f213f !important;
    border-color: rgba(111, 33, 63, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #eb5286 !important;
    border-color: rgba(235, 82, 134, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f66d9b !important;
    border-color: rgba(246, 109, 155, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fa7ea8 !important;
    border-color: rgba(250, 126, 168, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffbbca !important;
    border-color: rgba(255, 187, 202, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffebef !important;
    border-color: rgba(255, 235, 239, var(--divide-opacity)) !important;
  }

  .sm\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .sm\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .sm\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .sm\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .sm\:divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .sm\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .sm\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .sm\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .sm\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .sm\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .sm\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:bg-fixed{
    background-attachment: fixed !important;
  }

  .sm\:bg-local{
    background-attachment: local !important;
  }

  .sm\:bg-scroll{
    background-attachment: scroll !important;
  }

  .sm\:bg-clip-border{
    background-clip: border-box !important;
  }

  .sm\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .sm\:bg-clip-content{
    background-clip: content-box !important;
  }

  .sm\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .sm\:bg-transparent{
    background-color: transparent !important;
  }

  .sm\:bg-black-real{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-darkest{
    --bg-opacity: 1 !important;
    background-color: #3d4852 !important;
    background-color: rgba(61, 72, 82, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-darker{
    --bg-opacity: 1 !important;
    background-color: #606f7b !important;
    background-color: rgba(96, 111, 123, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-dark{
    --bg-opacity: 1 !important;
    background-color: #8795a1 !important;
    background-color: rgba(135, 149, 161, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey{
    --bg-opacity: 1 !important;
    background-color: #b8c2cc !important;
    background-color: rgba(184, 194, 204, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-light{
    --bg-opacity: 1 !important;
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-lighter{
    --bg-opacity: 1 !important;
    background-color: #f1f5f8 !important;
    background-color: rgba(241, 245, 248, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-lightest{
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

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

  .sm\:bg-red-darkest{
    --bg-opacity: 1 !important;
    background-color: #3b0d0c !important;
    background-color: rgba(59, 13, 12, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-darker{
    --bg-opacity: 1 !important;
    background-color: #621b18 !important;
    background-color: rgba(98, 27, 24, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-dark{
    --bg-opacity: 1 !important;
    background-color: #cc1f1a !important;
    background-color: rgba(204, 31, 26, var(--bg-opacity)) !important;
  }

  .sm\:bg-red{
    --bg-opacity: 1 !important;
    background-color: #e3342f !important;
    background-color: rgba(227, 52, 47, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-light{
    --bg-opacity: 1 !important;
    background-color: #ef5753 !important;
    background-color: rgba(239, 87, 83, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-lighter{
    --bg-opacity: 1 !important;
    background-color: #f9acaa !important;
    background-color: rgba(249, 172, 170, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-lightest{
    --bg-opacity: 1 !important;
    background-color: #fcebea !important;
    background-color: rgba(252, 235, 234, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-darkest{
    --bg-opacity: 1 !important;
    background-color: #462a16 !important;
    background-color: rgba(70, 42, 22, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-darker{
    --bg-opacity: 1 !important;
    background-color: #613b1f !important;
    background-color: rgba(97, 59, 31, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-dark{
    --bg-opacity: 1 !important;
    background-color: #de751f !important;
    background-color: rgba(222, 117, 31, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange{
    --bg-opacity: 1 !important;
    background-color: #f6993f !important;
    background-color: rgba(246, 153, 63, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-light{
    --bg-opacity: 1 !important;
    background-color: #faad63 !important;
    background-color: rgba(250, 173, 99, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-lighter{
    --bg-opacity: 1 !important;
    background-color: #fcd9b6 !important;
    background-color: rgba(252, 217, 182, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-lightest{
    --bg-opacity: 1 !important;
    background-color: #fff5eb !important;
    background-color: rgba(255, 245, 235, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-darkest{
    --bg-opacity: 1 !important;
    background-color: #453411 !important;
    background-color: rgba(69, 52, 17, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-darker{
    --bg-opacity: 1 !important;
    background-color: #684f1d !important;
    background-color: rgba(104, 79, 29, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-dark{
    --bg-opacity: 1 !important;
    background-color: #f2d024 !important;
    background-color: rgba(242, 208, 36, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow{
    --bg-opacity: 1 !important;
    background-color: #ffed4a !important;
    background-color: rgba(255, 237, 74, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-light{
    --bg-opacity: 1 !important;
    background-color: #fff382 !important;
    background-color: rgba(255, 243, 130, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-lighter{
    --bg-opacity: 1 !important;
    background-color: #fff9c2 !important;
    background-color: rgba(255, 249, 194, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-lightest{
    --bg-opacity: 1 !important;
    background-color: #fcfbeb !important;
    background-color: rgba(252, 251, 235, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-darkest{
    --bg-opacity: 1 !important;
    background-color: #0f2f21 !important;
    background-color: rgba(15, 47, 33, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-darker{
    --bg-opacity: 1 !important;
    background-color: #1a4731 !important;
    background-color: rgba(26, 71, 49, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-dark{
    --bg-opacity: 1 !important;
    background-color: #1f9d55 !important;
    background-color: rgba(31, 157, 85, var(--bg-opacity)) !important;
  }

  .sm\:bg-green{
    --bg-opacity: 1 !important;
    background-color: #38c172 !important;
    background-color: rgba(56, 193, 114, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-light{
    --bg-opacity: 1 !important;
    background-color: #51d88a !important;
    background-color: rgba(81, 216, 138, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-lighter{
    --bg-opacity: 1 !important;
    background-color: #a2f5bf !important;
    background-color: rgba(162, 245, 191, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-lightest{
    --bg-opacity: 1 !important;
    background-color: #e3fcec !important;
    background-color: rgba(227, 252, 236, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-darkest{
    --bg-opacity: 1 !important;
    background-color: #0d3331 !important;
    background-color: rgba(13, 51, 49, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-darker{
    --bg-opacity: 1 !important;
    background-color: #20504f !important;
    background-color: rgba(32, 80, 79, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-dark{
    --bg-opacity: 1 !important;
    background-color: #38a89d !important;
    background-color: rgba(56, 168, 157, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal{
    --bg-opacity: 1 !important;
    background-color: #4dc0b5 !important;
    background-color: rgba(77, 192, 181, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-light{
    --bg-opacity: 1 !important;
    background-color: #64d5ca !important;
    background-color: rgba(100, 213, 202, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-lighter{
    --bg-opacity: 1 !important;
    background-color: #a0f0ed !important;
    background-color: rgba(160, 240, 237, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-lightest{
    --bg-opacity: 1 !important;
    background-color: #e8fffe !important;
    background-color: rgba(232, 255, 254, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-darkest{
    --bg-opacity: 1 !important;
    background-color: #12283a !important;
    background-color: rgba(18, 40, 58, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-darker{
    --bg-opacity: 1 !important;
    background-color: #1c3d5a !important;
    background-color: rgba(28, 61, 90, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-dark{
    --bg-opacity: 1 !important;
    background-color: #2779bd !important;
    background-color: rgba(39, 121, 189, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue{
    --bg-opacity: 1 !important;
    background-color: #3490dc !important;
    background-color: rgba(52, 144, 220, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-light{
    --bg-opacity: 1 !important;
    background-color: #6cb2eb !important;
    background-color: rgba(108, 178, 235, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-lighter{
    --bg-opacity: 1 !important;
    background-color: #bcdefa !important;
    background-color: rgba(188, 222, 250, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-lightest{
    --bg-opacity: 1 !important;
    background-color: #eff8ff !important;
    background-color: rgba(239, 248, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-darkest{
    --bg-opacity: 1 !important;
    background-color: #191e38 !important;
    background-color: rgba(25, 30, 56, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-darker{
    --bg-opacity: 1 !important;
    background-color: #2f365f !important;
    background-color: rgba(47, 54, 95, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-dark{
    --bg-opacity: 1 !important;
    background-color: #5661b3 !important;
    background-color: rgba(86, 97, 179, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo{
    --bg-opacity: 1 !important;
    background-color: #6574cd !important;
    background-color: rgba(101, 116, 205, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-light{
    --bg-opacity: 1 !important;
    background-color: #7886d7 !important;
    background-color: rgba(120, 134, 215, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-lighter{
    --bg-opacity: 1 !important;
    background-color: #b2b7ff !important;
    background-color: rgba(178, 183, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-lightest{
    --bg-opacity: 1 !important;
    background-color: #e6e8ff !important;
    background-color: rgba(230, 232, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-darkest{
    --bg-opacity: 1 !important;
    background-color: #21183c !important;
    background-color: rgba(33, 24, 60, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-darker{
    --bg-opacity: 1 !important;
    background-color: #382b5f !important;
    background-color: rgba(56, 43, 95, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-dark{
    --bg-opacity: 1 !important;
    background-color: #794acf !important;
    background-color: rgba(121, 74, 207, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple{
    --bg-opacity: 1 !important;
    background-color: #9561e2 !important;
    background-color: rgba(149, 97, 226, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-light{
    --bg-opacity: 1 !important;
    background-color: #a779e9 !important;
    background-color: rgba(167, 121, 233, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-lighter{
    --bg-opacity: 1 !important;
    background-color: #d6bbfc !important;
    background-color: rgba(214, 187, 252, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-lightest{
    --bg-opacity: 1 !important;
    background-color: #f3ebff !important;
    background-color: rgba(243, 235, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-darkest{
    --bg-opacity: 1 !important;
    background-color: #451225 !important;
    background-color: rgba(69, 18, 37, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-darker{
    --bg-opacity: 1 !important;
    background-color: #6f213f !important;
    background-color: rgba(111, 33, 63, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-dark{
    --bg-opacity: 1 !important;
    background-color: #eb5286 !important;
    background-color: rgba(235, 82, 134, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink{
    --bg-opacity: 1 !important;
    background-color: #f66d9b !important;
    background-color: rgba(246, 109, 155, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-light{
    --bg-opacity: 1 !important;
    background-color: #fa7ea8 !important;
    background-color: rgba(250, 126, 168, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-lighter{
    --bg-opacity: 1 !important;
    background-color: #ffbbca !important;
    background-color: rgba(255, 187, 202, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-lightest{
    --bg-opacity: 1 !important;
    background-color: #ffebef !important;
    background-color: rgba(255, 235, 239, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .sm\:hover\:bg-black-real:hover{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #3d4852 !important;
    background-color: rgba(61, 72, 82, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #606f7b !important;
    background-color: rgba(96, 111, 123, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #8795a1 !important;
    background-color: rgba(135, 149, 161, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey:hover{
    --bg-opacity: 1 !important;
    background-color: #b8c2cc !important;
    background-color: rgba(184, 194, 204, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-light:hover{
    --bg-opacity: 1 !important;
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #f1f5f8 !important;
    background-color: rgba(241, 245, 248, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

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

  .sm\:hover\:bg-red-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #3b0d0c !important;
    background-color: rgba(59, 13, 12, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #621b18 !important;
    background-color: rgba(98, 27, 24, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #cc1f1a !important;
    background-color: rgba(204, 31, 26, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red:hover{
    --bg-opacity: 1 !important;
    background-color: #e3342f !important;
    background-color: rgba(227, 52, 47, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-light:hover{
    --bg-opacity: 1 !important;
    background-color: #ef5753 !important;
    background-color: rgba(239, 87, 83, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #f9acaa !important;
    background-color: rgba(249, 172, 170, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #fcebea !important;
    background-color: rgba(252, 235, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #462a16 !important;
    background-color: rgba(70, 42, 22, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #613b1f !important;
    background-color: rgba(97, 59, 31, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #de751f !important;
    background-color: rgba(222, 117, 31, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange:hover{
    --bg-opacity: 1 !important;
    background-color: #f6993f !important;
    background-color: rgba(246, 153, 63, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-light:hover{
    --bg-opacity: 1 !important;
    background-color: #faad63 !important;
    background-color: rgba(250, 173, 99, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #fcd9b6 !important;
    background-color: rgba(252, 217, 182, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5eb !important;
    background-color: rgba(255, 245, 235, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #453411 !important;
    background-color: rgba(69, 52, 17, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #684f1d !important;
    background-color: rgba(104, 79, 29, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #f2d024 !important;
    background-color: rgba(242, 208, 36, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow:hover{
    --bg-opacity: 1 !important;
    background-color: #ffed4a !important;
    background-color: rgba(255, 237, 74, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-light:hover{
    --bg-opacity: 1 !important;
    background-color: #fff382 !important;
    background-color: rgba(255, 243, 130, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #fff9c2 !important;
    background-color: rgba(255, 249, 194, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #fcfbeb !important;
    background-color: rgba(252, 251, 235, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #0f2f21 !important;
    background-color: rgba(15, 47, 33, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #1a4731 !important;
    background-color: rgba(26, 71, 49, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #1f9d55 !important;
    background-color: rgba(31, 157, 85, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green:hover{
    --bg-opacity: 1 !important;
    background-color: #38c172 !important;
    background-color: rgba(56, 193, 114, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-light:hover{
    --bg-opacity: 1 !important;
    background-color: #51d88a !important;
    background-color: rgba(81, 216, 138, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #a2f5bf !important;
    background-color: rgba(162, 245, 191, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #e3fcec !important;
    background-color: rgba(227, 252, 236, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #0d3331 !important;
    background-color: rgba(13, 51, 49, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #20504f !important;
    background-color: rgba(32, 80, 79, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #38a89d !important;
    background-color: rgba(56, 168, 157, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal:hover{
    --bg-opacity: 1 !important;
    background-color: #4dc0b5 !important;
    background-color: rgba(77, 192, 181, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-light:hover{
    --bg-opacity: 1 !important;
    background-color: #64d5ca !important;
    background-color: rgba(100, 213, 202, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #a0f0ed !important;
    background-color: rgba(160, 240, 237, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #e8fffe !important;
    background-color: rgba(232, 255, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #12283a !important;
    background-color: rgba(18, 40, 58, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #1c3d5a !important;
    background-color: rgba(28, 61, 90, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #2779bd !important;
    background-color: rgba(39, 121, 189, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue:hover{
    --bg-opacity: 1 !important;
    background-color: #3490dc !important;
    background-color: rgba(52, 144, 220, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-light:hover{
    --bg-opacity: 1 !important;
    background-color: #6cb2eb !important;
    background-color: rgba(108, 178, 235, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #bcdefa !important;
    background-color: rgba(188, 222, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #eff8ff !important;
    background-color: rgba(239, 248, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #191e38 !important;
    background-color: rgba(25, 30, 56, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #2f365f !important;
    background-color: rgba(47, 54, 95, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #5661b3 !important;
    background-color: rgba(86, 97, 179, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo:hover{
    --bg-opacity: 1 !important;
    background-color: #6574cd !important;
    background-color: rgba(101, 116, 205, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-light:hover{
    --bg-opacity: 1 !important;
    background-color: #7886d7 !important;
    background-color: rgba(120, 134, 215, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #b2b7ff !important;
    background-color: rgba(178, 183, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #e6e8ff !important;
    background-color: rgba(230, 232, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #21183c !important;
    background-color: rgba(33, 24, 60, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #382b5f !important;
    background-color: rgba(56, 43, 95, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #794acf !important;
    background-color: rgba(121, 74, 207, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple:hover{
    --bg-opacity: 1 !important;
    background-color: #9561e2 !important;
    background-color: rgba(149, 97, 226, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-light:hover{
    --bg-opacity: 1 !important;
    background-color: #a779e9 !important;
    background-color: rgba(167, 121, 233, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bbfc !important;
    background-color: rgba(214, 187, 252, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #f3ebff !important;
    background-color: rgba(243, 235, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #451225 !important;
    background-color: rgba(69, 18, 37, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #6f213f !important;
    background-color: rgba(111, 33, 63, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #eb5286 !important;
    background-color: rgba(235, 82, 134, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink:hover{
    --bg-opacity: 1 !important;
    background-color: #f66d9b !important;
    background-color: rgba(246, 109, 155, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-light:hover{
    --bg-opacity: 1 !important;
    background-color: #fa7ea8 !important;
    background-color: rgba(250, 126, 168, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #ffbbca !important;
    background-color: rgba(255, 187, 202, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #ffebef !important;
    background-color: rgba(255, 235, 239, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .sm\:focus\:bg-black-real:focus{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #3d4852 !important;
    background-color: rgba(61, 72, 82, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #606f7b !important;
    background-color: rgba(96, 111, 123, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #8795a1 !important;
    background-color: rgba(135, 149, 161, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey:focus{
    --bg-opacity: 1 !important;
    background-color: #b8c2cc !important;
    background-color: rgba(184, 194, 204, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-light:focus{
    --bg-opacity: 1 !important;
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #f1f5f8 !important;
    background-color: rgba(241, 245, 248, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

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

  .sm\:focus\:bg-red-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #3b0d0c !important;
    background-color: rgba(59, 13, 12, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #621b18 !important;
    background-color: rgba(98, 27, 24, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #cc1f1a !important;
    background-color: rgba(204, 31, 26, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red:focus{
    --bg-opacity: 1 !important;
    background-color: #e3342f !important;
    background-color: rgba(227, 52, 47, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-light:focus{
    --bg-opacity: 1 !important;
    background-color: #ef5753 !important;
    background-color: rgba(239, 87, 83, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #f9acaa !important;
    background-color: rgba(249, 172, 170, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #fcebea !important;
    background-color: rgba(252, 235, 234, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #462a16 !important;
    background-color: rgba(70, 42, 22, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #613b1f !important;
    background-color: rgba(97, 59, 31, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #de751f !important;
    background-color: rgba(222, 117, 31, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange:focus{
    --bg-opacity: 1 !important;
    background-color: #f6993f !important;
    background-color: rgba(246, 153, 63, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-light:focus{
    --bg-opacity: 1 !important;
    background-color: #faad63 !important;
    background-color: rgba(250, 173, 99, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #fcd9b6 !important;
    background-color: rgba(252, 217, 182, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5eb !important;
    background-color: rgba(255, 245, 235, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #453411 !important;
    background-color: rgba(69, 52, 17, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #684f1d !important;
    background-color: rgba(104, 79, 29, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #f2d024 !important;
    background-color: rgba(242, 208, 36, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow:focus{
    --bg-opacity: 1 !important;
    background-color: #ffed4a !important;
    background-color: rgba(255, 237, 74, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-light:focus{
    --bg-opacity: 1 !important;
    background-color: #fff382 !important;
    background-color: rgba(255, 243, 130, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #fff9c2 !important;
    background-color: rgba(255, 249, 194, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #fcfbeb !important;
    background-color: rgba(252, 251, 235, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #0f2f21 !important;
    background-color: rgba(15, 47, 33, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #1a4731 !important;
    background-color: rgba(26, 71, 49, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #1f9d55 !important;
    background-color: rgba(31, 157, 85, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green:focus{
    --bg-opacity: 1 !important;
    background-color: #38c172 !important;
    background-color: rgba(56, 193, 114, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-light:focus{
    --bg-opacity: 1 !important;
    background-color: #51d88a !important;
    background-color: rgba(81, 216, 138, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #a2f5bf !important;
    background-color: rgba(162, 245, 191, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #e3fcec !important;
    background-color: rgba(227, 252, 236, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #0d3331 !important;
    background-color: rgba(13, 51, 49, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #20504f !important;
    background-color: rgba(32, 80, 79, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #38a89d !important;
    background-color: rgba(56, 168, 157, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal:focus{
    --bg-opacity: 1 !important;
    background-color: #4dc0b5 !important;
    background-color: rgba(77, 192, 181, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-light:focus{
    --bg-opacity: 1 !important;
    background-color: #64d5ca !important;
    background-color: rgba(100, 213, 202, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #a0f0ed !important;
    background-color: rgba(160, 240, 237, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #e8fffe !important;
    background-color: rgba(232, 255, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #12283a !important;
    background-color: rgba(18, 40, 58, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #1c3d5a !important;
    background-color: rgba(28, 61, 90, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #2779bd !important;
    background-color: rgba(39, 121, 189, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue:focus{
    --bg-opacity: 1 !important;
    background-color: #3490dc !important;
    background-color: rgba(52, 144, 220, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-light:focus{
    --bg-opacity: 1 !important;
    background-color: #6cb2eb !important;
    background-color: rgba(108, 178, 235, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #bcdefa !important;
    background-color: rgba(188, 222, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #eff8ff !important;
    background-color: rgba(239, 248, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #191e38 !important;
    background-color: rgba(25, 30, 56, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #2f365f !important;
    background-color: rgba(47, 54, 95, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #5661b3 !important;
    background-color: rgba(86, 97, 179, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo:focus{
    --bg-opacity: 1 !important;
    background-color: #6574cd !important;
    background-color: rgba(101, 116, 205, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-light:focus{
    --bg-opacity: 1 !important;
    background-color: #7886d7 !important;
    background-color: rgba(120, 134, 215, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #b2b7ff !important;
    background-color: rgba(178, 183, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #e6e8ff !important;
    background-color: rgba(230, 232, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #21183c !important;
    background-color: rgba(33, 24, 60, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #382b5f !important;
    background-color: rgba(56, 43, 95, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #794acf !important;
    background-color: rgba(121, 74, 207, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple:focus{
    --bg-opacity: 1 !important;
    background-color: #9561e2 !important;
    background-color: rgba(149, 97, 226, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-light:focus{
    --bg-opacity: 1 !important;
    background-color: #a779e9 !important;
    background-color: rgba(167, 121, 233, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bbfc !important;
    background-color: rgba(214, 187, 252, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #f3ebff !important;
    background-color: rgba(243, 235, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #451225 !important;
    background-color: rgba(69, 18, 37, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #6f213f !important;
    background-color: rgba(111, 33, 63, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #eb5286 !important;
    background-color: rgba(235, 82, 134, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink:focus{
    --bg-opacity: 1 !important;
    background-color: #f66d9b !important;
    background-color: rgba(246, 109, 155, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-light:focus{
    --bg-opacity: 1 !important;
    background-color: #fa7ea8 !important;
    background-color: rgba(250, 126, 168, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #ffbbca !important;
    background-color: rgba(255, 187, 202, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #ffebef !important;
    background-color: rgba(255, 235, 239, var(--bg-opacity)) !important;
  }

  .sm\:bg-none{
    background-image: none !important;
  }

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

  .sm\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .sm\:from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-black-real{
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-black{
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .sm\:from-grey-darkest{
    --gradient-from-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .sm\:from-grey-darker{
    --gradient-from-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .sm\:from-grey-dark{
    --gradient-from-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .sm\:from-grey{
    --gradient-from-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .sm\:from-grey-light{
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .sm\:from-grey-lighter{
    --gradient-from-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .sm\:from-grey-lightest{
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:from-white{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-red-darkest{
    --gradient-from-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .sm\:from-red-darker{
    --gradient-from-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .sm\:from-red-dark{
    --gradient-from-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .sm\:from-red{
    --gradient-from-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .sm\:from-red-light{
    --gradient-from-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .sm\:from-red-lighter{
    --gradient-from-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .sm\:from-red-lightest{
    --gradient-from-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .sm\:from-orange-darkest{
    --gradient-from-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .sm\:from-orange-darker{
    --gradient-from-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .sm\:from-orange-dark{
    --gradient-from-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .sm\:from-orange{
    --gradient-from-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .sm\:from-orange-light{
    --gradient-from-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .sm\:from-orange-lighter{
    --gradient-from-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .sm\:from-orange-lightest{
    --gradient-from-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .sm\:from-yellow-darkest{
    --gradient-from-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .sm\:from-yellow-darker{
    --gradient-from-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .sm\:from-yellow-dark{
    --gradient-from-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .sm\:from-yellow{
    --gradient-from-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .sm\:from-yellow-light{
    --gradient-from-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .sm\:from-yellow-lighter{
    --gradient-from-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .sm\:from-yellow-lightest{
    --gradient-from-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .sm\:from-green-darkest{
    --gradient-from-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .sm\:from-green-darker{
    --gradient-from-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .sm\:from-green-dark{
    --gradient-from-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .sm\:from-green{
    --gradient-from-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .sm\:from-green-light{
    --gradient-from-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .sm\:from-green-lighter{
    --gradient-from-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .sm\:from-green-lightest{
    --gradient-from-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .sm\:from-teal-darkest{
    --gradient-from-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .sm\:from-teal-darker{
    --gradient-from-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .sm\:from-teal-dark{
    --gradient-from-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .sm\:from-teal{
    --gradient-from-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .sm\:from-teal-light{
    --gradient-from-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .sm\:from-teal-lighter{
    --gradient-from-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .sm\:from-teal-lightest{
    --gradient-from-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .sm\:from-blue-darkest{
    --gradient-from-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .sm\:from-blue-darker{
    --gradient-from-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .sm\:from-blue-dark{
    --gradient-from-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .sm\:from-blue{
    --gradient-from-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .sm\:from-blue-light{
    --gradient-from-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .sm\:from-blue-lighter{
    --gradient-from-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .sm\:from-blue-lightest{
    --gradient-from-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .sm\:from-indigo-darkest{
    --gradient-from-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .sm\:from-indigo-darker{
    --gradient-from-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .sm\:from-indigo-dark{
    --gradient-from-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .sm\:from-indigo{
    --gradient-from-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .sm\:from-indigo-light{
    --gradient-from-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .sm\:from-indigo-lighter{
    --gradient-from-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .sm\:from-indigo-lightest{
    --gradient-from-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .sm\:from-purple-darkest{
    --gradient-from-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .sm\:from-purple-darker{
    --gradient-from-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .sm\:from-purple-dark{
    --gradient-from-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .sm\:from-purple{
    --gradient-from-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .sm\:from-purple-light{
    --gradient-from-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .sm\:from-purple-lighter{
    --gradient-from-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .sm\:from-purple-lightest{
    --gradient-from-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .sm\:from-pink-darkest{
    --gradient-from-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .sm\:from-pink-darker{
    --gradient-from-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .sm\:from-pink-dark{
    --gradient-from-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .sm\:from-pink{
    --gradient-from-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .sm\:from-pink-light{
    --gradient-from-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .sm\:from-pink-lighter{
    --gradient-from-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .sm\:from-pink-lightest{
    --gradient-from-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .sm\:via-transparent{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-black-real{
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-black{
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .sm\:via-grey-darkest{
    --gradient-via-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .sm\:via-grey-darker{
    --gradient-via-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .sm\:via-grey-dark{
    --gradient-via-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .sm\:via-grey{
    --gradient-via-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .sm\:via-grey-light{
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .sm\:via-grey-lighter{
    --gradient-via-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .sm\:via-grey-lightest{
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:via-white{
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-red-darkest{
    --gradient-via-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .sm\:via-red-darker{
    --gradient-via-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .sm\:via-red-dark{
    --gradient-via-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .sm\:via-red{
    --gradient-via-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .sm\:via-red-light{
    --gradient-via-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .sm\:via-red-lighter{
    --gradient-via-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .sm\:via-red-lightest{
    --gradient-via-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .sm\:via-orange-darkest{
    --gradient-via-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .sm\:via-orange-darker{
    --gradient-via-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .sm\:via-orange-dark{
    --gradient-via-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .sm\:via-orange{
    --gradient-via-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .sm\:via-orange-light{
    --gradient-via-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .sm\:via-orange-lighter{
    --gradient-via-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .sm\:via-orange-lightest{
    --gradient-via-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .sm\:via-yellow-darkest{
    --gradient-via-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .sm\:via-yellow-darker{
    --gradient-via-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .sm\:via-yellow-dark{
    --gradient-via-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .sm\:via-yellow{
    --gradient-via-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .sm\:via-yellow-light{
    --gradient-via-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .sm\:via-yellow-lighter{
    --gradient-via-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .sm\:via-yellow-lightest{
    --gradient-via-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .sm\:via-green-darkest{
    --gradient-via-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .sm\:via-green-darker{
    --gradient-via-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .sm\:via-green-dark{
    --gradient-via-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .sm\:via-green{
    --gradient-via-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .sm\:via-green-light{
    --gradient-via-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .sm\:via-green-lighter{
    --gradient-via-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .sm\:via-green-lightest{
    --gradient-via-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .sm\:via-teal-darkest{
    --gradient-via-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .sm\:via-teal-darker{
    --gradient-via-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .sm\:via-teal-dark{
    --gradient-via-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .sm\:via-teal{
    --gradient-via-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .sm\:via-teal-light{
    --gradient-via-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .sm\:via-teal-lighter{
    --gradient-via-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .sm\:via-teal-lightest{
    --gradient-via-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .sm\:via-blue-darkest{
    --gradient-via-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .sm\:via-blue-darker{
    --gradient-via-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .sm\:via-blue-dark{
    --gradient-via-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .sm\:via-blue{
    --gradient-via-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .sm\:via-blue-light{
    --gradient-via-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .sm\:via-blue-lighter{
    --gradient-via-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .sm\:via-blue-lightest{
    --gradient-via-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .sm\:via-indigo-darkest{
    --gradient-via-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .sm\:via-indigo-darker{
    --gradient-via-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .sm\:via-indigo-dark{
    --gradient-via-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .sm\:via-indigo{
    --gradient-via-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .sm\:via-indigo-light{
    --gradient-via-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .sm\:via-indigo-lighter{
    --gradient-via-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .sm\:via-indigo-lightest{
    --gradient-via-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .sm\:via-purple-darkest{
    --gradient-via-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .sm\:via-purple-darker{
    --gradient-via-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .sm\:via-purple-dark{
    --gradient-via-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .sm\:via-purple{
    --gradient-via-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .sm\:via-purple-light{
    --gradient-via-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .sm\:via-purple-lighter{
    --gradient-via-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .sm\:via-purple-lightest{
    --gradient-via-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .sm\:via-pink-darkest{
    --gradient-via-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .sm\:via-pink-darker{
    --gradient-via-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .sm\:via-pink-dark{
    --gradient-via-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .sm\:via-pink{
    --gradient-via-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .sm\:via-pink-light{
    --gradient-via-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .sm\:via-pink-lighter{
    --gradient-via-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .sm\:via-pink-lightest{
    --gradient-via-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .sm\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .sm\:to-black-real{
    --gradient-to-color: #000000 !important;
  }

  .sm\:to-black{
    --gradient-to-color: #22292f !important;
  }

  .sm\:to-grey-darkest{
    --gradient-to-color: #3d4852 !important;
  }

  .sm\:to-grey-darker{
    --gradient-to-color: #606f7b !important;
  }

  .sm\:to-grey-dark{
    --gradient-to-color: #8795a1 !important;
  }

  .sm\:to-grey{
    --gradient-to-color: #b8c2cc !important;
  }

  .sm\:to-grey-light{
    --gradient-to-color: #dae1e7 !important;
  }

  .sm\:to-grey-lighter{
    --gradient-to-color: #f1f5f8 !important;
  }

  .sm\:to-grey-lightest{
    --gradient-to-color: #f8fafc !important;
  }

  .sm\:to-white{
    --gradient-to-color: #ffffff !important;
  }

  .sm\:to-red-darkest{
    --gradient-to-color: #3b0d0c !important;
  }

  .sm\:to-red-darker{
    --gradient-to-color: #621b18 !important;
  }

  .sm\:to-red-dark{
    --gradient-to-color: #cc1f1a !important;
  }

  .sm\:to-red{
    --gradient-to-color: #e3342f !important;
  }

  .sm\:to-red-light{
    --gradient-to-color: #ef5753 !important;
  }

  .sm\:to-red-lighter{
    --gradient-to-color: #f9acaa !important;
  }

  .sm\:to-red-lightest{
    --gradient-to-color: #fcebea !important;
  }

  .sm\:to-orange-darkest{
    --gradient-to-color: #462a16 !important;
  }

  .sm\:to-orange-darker{
    --gradient-to-color: #613b1f !important;
  }

  .sm\:to-orange-dark{
    --gradient-to-color: #de751f !important;
  }

  .sm\:to-orange{
    --gradient-to-color: #f6993f !important;
  }

  .sm\:to-orange-light{
    --gradient-to-color: #faad63 !important;
  }

  .sm\:to-orange-lighter{
    --gradient-to-color: #fcd9b6 !important;
  }

  .sm\:to-orange-lightest{
    --gradient-to-color: #fff5eb !important;
  }

  .sm\:to-yellow-darkest{
    --gradient-to-color: #453411 !important;
  }

  .sm\:to-yellow-darker{
    --gradient-to-color: #684f1d !important;
  }

  .sm\:to-yellow-dark{
    --gradient-to-color: #f2d024 !important;
  }

  .sm\:to-yellow{
    --gradient-to-color: #ffed4a !important;
  }

  .sm\:to-yellow-light{
    --gradient-to-color: #fff382 !important;
  }

  .sm\:to-yellow-lighter{
    --gradient-to-color: #fff9c2 !important;
  }

  .sm\:to-yellow-lightest{
    --gradient-to-color: #fcfbeb !important;
  }

  .sm\:to-green-darkest{
    --gradient-to-color: #0f2f21 !important;
  }

  .sm\:to-green-darker{
    --gradient-to-color: #1a4731 !important;
  }

  .sm\:to-green-dark{
    --gradient-to-color: #1f9d55 !important;
  }

  .sm\:to-green{
    --gradient-to-color: #38c172 !important;
  }

  .sm\:to-green-light{
    --gradient-to-color: #51d88a !important;
  }

  .sm\:to-green-lighter{
    --gradient-to-color: #a2f5bf !important;
  }

  .sm\:to-green-lightest{
    --gradient-to-color: #e3fcec !important;
  }

  .sm\:to-teal-darkest{
    --gradient-to-color: #0d3331 !important;
  }

  .sm\:to-teal-darker{
    --gradient-to-color: #20504f !important;
  }

  .sm\:to-teal-dark{
    --gradient-to-color: #38a89d !important;
  }

  .sm\:to-teal{
    --gradient-to-color: #4dc0b5 !important;
  }

  .sm\:to-teal-light{
    --gradient-to-color: #64d5ca !important;
  }

  .sm\:to-teal-lighter{
    --gradient-to-color: #a0f0ed !important;
  }

  .sm\:to-teal-lightest{
    --gradient-to-color: #e8fffe !important;
  }

  .sm\:to-blue-darkest{
    --gradient-to-color: #12283a !important;
  }

  .sm\:to-blue-darker{
    --gradient-to-color: #1c3d5a !important;
  }

  .sm\:to-blue-dark{
    --gradient-to-color: #2779bd !important;
  }

  .sm\:to-blue{
    --gradient-to-color: #3490dc !important;
  }

  .sm\:to-blue-light{
    --gradient-to-color: #6cb2eb !important;
  }

  .sm\:to-blue-lighter{
    --gradient-to-color: #bcdefa !important;
  }

  .sm\:to-blue-lightest{
    --gradient-to-color: #eff8ff !important;
  }

  .sm\:to-indigo-darkest{
    --gradient-to-color: #191e38 !important;
  }

  .sm\:to-indigo-darker{
    --gradient-to-color: #2f365f !important;
  }

  .sm\:to-indigo-dark{
    --gradient-to-color: #5661b3 !important;
  }

  .sm\:to-indigo{
    --gradient-to-color: #6574cd !important;
  }

  .sm\:to-indigo-light{
    --gradient-to-color: #7886d7 !important;
  }

  .sm\:to-indigo-lighter{
    --gradient-to-color: #b2b7ff !important;
  }

  .sm\:to-indigo-lightest{
    --gradient-to-color: #e6e8ff !important;
  }

  .sm\:to-purple-darkest{
    --gradient-to-color: #21183c !important;
  }

  .sm\:to-purple-darker{
    --gradient-to-color: #382b5f !important;
  }

  .sm\:to-purple-dark{
    --gradient-to-color: #794acf !important;
  }

  .sm\:to-purple{
    --gradient-to-color: #9561e2 !important;
  }

  .sm\:to-purple-light{
    --gradient-to-color: #a779e9 !important;
  }

  .sm\:to-purple-lighter{
    --gradient-to-color: #d6bbfc !important;
  }

  .sm\:to-purple-lightest{
    --gradient-to-color: #f3ebff !important;
  }

  .sm\:to-pink-darkest{
    --gradient-to-color: #451225 !important;
  }

  .sm\:to-pink-darker{
    --gradient-to-color: #6f213f !important;
  }

  .sm\:to-pink-dark{
    --gradient-to-color: #eb5286 !important;
  }

  .sm\:to-pink{
    --gradient-to-color: #f66d9b !important;
  }

  .sm\:to-pink-light{
    --gradient-to-color: #fa7ea8 !important;
  }

  .sm\:to-pink-lighter{
    --gradient-to-color: #ffbbca !important;
  }

  .sm\:to-pink-lightest{
    --gradient-to-color: #ffebef !important;
  }

  .sm\:hover\:from-transparent:hover{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-black-real:hover{
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-black:hover{
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .sm\:hover\:from-grey-darkest:hover{
    --gradient-from-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .sm\:hover\:from-grey-darker:hover{
    --gradient-from-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .sm\:hover\:from-grey-dark:hover{
    --gradient-from-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .sm\:hover\:from-grey:hover{
    --gradient-from-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .sm\:hover\:from-grey-light:hover{
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .sm\:hover\:from-grey-lighter:hover{
    --gradient-from-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .sm\:hover\:from-grey-lightest:hover{
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:hover\:from-white:hover{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-red-darkest:hover{
    --gradient-from-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .sm\:hover\:from-red-darker:hover{
    --gradient-from-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .sm\:hover\:from-red-dark:hover{
    --gradient-from-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .sm\:hover\:from-red:hover{
    --gradient-from-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .sm\:hover\:from-red-light:hover{
    --gradient-from-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .sm\:hover\:from-red-lighter:hover{
    --gradient-from-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .sm\:hover\:from-red-lightest:hover{
    --gradient-from-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .sm\:hover\:from-orange-darkest:hover{
    --gradient-from-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .sm\:hover\:from-orange-darker:hover{
    --gradient-from-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .sm\:hover\:from-orange-dark:hover{
    --gradient-from-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .sm\:hover\:from-orange:hover{
    --gradient-from-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .sm\:hover\:from-orange-light:hover{
    --gradient-from-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .sm\:hover\:from-orange-lighter:hover{
    --gradient-from-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .sm\:hover\:from-orange-lightest:hover{
    --gradient-from-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .sm\:hover\:from-yellow-darkest:hover{
    --gradient-from-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .sm\:hover\:from-yellow-darker:hover{
    --gradient-from-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .sm\:hover\:from-yellow-dark:hover{
    --gradient-from-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .sm\:hover\:from-yellow:hover{
    --gradient-from-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .sm\:hover\:from-yellow-light:hover{
    --gradient-from-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .sm\:hover\:from-yellow-lighter:hover{
    --gradient-from-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .sm\:hover\:from-yellow-lightest:hover{
    --gradient-from-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .sm\:hover\:from-green-darkest:hover{
    --gradient-from-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .sm\:hover\:from-green-darker:hover{
    --gradient-from-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .sm\:hover\:from-green-dark:hover{
    --gradient-from-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .sm\:hover\:from-green:hover{
    --gradient-from-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .sm\:hover\:from-green-light:hover{
    --gradient-from-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .sm\:hover\:from-green-lighter:hover{
    --gradient-from-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .sm\:hover\:from-green-lightest:hover{
    --gradient-from-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .sm\:hover\:from-teal-darkest:hover{
    --gradient-from-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .sm\:hover\:from-teal-darker:hover{
    --gradient-from-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .sm\:hover\:from-teal-dark:hover{
    --gradient-from-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .sm\:hover\:from-teal:hover{
    --gradient-from-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .sm\:hover\:from-teal-light:hover{
    --gradient-from-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .sm\:hover\:from-teal-lighter:hover{
    --gradient-from-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .sm\:hover\:from-teal-lightest:hover{
    --gradient-from-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .sm\:hover\:from-blue-darkest:hover{
    --gradient-from-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .sm\:hover\:from-blue-darker:hover{
    --gradient-from-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .sm\:hover\:from-blue-dark:hover{
    --gradient-from-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .sm\:hover\:from-blue:hover{
    --gradient-from-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .sm\:hover\:from-blue-light:hover{
    --gradient-from-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .sm\:hover\:from-blue-lighter:hover{
    --gradient-from-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .sm\:hover\:from-blue-lightest:hover{
    --gradient-from-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .sm\:hover\:from-indigo-darkest:hover{
    --gradient-from-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .sm\:hover\:from-indigo-darker:hover{
    --gradient-from-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .sm\:hover\:from-indigo-dark:hover{
    --gradient-from-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .sm\:hover\:from-indigo:hover{
    --gradient-from-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .sm\:hover\:from-indigo-light:hover{
    --gradient-from-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .sm\:hover\:from-indigo-lighter:hover{
    --gradient-from-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .sm\:hover\:from-indigo-lightest:hover{
    --gradient-from-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .sm\:hover\:from-purple-darkest:hover{
    --gradient-from-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .sm\:hover\:from-purple-darker:hover{
    --gradient-from-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .sm\:hover\:from-purple-dark:hover{
    --gradient-from-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .sm\:hover\:from-purple:hover{
    --gradient-from-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .sm\:hover\:from-purple-light:hover{
    --gradient-from-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .sm\:hover\:from-purple-lighter:hover{
    --gradient-from-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .sm\:hover\:from-purple-lightest:hover{
    --gradient-from-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .sm\:hover\:from-pink-darkest:hover{
    --gradient-from-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .sm\:hover\:from-pink-darker:hover{
    --gradient-from-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .sm\:hover\:from-pink-dark:hover{
    --gradient-from-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .sm\:hover\:from-pink:hover{
    --gradient-from-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .sm\:hover\:from-pink-light:hover{
    --gradient-from-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .sm\:hover\:from-pink-lighter:hover{
    --gradient-from-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .sm\:hover\:from-pink-lightest:hover{
    --gradient-from-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .sm\:hover\:via-transparent:hover{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-black-real:hover{
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-black:hover{
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .sm\:hover\:via-grey-darkest:hover{
    --gradient-via-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .sm\:hover\:via-grey-darker:hover{
    --gradient-via-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .sm\:hover\:via-grey-dark:hover{
    --gradient-via-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .sm\:hover\:via-grey:hover{
    --gradient-via-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .sm\:hover\:via-grey-light:hover{
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .sm\:hover\:via-grey-lighter:hover{
    --gradient-via-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .sm\:hover\:via-grey-lightest:hover{
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:hover\:via-white:hover{
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-red-darkest:hover{
    --gradient-via-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .sm\:hover\:via-red-darker:hover{
    --gradient-via-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .sm\:hover\:via-red-dark:hover{
    --gradient-via-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .sm\:hover\:via-red:hover{
    --gradient-via-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .sm\:hover\:via-red-light:hover{
    --gradient-via-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .sm\:hover\:via-red-lighter:hover{
    --gradient-via-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .sm\:hover\:via-red-lightest:hover{
    --gradient-via-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .sm\:hover\:via-orange-darkest:hover{
    --gradient-via-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .sm\:hover\:via-orange-darker:hover{
    --gradient-via-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .sm\:hover\:via-orange-dark:hover{
    --gradient-via-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .sm\:hover\:via-orange:hover{
    --gradient-via-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .sm\:hover\:via-orange-light:hover{
    --gradient-via-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .sm\:hover\:via-orange-lighter:hover{
    --gradient-via-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .sm\:hover\:via-orange-lightest:hover{
    --gradient-via-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .sm\:hover\:via-yellow-darkest:hover{
    --gradient-via-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .sm\:hover\:via-yellow-darker:hover{
    --gradient-via-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .sm\:hover\:via-yellow-dark:hover{
    --gradient-via-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .sm\:hover\:via-yellow:hover{
    --gradient-via-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .sm\:hover\:via-yellow-light:hover{
    --gradient-via-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .sm\:hover\:via-yellow-lighter:hover{
    --gradient-via-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .sm\:hover\:via-yellow-lightest:hover{
    --gradient-via-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .sm\:hover\:via-green-darkest:hover{
    --gradient-via-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .sm\:hover\:via-green-darker:hover{
    --gradient-via-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .sm\:hover\:via-green-dark:hover{
    --gradient-via-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .sm\:hover\:via-green:hover{
    --gradient-via-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .sm\:hover\:via-green-light:hover{
    --gradient-via-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .sm\:hover\:via-green-lighter:hover{
    --gradient-via-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .sm\:hover\:via-green-lightest:hover{
    --gradient-via-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .sm\:hover\:via-teal-darkest:hover{
    --gradient-via-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .sm\:hover\:via-teal-darker:hover{
    --gradient-via-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .sm\:hover\:via-teal-dark:hover{
    --gradient-via-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .sm\:hover\:via-teal:hover{
    --gradient-via-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .sm\:hover\:via-teal-light:hover{
    --gradient-via-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .sm\:hover\:via-teal-lighter:hover{
    --gradient-via-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .sm\:hover\:via-teal-lightest:hover{
    --gradient-via-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .sm\:hover\:via-blue-darkest:hover{
    --gradient-via-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .sm\:hover\:via-blue-darker:hover{
    --gradient-via-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .sm\:hover\:via-blue-dark:hover{
    --gradient-via-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .sm\:hover\:via-blue:hover{
    --gradient-via-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .sm\:hover\:via-blue-light:hover{
    --gradient-via-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .sm\:hover\:via-blue-lighter:hover{
    --gradient-via-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .sm\:hover\:via-blue-lightest:hover{
    --gradient-via-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .sm\:hover\:via-indigo-darkest:hover{
    --gradient-via-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .sm\:hover\:via-indigo-darker:hover{
    --gradient-via-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .sm\:hover\:via-indigo-dark:hover{
    --gradient-via-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .sm\:hover\:via-indigo:hover{
    --gradient-via-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .sm\:hover\:via-indigo-light:hover{
    --gradient-via-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .sm\:hover\:via-indigo-lighter:hover{
    --gradient-via-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .sm\:hover\:via-indigo-lightest:hover{
    --gradient-via-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .sm\:hover\:via-purple-darkest:hover{
    --gradient-via-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .sm\:hover\:via-purple-darker:hover{
    --gradient-via-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .sm\:hover\:via-purple-dark:hover{
    --gradient-via-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .sm\:hover\:via-purple:hover{
    --gradient-via-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .sm\:hover\:via-purple-light:hover{
    --gradient-via-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .sm\:hover\:via-purple-lighter:hover{
    --gradient-via-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .sm\:hover\:via-purple-lightest:hover{
    --gradient-via-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .sm\:hover\:via-pink-darkest:hover{
    --gradient-via-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .sm\:hover\:via-pink-darker:hover{
    --gradient-via-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .sm\:hover\:via-pink-dark:hover{
    --gradient-via-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .sm\:hover\:via-pink:hover{
    --gradient-via-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .sm\:hover\:via-pink-light:hover{
    --gradient-via-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .sm\:hover\:via-pink-lighter:hover{
    --gradient-via-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .sm\:hover\:via-pink-lightest:hover{
    --gradient-via-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .sm\:hover\:to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .sm\:hover\:to-black-real:hover{
    --gradient-to-color: #000000 !important;
  }

  .sm\:hover\:to-black:hover{
    --gradient-to-color: #22292f !important;
  }

  .sm\:hover\:to-grey-darkest:hover{
    --gradient-to-color: #3d4852 !important;
  }

  .sm\:hover\:to-grey-darker:hover{
    --gradient-to-color: #606f7b !important;
  }

  .sm\:hover\:to-grey-dark:hover{
    --gradient-to-color: #8795a1 !important;
  }

  .sm\:hover\:to-grey:hover{
    --gradient-to-color: #b8c2cc !important;
  }

  .sm\:hover\:to-grey-light:hover{
    --gradient-to-color: #dae1e7 !important;
  }

  .sm\:hover\:to-grey-lighter:hover{
    --gradient-to-color: #f1f5f8 !important;
  }

  .sm\:hover\:to-grey-lightest:hover{
    --gradient-to-color: #f8fafc !important;
  }

  .sm\:hover\:to-white:hover{
    --gradient-to-color: #ffffff !important;
  }

  .sm\:hover\:to-red-darkest:hover{
    --gradient-to-color: #3b0d0c !important;
  }

  .sm\:hover\:to-red-darker:hover{
    --gradient-to-color: #621b18 !important;
  }

  .sm\:hover\:to-red-dark:hover{
    --gradient-to-color: #cc1f1a !important;
  }

  .sm\:hover\:to-red:hover{
    --gradient-to-color: #e3342f !important;
  }

  .sm\:hover\:to-red-light:hover{
    --gradient-to-color: #ef5753 !important;
  }

  .sm\:hover\:to-red-lighter:hover{
    --gradient-to-color: #f9acaa !important;
  }

  .sm\:hover\:to-red-lightest:hover{
    --gradient-to-color: #fcebea !important;
  }

  .sm\:hover\:to-orange-darkest:hover{
    --gradient-to-color: #462a16 !important;
  }

  .sm\:hover\:to-orange-darker:hover{
    --gradient-to-color: #613b1f !important;
  }

  .sm\:hover\:to-orange-dark:hover{
    --gradient-to-color: #de751f !important;
  }

  .sm\:hover\:to-orange:hover{
    --gradient-to-color: #f6993f !important;
  }

  .sm\:hover\:to-orange-light:hover{
    --gradient-to-color: #faad63 !important;
  }

  .sm\:hover\:to-orange-lighter:hover{
    --gradient-to-color: #fcd9b6 !important;
  }

  .sm\:hover\:to-orange-lightest:hover{
    --gradient-to-color: #fff5eb !important;
  }

  .sm\:hover\:to-yellow-darkest:hover{
    --gradient-to-color: #453411 !important;
  }

  .sm\:hover\:to-yellow-darker:hover{
    --gradient-to-color: #684f1d !important;
  }

  .sm\:hover\:to-yellow-dark:hover{
    --gradient-to-color: #f2d024 !important;
  }

  .sm\:hover\:to-yellow:hover{
    --gradient-to-color: #ffed4a !important;
  }

  .sm\:hover\:to-yellow-light:hover{
    --gradient-to-color: #fff382 !important;
  }

  .sm\:hover\:to-yellow-lighter:hover{
    --gradient-to-color: #fff9c2 !important;
  }

  .sm\:hover\:to-yellow-lightest:hover{
    --gradient-to-color: #fcfbeb !important;
  }

  .sm\:hover\:to-green-darkest:hover{
    --gradient-to-color: #0f2f21 !important;
  }

  .sm\:hover\:to-green-darker:hover{
    --gradient-to-color: #1a4731 !important;
  }

  .sm\:hover\:to-green-dark:hover{
    --gradient-to-color: #1f9d55 !important;
  }

  .sm\:hover\:to-green:hover{
    --gradient-to-color: #38c172 !important;
  }

  .sm\:hover\:to-green-light:hover{
    --gradient-to-color: #51d88a !important;
  }

  .sm\:hover\:to-green-lighter:hover{
    --gradient-to-color: #a2f5bf !important;
  }

  .sm\:hover\:to-green-lightest:hover{
    --gradient-to-color: #e3fcec !important;
  }

  .sm\:hover\:to-teal-darkest:hover{
    --gradient-to-color: #0d3331 !important;
  }

  .sm\:hover\:to-teal-darker:hover{
    --gradient-to-color: #20504f !important;
  }

  .sm\:hover\:to-teal-dark:hover{
    --gradient-to-color: #38a89d !important;
  }

  .sm\:hover\:to-teal:hover{
    --gradient-to-color: #4dc0b5 !important;
  }

  .sm\:hover\:to-teal-light:hover{
    --gradient-to-color: #64d5ca !important;
  }

  .sm\:hover\:to-teal-lighter:hover{
    --gradient-to-color: #a0f0ed !important;
  }

  .sm\:hover\:to-teal-lightest:hover{
    --gradient-to-color: #e8fffe !important;
  }

  .sm\:hover\:to-blue-darkest:hover{
    --gradient-to-color: #12283a !important;
  }

  .sm\:hover\:to-blue-darker:hover{
    --gradient-to-color: #1c3d5a !important;
  }

  .sm\:hover\:to-blue-dark:hover{
    --gradient-to-color: #2779bd !important;
  }

  .sm\:hover\:to-blue:hover{
    --gradient-to-color: #3490dc !important;
  }

  .sm\:hover\:to-blue-light:hover{
    --gradient-to-color: #6cb2eb !important;
  }

  .sm\:hover\:to-blue-lighter:hover{
    --gradient-to-color: #bcdefa !important;
  }

  .sm\:hover\:to-blue-lightest:hover{
    --gradient-to-color: #eff8ff !important;
  }

  .sm\:hover\:to-indigo-darkest:hover{
    --gradient-to-color: #191e38 !important;
  }

  .sm\:hover\:to-indigo-darker:hover{
    --gradient-to-color: #2f365f !important;
  }

  .sm\:hover\:to-indigo-dark:hover{
    --gradient-to-color: #5661b3 !important;
  }

  .sm\:hover\:to-indigo:hover{
    --gradient-to-color: #6574cd !important;
  }

  .sm\:hover\:to-indigo-light:hover{
    --gradient-to-color: #7886d7 !important;
  }

  .sm\:hover\:to-indigo-lighter:hover{
    --gradient-to-color: #b2b7ff !important;
  }

  .sm\:hover\:to-indigo-lightest:hover{
    --gradient-to-color: #e6e8ff !important;
  }

  .sm\:hover\:to-purple-darkest:hover{
    --gradient-to-color: #21183c !important;
  }

  .sm\:hover\:to-purple-darker:hover{
    --gradient-to-color: #382b5f !important;
  }

  .sm\:hover\:to-purple-dark:hover{
    --gradient-to-color: #794acf !important;
  }

  .sm\:hover\:to-purple:hover{
    --gradient-to-color: #9561e2 !important;
  }

  .sm\:hover\:to-purple-light:hover{
    --gradient-to-color: #a779e9 !important;
  }

  .sm\:hover\:to-purple-lighter:hover{
    --gradient-to-color: #d6bbfc !important;
  }

  .sm\:hover\:to-purple-lightest:hover{
    --gradient-to-color: #f3ebff !important;
  }

  .sm\:hover\:to-pink-darkest:hover{
    --gradient-to-color: #451225 !important;
  }

  .sm\:hover\:to-pink-darker:hover{
    --gradient-to-color: #6f213f !important;
  }

  .sm\:hover\:to-pink-dark:hover{
    --gradient-to-color: #eb5286 !important;
  }

  .sm\:hover\:to-pink:hover{
    --gradient-to-color: #f66d9b !important;
  }

  .sm\:hover\:to-pink-light:hover{
    --gradient-to-color: #fa7ea8 !important;
  }

  .sm\:hover\:to-pink-lighter:hover{
    --gradient-to-color: #ffbbca !important;
  }

  .sm\:hover\:to-pink-lightest:hover{
    --gradient-to-color: #ffebef !important;
  }

  .sm\:focus\:from-transparent:focus{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-black-real:focus{
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-black:focus{
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .sm\:focus\:from-grey-darkest:focus{
    --gradient-from-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .sm\:focus\:from-grey-darker:focus{
    --gradient-from-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .sm\:focus\:from-grey-dark:focus{
    --gradient-from-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .sm\:focus\:from-grey:focus{
    --gradient-from-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .sm\:focus\:from-grey-light:focus{
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .sm\:focus\:from-grey-lighter:focus{
    --gradient-from-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .sm\:focus\:from-grey-lightest:focus{
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:focus\:from-white:focus{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-red-darkest:focus{
    --gradient-from-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .sm\:focus\:from-red-darker:focus{
    --gradient-from-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .sm\:focus\:from-red-dark:focus{
    --gradient-from-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .sm\:focus\:from-red:focus{
    --gradient-from-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .sm\:focus\:from-red-light:focus{
    --gradient-from-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .sm\:focus\:from-red-lighter:focus{
    --gradient-from-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .sm\:focus\:from-red-lightest:focus{
    --gradient-from-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .sm\:focus\:from-orange-darkest:focus{
    --gradient-from-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .sm\:focus\:from-orange-darker:focus{
    --gradient-from-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .sm\:focus\:from-orange-dark:focus{
    --gradient-from-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .sm\:focus\:from-orange:focus{
    --gradient-from-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .sm\:focus\:from-orange-light:focus{
    --gradient-from-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .sm\:focus\:from-orange-lighter:focus{
    --gradient-from-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .sm\:focus\:from-orange-lightest:focus{
    --gradient-from-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .sm\:focus\:from-yellow-darkest:focus{
    --gradient-from-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .sm\:focus\:from-yellow-darker:focus{
    --gradient-from-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .sm\:focus\:from-yellow-dark:focus{
    --gradient-from-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .sm\:focus\:from-yellow:focus{
    --gradient-from-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .sm\:focus\:from-yellow-light:focus{
    --gradient-from-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .sm\:focus\:from-yellow-lighter:focus{
    --gradient-from-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .sm\:focus\:from-yellow-lightest:focus{
    --gradient-from-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .sm\:focus\:from-green-darkest:focus{
    --gradient-from-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .sm\:focus\:from-green-darker:focus{
    --gradient-from-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .sm\:focus\:from-green-dark:focus{
    --gradient-from-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .sm\:focus\:from-green:focus{
    --gradient-from-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .sm\:focus\:from-green-light:focus{
    --gradient-from-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .sm\:focus\:from-green-lighter:focus{
    --gradient-from-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .sm\:focus\:from-green-lightest:focus{
    --gradient-from-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .sm\:focus\:from-teal-darkest:focus{
    --gradient-from-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .sm\:focus\:from-teal-darker:focus{
    --gradient-from-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .sm\:focus\:from-teal-dark:focus{
    --gradient-from-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .sm\:focus\:from-teal:focus{
    --gradient-from-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .sm\:focus\:from-teal-light:focus{
    --gradient-from-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .sm\:focus\:from-teal-lighter:focus{
    --gradient-from-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .sm\:focus\:from-teal-lightest:focus{
    --gradient-from-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .sm\:focus\:from-blue-darkest:focus{
    --gradient-from-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .sm\:focus\:from-blue-darker:focus{
    --gradient-from-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .sm\:focus\:from-blue-dark:focus{
    --gradient-from-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .sm\:focus\:from-blue:focus{
    --gradient-from-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .sm\:focus\:from-blue-light:focus{
    --gradient-from-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .sm\:focus\:from-blue-lighter:focus{
    --gradient-from-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .sm\:focus\:from-blue-lightest:focus{
    --gradient-from-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .sm\:focus\:from-indigo-darkest:focus{
    --gradient-from-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .sm\:focus\:from-indigo-darker:focus{
    --gradient-from-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .sm\:focus\:from-indigo-dark:focus{
    --gradient-from-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .sm\:focus\:from-indigo:focus{
    --gradient-from-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .sm\:focus\:from-indigo-light:focus{
    --gradient-from-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .sm\:focus\:from-indigo-lighter:focus{
    --gradient-from-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .sm\:focus\:from-indigo-lightest:focus{
    --gradient-from-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .sm\:focus\:from-purple-darkest:focus{
    --gradient-from-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .sm\:focus\:from-purple-darker:focus{
    --gradient-from-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .sm\:focus\:from-purple-dark:focus{
    --gradient-from-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .sm\:focus\:from-purple:focus{
    --gradient-from-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .sm\:focus\:from-purple-light:focus{
    --gradient-from-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .sm\:focus\:from-purple-lighter:focus{
    --gradient-from-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .sm\:focus\:from-purple-lightest:focus{
    --gradient-from-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .sm\:focus\:from-pink-darkest:focus{
    --gradient-from-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .sm\:focus\:from-pink-darker:focus{
    --gradient-from-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .sm\:focus\:from-pink-dark:focus{
    --gradient-from-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .sm\:focus\:from-pink:focus{
    --gradient-from-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .sm\:focus\:from-pink-light:focus{
    --gradient-from-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .sm\:focus\:from-pink-lighter:focus{
    --gradient-from-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .sm\:focus\:from-pink-lightest:focus{
    --gradient-from-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .sm\:focus\:via-transparent:focus{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-black-real:focus{
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-black:focus{
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .sm\:focus\:via-grey-darkest:focus{
    --gradient-via-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .sm\:focus\:via-grey-darker:focus{
    --gradient-via-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .sm\:focus\:via-grey-dark:focus{
    --gradient-via-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .sm\:focus\:via-grey:focus{
    --gradient-via-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .sm\:focus\:via-grey-light:focus{
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .sm\:focus\:via-grey-lighter:focus{
    --gradient-via-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .sm\:focus\:via-grey-lightest:focus{
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:focus\:via-white:focus{
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-red-darkest:focus{
    --gradient-via-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .sm\:focus\:via-red-darker:focus{
    --gradient-via-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .sm\:focus\:via-red-dark:focus{
    --gradient-via-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .sm\:focus\:via-red:focus{
    --gradient-via-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .sm\:focus\:via-red-light:focus{
    --gradient-via-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .sm\:focus\:via-red-lighter:focus{
    --gradient-via-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .sm\:focus\:via-red-lightest:focus{
    --gradient-via-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .sm\:focus\:via-orange-darkest:focus{
    --gradient-via-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .sm\:focus\:via-orange-darker:focus{
    --gradient-via-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .sm\:focus\:via-orange-dark:focus{
    --gradient-via-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .sm\:focus\:via-orange:focus{
    --gradient-via-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .sm\:focus\:via-orange-light:focus{
    --gradient-via-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .sm\:focus\:via-orange-lighter:focus{
    --gradient-via-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .sm\:focus\:via-orange-lightest:focus{
    --gradient-via-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .sm\:focus\:via-yellow-darkest:focus{
    --gradient-via-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .sm\:focus\:via-yellow-darker:focus{
    --gradient-via-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .sm\:focus\:via-yellow-dark:focus{
    --gradient-via-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .sm\:focus\:via-yellow:focus{
    --gradient-via-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .sm\:focus\:via-yellow-light:focus{
    --gradient-via-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .sm\:focus\:via-yellow-lighter:focus{
    --gradient-via-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .sm\:focus\:via-yellow-lightest:focus{
    --gradient-via-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .sm\:focus\:via-green-darkest:focus{
    --gradient-via-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .sm\:focus\:via-green-darker:focus{
    --gradient-via-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .sm\:focus\:via-green-dark:focus{
    --gradient-via-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .sm\:focus\:via-green:focus{
    --gradient-via-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .sm\:focus\:via-green-light:focus{
    --gradient-via-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .sm\:focus\:via-green-lighter:focus{
    --gradient-via-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .sm\:focus\:via-green-lightest:focus{
    --gradient-via-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .sm\:focus\:via-teal-darkest:focus{
    --gradient-via-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .sm\:focus\:via-teal-darker:focus{
    --gradient-via-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .sm\:focus\:via-teal-dark:focus{
    --gradient-via-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .sm\:focus\:via-teal:focus{
    --gradient-via-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .sm\:focus\:via-teal-light:focus{
    --gradient-via-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .sm\:focus\:via-teal-lighter:focus{
    --gradient-via-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .sm\:focus\:via-teal-lightest:focus{
    --gradient-via-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .sm\:focus\:via-blue-darkest:focus{
    --gradient-via-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .sm\:focus\:via-blue-darker:focus{
    --gradient-via-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .sm\:focus\:via-blue-dark:focus{
    --gradient-via-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .sm\:focus\:via-blue:focus{
    --gradient-via-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .sm\:focus\:via-blue-light:focus{
    --gradient-via-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .sm\:focus\:via-blue-lighter:focus{
    --gradient-via-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .sm\:focus\:via-blue-lightest:focus{
    --gradient-via-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .sm\:focus\:via-indigo-darkest:focus{
    --gradient-via-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .sm\:focus\:via-indigo-darker:focus{
    --gradient-via-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .sm\:focus\:via-indigo-dark:focus{
    --gradient-via-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .sm\:focus\:via-indigo:focus{
    --gradient-via-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .sm\:focus\:via-indigo-light:focus{
    --gradient-via-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .sm\:focus\:via-indigo-lighter:focus{
    --gradient-via-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .sm\:focus\:via-indigo-lightest:focus{
    --gradient-via-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .sm\:focus\:via-purple-darkest:focus{
    --gradient-via-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .sm\:focus\:via-purple-darker:focus{
    --gradient-via-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .sm\:focus\:via-purple-dark:focus{
    --gradient-via-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .sm\:focus\:via-purple:focus{
    --gradient-via-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .sm\:focus\:via-purple-light:focus{
    --gradient-via-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .sm\:focus\:via-purple-lighter:focus{
    --gradient-via-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .sm\:focus\:via-purple-lightest:focus{
    --gradient-via-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .sm\:focus\:via-pink-darkest:focus{
    --gradient-via-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .sm\:focus\:via-pink-darker:focus{
    --gradient-via-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .sm\:focus\:via-pink-dark:focus{
    --gradient-via-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .sm\:focus\:via-pink:focus{
    --gradient-via-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .sm\:focus\:via-pink-light:focus{
    --gradient-via-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .sm\:focus\:via-pink-lighter:focus{
    --gradient-via-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .sm\:focus\:via-pink-lightest:focus{
    --gradient-via-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .sm\:focus\:to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .sm\:focus\:to-black-real:focus{
    --gradient-to-color: #000000 !important;
  }

  .sm\:focus\:to-black:focus{
    --gradient-to-color: #22292f !important;
  }

  .sm\:focus\:to-grey-darkest:focus{
    --gradient-to-color: #3d4852 !important;
  }

  .sm\:focus\:to-grey-darker:focus{
    --gradient-to-color: #606f7b !important;
  }

  .sm\:focus\:to-grey-dark:focus{
    --gradient-to-color: #8795a1 !important;
  }

  .sm\:focus\:to-grey:focus{
    --gradient-to-color: #b8c2cc !important;
  }

  .sm\:focus\:to-grey-light:focus{
    --gradient-to-color: #dae1e7 !important;
  }

  .sm\:focus\:to-grey-lighter:focus{
    --gradient-to-color: #f1f5f8 !important;
  }

  .sm\:focus\:to-grey-lightest:focus{
    --gradient-to-color: #f8fafc !important;
  }

  .sm\:focus\:to-white:focus{
    --gradient-to-color: #ffffff !important;
  }

  .sm\:focus\:to-red-darkest:focus{
    --gradient-to-color: #3b0d0c !important;
  }

  .sm\:focus\:to-red-darker:focus{
    --gradient-to-color: #621b18 !important;
  }

  .sm\:focus\:to-red-dark:focus{
    --gradient-to-color: #cc1f1a !important;
  }

  .sm\:focus\:to-red:focus{
    --gradient-to-color: #e3342f !important;
  }

  .sm\:focus\:to-red-light:focus{
    --gradient-to-color: #ef5753 !important;
  }

  .sm\:focus\:to-red-lighter:focus{
    --gradient-to-color: #f9acaa !important;
  }

  .sm\:focus\:to-red-lightest:focus{
    --gradient-to-color: #fcebea !important;
  }

  .sm\:focus\:to-orange-darkest:focus{
    --gradient-to-color: #462a16 !important;
  }

  .sm\:focus\:to-orange-darker:focus{
    --gradient-to-color: #613b1f !important;
  }

  .sm\:focus\:to-orange-dark:focus{
    --gradient-to-color: #de751f !important;
  }

  .sm\:focus\:to-orange:focus{
    --gradient-to-color: #f6993f !important;
  }

  .sm\:focus\:to-orange-light:focus{
    --gradient-to-color: #faad63 !important;
  }

  .sm\:focus\:to-orange-lighter:focus{
    --gradient-to-color: #fcd9b6 !important;
  }

  .sm\:focus\:to-orange-lightest:focus{
    --gradient-to-color: #fff5eb !important;
  }

  .sm\:focus\:to-yellow-darkest:focus{
    --gradient-to-color: #453411 !important;
  }

  .sm\:focus\:to-yellow-darker:focus{
    --gradient-to-color: #684f1d !important;
  }

  .sm\:focus\:to-yellow-dark:focus{
    --gradient-to-color: #f2d024 !important;
  }

  .sm\:focus\:to-yellow:focus{
    --gradient-to-color: #ffed4a !important;
  }

  .sm\:focus\:to-yellow-light:focus{
    --gradient-to-color: #fff382 !important;
  }

  .sm\:focus\:to-yellow-lighter:focus{
    --gradient-to-color: #fff9c2 !important;
  }

  .sm\:focus\:to-yellow-lightest:focus{
    --gradient-to-color: #fcfbeb !important;
  }

  .sm\:focus\:to-green-darkest:focus{
    --gradient-to-color: #0f2f21 !important;
  }

  .sm\:focus\:to-green-darker:focus{
    --gradient-to-color: #1a4731 !important;
  }

  .sm\:focus\:to-green-dark:focus{
    --gradient-to-color: #1f9d55 !important;
  }

  .sm\:focus\:to-green:focus{
    --gradient-to-color: #38c172 !important;
  }

  .sm\:focus\:to-green-light:focus{
    --gradient-to-color: #51d88a !important;
  }

  .sm\:focus\:to-green-lighter:focus{
    --gradient-to-color: #a2f5bf !important;
  }

  .sm\:focus\:to-green-lightest:focus{
    --gradient-to-color: #e3fcec !important;
  }

  .sm\:focus\:to-teal-darkest:focus{
    --gradient-to-color: #0d3331 !important;
  }

  .sm\:focus\:to-teal-darker:focus{
    --gradient-to-color: #20504f !important;
  }

  .sm\:focus\:to-teal-dark:focus{
    --gradient-to-color: #38a89d !important;
  }

  .sm\:focus\:to-teal:focus{
    --gradient-to-color: #4dc0b5 !important;
  }

  .sm\:focus\:to-teal-light:focus{
    --gradient-to-color: #64d5ca !important;
  }

  .sm\:focus\:to-teal-lighter:focus{
    --gradient-to-color: #a0f0ed !important;
  }

  .sm\:focus\:to-teal-lightest:focus{
    --gradient-to-color: #e8fffe !important;
  }

  .sm\:focus\:to-blue-darkest:focus{
    --gradient-to-color: #12283a !important;
  }

  .sm\:focus\:to-blue-darker:focus{
    --gradient-to-color: #1c3d5a !important;
  }

  .sm\:focus\:to-blue-dark:focus{
    --gradient-to-color: #2779bd !important;
  }

  .sm\:focus\:to-blue:focus{
    --gradient-to-color: #3490dc !important;
  }

  .sm\:focus\:to-blue-light:focus{
    --gradient-to-color: #6cb2eb !important;
  }

  .sm\:focus\:to-blue-lighter:focus{
    --gradient-to-color: #bcdefa !important;
  }

  .sm\:focus\:to-blue-lightest:focus{
    --gradient-to-color: #eff8ff !important;
  }

  .sm\:focus\:to-indigo-darkest:focus{
    --gradient-to-color: #191e38 !important;
  }

  .sm\:focus\:to-indigo-darker:focus{
    --gradient-to-color: #2f365f !important;
  }

  .sm\:focus\:to-indigo-dark:focus{
    --gradient-to-color: #5661b3 !important;
  }

  .sm\:focus\:to-indigo:focus{
    --gradient-to-color: #6574cd !important;
  }

  .sm\:focus\:to-indigo-light:focus{
    --gradient-to-color: #7886d7 !important;
  }

  .sm\:focus\:to-indigo-lighter:focus{
    --gradient-to-color: #b2b7ff !important;
  }

  .sm\:focus\:to-indigo-lightest:focus{
    --gradient-to-color: #e6e8ff !important;
  }

  .sm\:focus\:to-purple-darkest:focus{
    --gradient-to-color: #21183c !important;
  }

  .sm\:focus\:to-purple-darker:focus{
    --gradient-to-color: #382b5f !important;
  }

  .sm\:focus\:to-purple-dark:focus{
    --gradient-to-color: #794acf !important;
  }

  .sm\:focus\:to-purple:focus{
    --gradient-to-color: #9561e2 !important;
  }

  .sm\:focus\:to-purple-light:focus{
    --gradient-to-color: #a779e9 !important;
  }

  .sm\:focus\:to-purple-lighter:focus{
    --gradient-to-color: #d6bbfc !important;
  }

  .sm\:focus\:to-purple-lightest:focus{
    --gradient-to-color: #f3ebff !important;
  }

  .sm\:focus\:to-pink-darkest:focus{
    --gradient-to-color: #451225 !important;
  }

  .sm\:focus\:to-pink-darker:focus{
    --gradient-to-color: #6f213f !important;
  }

  .sm\:focus\:to-pink-dark:focus{
    --gradient-to-color: #eb5286 !important;
  }

  .sm\:focus\:to-pink:focus{
    --gradient-to-color: #f66d9b !important;
  }

  .sm\:focus\:to-pink-light:focus{
    --gradient-to-color: #fa7ea8 !important;
  }

  .sm\:focus\:to-pink-lighter:focus{
    --gradient-to-color: #ffbbca !important;
  }

  .sm\:focus\:to-pink-lightest:focus{
    --gradient-to-color: #ffebef !important;
  }

  .sm\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .sm\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .sm\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .sm\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .sm\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .sm\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .sm\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .sm\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .sm\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .sm\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .sm\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .sm\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .sm\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .sm\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .sm\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .sm\:bg-bottom{
    background-position: bottom !important;
  }

  .sm\:bg-center{
    background-position: center !important;
  }

  .sm\:bg-left{
    background-position: left !important;
  }

  .sm\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .sm\:bg-left-top{
    background-position: left top !important;
  }

  .sm\:bg-right{
    background-position: right !important;
  }

  .sm\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .sm\:bg-right-top{
    background-position: right top !important;
  }

  .sm\:bg-top{
    background-position: top !important;
  }

  .sm\:bg-repeat{
    background-repeat: repeat !important;
  }

  .sm\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .sm\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .sm\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .sm\:bg-repeat-round{
    background-repeat: round !important;
  }

  .sm\:bg-repeat-space{
    background-repeat: space !important;
  }

  .sm\:bg-auto{
    background-size: auto !important;
  }

  .sm\:bg-cover{
    background-size: cover !important;
  }

  .sm\:bg-contain{
    background-size: contain !important;
  }

  .sm\:border-transparent{
    border-color: transparent !important;
  }

  .sm\:border-black-real{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:border-black{
    --border-opacity: 1 !important;
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .sm\:border-grey-darkest{
    --border-opacity: 1 !important;
    border-color: #3d4852 !important;
    border-color: rgba(61, 72, 82, var(--border-opacity)) !important;
  }

  .sm\:border-grey-darker{
    --border-opacity: 1 !important;
    border-color: #606f7b !important;
    border-color: rgba(96, 111, 123, var(--border-opacity)) !important;
  }

  .sm\:border-grey-dark{
    --border-opacity: 1 !important;
    border-color: #8795a1 !important;
    border-color: rgba(135, 149, 161, var(--border-opacity)) !important;
  }

  .sm\:border-grey{
    --border-opacity: 1 !important;
    border-color: #b8c2cc !important;
    border-color: rgba(184, 194, 204, var(--border-opacity)) !important;
  }

  .sm\:border-grey-light{
    --border-opacity: 1 !important;
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .sm\:border-grey-lighter{
    --border-opacity: 1 !important;
    border-color: #f1f5f8 !important;
    border-color: rgba(241, 245, 248, var(--border-opacity)) !important;
  }

  .sm\:border-grey-lightest{
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .sm\:border-white{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:border-red-darkest{
    --border-opacity: 1 !important;
    border-color: #3b0d0c !important;
    border-color: rgba(59, 13, 12, var(--border-opacity)) !important;
  }

  .sm\:border-red-darker{
    --border-opacity: 1 !important;
    border-color: #621b18 !important;
    border-color: rgba(98, 27, 24, var(--border-opacity)) !important;
  }

  .sm\:border-red-dark{
    --border-opacity: 1 !important;
    border-color: #cc1f1a !important;
    border-color: rgba(204, 31, 26, var(--border-opacity)) !important;
  }

  .sm\:border-red{
    --border-opacity: 1 !important;
    border-color: #e3342f !important;
    border-color: rgba(227, 52, 47, var(--border-opacity)) !important;
  }

  .sm\:border-red-light{
    --border-opacity: 1 !important;
    border-color: #ef5753 !important;
    border-color: rgba(239, 87, 83, var(--border-opacity)) !important;
  }

  .sm\:border-red-lighter{
    --border-opacity: 1 !important;
    border-color: #f9acaa !important;
    border-color: rgba(249, 172, 170, var(--border-opacity)) !important;
  }

  .sm\:border-red-lightest{
    --border-opacity: 1 !important;
    border-color: #fcebea !important;
    border-color: rgba(252, 235, 234, var(--border-opacity)) !important;
  }

  .sm\:border-orange-darkest{
    --border-opacity: 1 !important;
    border-color: #462a16 !important;
    border-color: rgba(70, 42, 22, var(--border-opacity)) !important;
  }

  .sm\:border-orange-darker{
    --border-opacity: 1 !important;
    border-color: #613b1f !important;
    border-color: rgba(97, 59, 31, var(--border-opacity)) !important;
  }

  .sm\:border-orange-dark{
    --border-opacity: 1 !important;
    border-color: #de751f !important;
    border-color: rgba(222, 117, 31, var(--border-opacity)) !important;
  }

  .sm\:border-orange{
    --border-opacity: 1 !important;
    border-color: #f6993f !important;
    border-color: rgba(246, 153, 63, var(--border-opacity)) !important;
  }

  .sm\:border-orange-light{
    --border-opacity: 1 !important;
    border-color: #faad63 !important;
    border-color: rgba(250, 173, 99, var(--border-opacity)) !important;
  }

  .sm\:border-orange-lighter{
    --border-opacity: 1 !important;
    border-color: #fcd9b6 !important;
    border-color: rgba(252, 217, 182, var(--border-opacity)) !important;
  }

  .sm\:border-orange-lightest{
    --border-opacity: 1 !important;
    border-color: #fff5eb !important;
    border-color: rgba(255, 245, 235, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-darkest{
    --border-opacity: 1 !important;
    border-color: #453411 !important;
    border-color: rgba(69, 52, 17, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-darker{
    --border-opacity: 1 !important;
    border-color: #684f1d !important;
    border-color: rgba(104, 79, 29, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-dark{
    --border-opacity: 1 !important;
    border-color: #f2d024 !important;
    border-color: rgba(242, 208, 36, var(--border-opacity)) !important;
  }

  .sm\:border-yellow{
    --border-opacity: 1 !important;
    border-color: #ffed4a !important;
    border-color: rgba(255, 237, 74, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-light{
    --border-opacity: 1 !important;
    border-color: #fff382 !important;
    border-color: rgba(255, 243, 130, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-lighter{
    --border-opacity: 1 !important;
    border-color: #fff9c2 !important;
    border-color: rgba(255, 249, 194, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-lightest{
    --border-opacity: 1 !important;
    border-color: #fcfbeb !important;
    border-color: rgba(252, 251, 235, var(--border-opacity)) !important;
  }

  .sm\:border-green-darkest{
    --border-opacity: 1 !important;
    border-color: #0f2f21 !important;
    border-color: rgba(15, 47, 33, var(--border-opacity)) !important;
  }

  .sm\:border-green-darker{
    --border-opacity: 1 !important;
    border-color: #1a4731 !important;
    border-color: rgba(26, 71, 49, var(--border-opacity)) !important;
  }

  .sm\:border-green-dark{
    --border-opacity: 1 !important;
    border-color: #1f9d55 !important;
    border-color: rgba(31, 157, 85, var(--border-opacity)) !important;
  }

  .sm\:border-green{
    --border-opacity: 1 !important;
    border-color: #38c172 !important;
    border-color: rgba(56, 193, 114, var(--border-opacity)) !important;
  }

  .sm\:border-green-light{
    --border-opacity: 1 !important;
    border-color: #51d88a !important;
    border-color: rgba(81, 216, 138, var(--border-opacity)) !important;
  }

  .sm\:border-green-lighter{
    --border-opacity: 1 !important;
    border-color: #a2f5bf !important;
    border-color: rgba(162, 245, 191, var(--border-opacity)) !important;
  }

  .sm\:border-green-lightest{
    --border-opacity: 1 !important;
    border-color: #e3fcec !important;
    border-color: rgba(227, 252, 236, var(--border-opacity)) !important;
  }

  .sm\:border-teal-darkest{
    --border-opacity: 1 !important;
    border-color: #0d3331 !important;
    border-color: rgba(13, 51, 49, var(--border-opacity)) !important;
  }

  .sm\:border-teal-darker{
    --border-opacity: 1 !important;
    border-color: #20504f !important;
    border-color: rgba(32, 80, 79, var(--border-opacity)) !important;
  }

  .sm\:border-teal-dark{
    --border-opacity: 1 !important;
    border-color: #38a89d !important;
    border-color: rgba(56, 168, 157, var(--border-opacity)) !important;
  }

  .sm\:border-teal{
    --border-opacity: 1 !important;
    border-color: #4dc0b5 !important;
    border-color: rgba(77, 192, 181, var(--border-opacity)) !important;
  }

  .sm\:border-teal-light{
    --border-opacity: 1 !important;
    border-color: #64d5ca !important;
    border-color: rgba(100, 213, 202, var(--border-opacity)) !important;
  }

  .sm\:border-teal-lighter{
    --border-opacity: 1 !important;
    border-color: #a0f0ed !important;
    border-color: rgba(160, 240, 237, var(--border-opacity)) !important;
  }

  .sm\:border-teal-lightest{
    --border-opacity: 1 !important;
    border-color: #e8fffe !important;
    border-color: rgba(232, 255, 254, var(--border-opacity)) !important;
  }

  .sm\:border-blue-darkest{
    --border-opacity: 1 !important;
    border-color: #12283a !important;
    border-color: rgba(18, 40, 58, var(--border-opacity)) !important;
  }

  .sm\:border-blue-darker{
    --border-opacity: 1 !important;
    border-color: #1c3d5a !important;
    border-color: rgba(28, 61, 90, var(--border-opacity)) !important;
  }

  .sm\:border-blue-dark{
    --border-opacity: 1 !important;
    border-color: #2779bd !important;
    border-color: rgba(39, 121, 189, var(--border-opacity)) !important;
  }

  .sm\:border-blue{
    --border-opacity: 1 !important;
    border-color: #3490dc !important;
    border-color: rgba(52, 144, 220, var(--border-opacity)) !important;
  }

  .sm\:border-blue-light{
    --border-opacity: 1 !important;
    border-color: #6cb2eb !important;
    border-color: rgba(108, 178, 235, var(--border-opacity)) !important;
  }

  .sm\:border-blue-lighter{
    --border-opacity: 1 !important;
    border-color: #bcdefa !important;
    border-color: rgba(188, 222, 250, var(--border-opacity)) !important;
  }

  .sm\:border-blue-lightest{
    --border-opacity: 1 !important;
    border-color: #eff8ff !important;
    border-color: rgba(239, 248, 255, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-darkest{
    --border-opacity: 1 !important;
    border-color: #191e38 !important;
    border-color: rgba(25, 30, 56, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-darker{
    --border-opacity: 1 !important;
    border-color: #2f365f !important;
    border-color: rgba(47, 54, 95, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-dark{
    --border-opacity: 1 !important;
    border-color: #5661b3 !important;
    border-color: rgba(86, 97, 179, var(--border-opacity)) !important;
  }

  .sm\:border-indigo{
    --border-opacity: 1 !important;
    border-color: #6574cd !important;
    border-color: rgba(101, 116, 205, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-light{
    --border-opacity: 1 !important;
    border-color: #7886d7 !important;
    border-color: rgba(120, 134, 215, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-lighter{
    --border-opacity: 1 !important;
    border-color: #b2b7ff !important;
    border-color: rgba(178, 183, 255, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-lightest{
    --border-opacity: 1 !important;
    border-color: #e6e8ff !important;
    border-color: rgba(230, 232, 255, var(--border-opacity)) !important;
  }

  .sm\:border-purple-darkest{
    --border-opacity: 1 !important;
    border-color: #21183c !important;
    border-color: rgba(33, 24, 60, var(--border-opacity)) !important;
  }

  .sm\:border-purple-darker{
    --border-opacity: 1 !important;
    border-color: #382b5f !important;
    border-color: rgba(56, 43, 95, var(--border-opacity)) !important;
  }

  .sm\:border-purple-dark{
    --border-opacity: 1 !important;
    border-color: #794acf !important;
    border-color: rgba(121, 74, 207, var(--border-opacity)) !important;
  }

  .sm\:border-purple{
    --border-opacity: 1 !important;
    border-color: #9561e2 !important;
    border-color: rgba(149, 97, 226, var(--border-opacity)) !important;
  }

  .sm\:border-purple-light{
    --border-opacity: 1 !important;
    border-color: #a779e9 !important;
    border-color: rgba(167, 121, 233, var(--border-opacity)) !important;
  }

  .sm\:border-purple-lighter{
    --border-opacity: 1 !important;
    border-color: #d6bbfc !important;
    border-color: rgba(214, 187, 252, var(--border-opacity)) !important;
  }

  .sm\:border-purple-lightest{
    --border-opacity: 1 !important;
    border-color: #f3ebff !important;
    border-color: rgba(243, 235, 255, var(--border-opacity)) !important;
  }

  .sm\:border-pink-darkest{
    --border-opacity: 1 !important;
    border-color: #451225 !important;
    border-color: rgba(69, 18, 37, var(--border-opacity)) !important;
  }

  .sm\:border-pink-darker{
    --border-opacity: 1 !important;
    border-color: #6f213f !important;
    border-color: rgba(111, 33, 63, var(--border-opacity)) !important;
  }

  .sm\:border-pink-dark{
    --border-opacity: 1 !important;
    border-color: #eb5286 !important;
    border-color: rgba(235, 82, 134, var(--border-opacity)) !important;
  }

  .sm\:border-pink{
    --border-opacity: 1 !important;
    border-color: #f66d9b !important;
    border-color: rgba(246, 109, 155, var(--border-opacity)) !important;
  }

  .sm\:border-pink-light{
    --border-opacity: 1 !important;
    border-color: #fa7ea8 !important;
    border-color: rgba(250, 126, 168, var(--border-opacity)) !important;
  }

  .sm\:border-pink-lighter{
    --border-opacity: 1 !important;
    border-color: #ffbbca !important;
    border-color: rgba(255, 187, 202, var(--border-opacity)) !important;
  }

  .sm\:border-pink-lightest{
    --border-opacity: 1 !important;
    border-color: #ffebef !important;
    border-color: rgba(255, 235, 239, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .sm\:hover\:border-black-real:hover{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-black:hover{
    --border-opacity: 1 !important;
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #3d4852 !important;
    border-color: rgba(61, 72, 82, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-darker:hover{
    --border-opacity: 1 !important;
    border-color: #606f7b !important;
    border-color: rgba(96, 111, 123, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-dark:hover{
    --border-opacity: 1 !important;
    border-color: #8795a1 !important;
    border-color: rgba(135, 149, 161, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey:hover{
    --border-opacity: 1 !important;
    border-color: #b8c2cc !important;
    border-color: rgba(184, 194, 204, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-light:hover{
    --border-opacity: 1 !important;
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #f1f5f8 !important;
    border-color: rgba(241, 245, 248, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

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

  .sm\:hover\:border-red-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #3b0d0c !important;
    border-color: rgba(59, 13, 12, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-darker:hover{
    --border-opacity: 1 !important;
    border-color: #621b18 !important;
    border-color: rgba(98, 27, 24, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-dark:hover{
    --border-opacity: 1 !important;
    border-color: #cc1f1a !important;
    border-color: rgba(204, 31, 26, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red:hover{
    --border-opacity: 1 !important;
    border-color: #e3342f !important;
    border-color: rgba(227, 52, 47, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-light:hover{
    --border-opacity: 1 !important;
    border-color: #ef5753 !important;
    border-color: rgba(239, 87, 83, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #f9acaa !important;
    border-color: rgba(249, 172, 170, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #fcebea !important;
    border-color: rgba(252, 235, 234, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #462a16 !important;
    border-color: rgba(70, 42, 22, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-darker:hover{
    --border-opacity: 1 !important;
    border-color: #613b1f !important;
    border-color: rgba(97, 59, 31, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-dark:hover{
    --border-opacity: 1 !important;
    border-color: #de751f !important;
    border-color: rgba(222, 117, 31, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange:hover{
    --border-opacity: 1 !important;
    border-color: #f6993f !important;
    border-color: rgba(246, 153, 63, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-light:hover{
    --border-opacity: 1 !important;
    border-color: #faad63 !important;
    border-color: rgba(250, 173, 99, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #fcd9b6 !important;
    border-color: rgba(252, 217, 182, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #fff5eb !important;
    border-color: rgba(255, 245, 235, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #453411 !important;
    border-color: rgba(69, 52, 17, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-darker:hover{
    --border-opacity: 1 !important;
    border-color: #684f1d !important;
    border-color: rgba(104, 79, 29, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-dark:hover{
    --border-opacity: 1 !important;
    border-color: #f2d024 !important;
    border-color: rgba(242, 208, 36, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow:hover{
    --border-opacity: 1 !important;
    border-color: #ffed4a !important;
    border-color: rgba(255, 237, 74, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-light:hover{
    --border-opacity: 1 !important;
    border-color: #fff382 !important;
    border-color: rgba(255, 243, 130, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #fff9c2 !important;
    border-color: rgba(255, 249, 194, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #fcfbeb !important;
    border-color: rgba(252, 251, 235, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #0f2f21 !important;
    border-color: rgba(15, 47, 33, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-darker:hover{
    --border-opacity: 1 !important;
    border-color: #1a4731 !important;
    border-color: rgba(26, 71, 49, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-dark:hover{
    --border-opacity: 1 !important;
    border-color: #1f9d55 !important;
    border-color: rgba(31, 157, 85, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green:hover{
    --border-opacity: 1 !important;
    border-color: #38c172 !important;
    border-color: rgba(56, 193, 114, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-light:hover{
    --border-opacity: 1 !important;
    border-color: #51d88a !important;
    border-color: rgba(81, 216, 138, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #a2f5bf !important;
    border-color: rgba(162, 245, 191, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #e3fcec !important;
    border-color: rgba(227, 252, 236, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #0d3331 !important;
    border-color: rgba(13, 51, 49, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-darker:hover{
    --border-opacity: 1 !important;
    border-color: #20504f !important;
    border-color: rgba(32, 80, 79, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-dark:hover{
    --border-opacity: 1 !important;
    border-color: #38a89d !important;
    border-color: rgba(56, 168, 157, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal:hover{
    --border-opacity: 1 !important;
    border-color: #4dc0b5 !important;
    border-color: rgba(77, 192, 181, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-light:hover{
    --border-opacity: 1 !important;
    border-color: #64d5ca !important;
    border-color: rgba(100, 213, 202, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #a0f0ed !important;
    border-color: rgba(160, 240, 237, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #e8fffe !important;
    border-color: rgba(232, 255, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #12283a !important;
    border-color: rgba(18, 40, 58, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-darker:hover{
    --border-opacity: 1 !important;
    border-color: #1c3d5a !important;
    border-color: rgba(28, 61, 90, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-dark:hover{
    --border-opacity: 1 !important;
    border-color: #2779bd !important;
    border-color: rgba(39, 121, 189, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue:hover{
    --border-opacity: 1 !important;
    border-color: #3490dc !important;
    border-color: rgba(52, 144, 220, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-light:hover{
    --border-opacity: 1 !important;
    border-color: #6cb2eb !important;
    border-color: rgba(108, 178, 235, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #bcdefa !important;
    border-color: rgba(188, 222, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #eff8ff !important;
    border-color: rgba(239, 248, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #191e38 !important;
    border-color: rgba(25, 30, 56, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-darker:hover{
    --border-opacity: 1 !important;
    border-color: #2f365f !important;
    border-color: rgba(47, 54, 95, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-dark:hover{
    --border-opacity: 1 !important;
    border-color: #5661b3 !important;
    border-color: rgba(86, 97, 179, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo:hover{
    --border-opacity: 1 !important;
    border-color: #6574cd !important;
    border-color: rgba(101, 116, 205, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-light:hover{
    --border-opacity: 1 !important;
    border-color: #7886d7 !important;
    border-color: rgba(120, 134, 215, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #b2b7ff !important;
    border-color: rgba(178, 183, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #e6e8ff !important;
    border-color: rgba(230, 232, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #21183c !important;
    border-color: rgba(33, 24, 60, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-darker:hover{
    --border-opacity: 1 !important;
    border-color: #382b5f !important;
    border-color: rgba(56, 43, 95, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-dark:hover{
    --border-opacity: 1 !important;
    border-color: #794acf !important;
    border-color: rgba(121, 74, 207, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple:hover{
    --border-opacity: 1 !important;
    border-color: #9561e2 !important;
    border-color: rgba(149, 97, 226, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-light:hover{
    --border-opacity: 1 !important;
    border-color: #a779e9 !important;
    border-color: rgba(167, 121, 233, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #d6bbfc !important;
    border-color: rgba(214, 187, 252, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #f3ebff !important;
    border-color: rgba(243, 235, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #451225 !important;
    border-color: rgba(69, 18, 37, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-darker:hover{
    --border-opacity: 1 !important;
    border-color: #6f213f !important;
    border-color: rgba(111, 33, 63, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-dark:hover{
    --border-opacity: 1 !important;
    border-color: #eb5286 !important;
    border-color: rgba(235, 82, 134, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink:hover{
    --border-opacity: 1 !important;
    border-color: #f66d9b !important;
    border-color: rgba(246, 109, 155, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-light:hover{
    --border-opacity: 1 !important;
    border-color: #fa7ea8 !important;
    border-color: rgba(250, 126, 168, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #ffbbca !important;
    border-color: rgba(255, 187, 202, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #ffebef !important;
    border-color: rgba(255, 235, 239, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .sm\:focus\:border-black-real:focus{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-black:focus{
    --border-opacity: 1 !important;
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-grey-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #3d4852 !important;
    border-color: rgba(61, 72, 82, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-grey-darker:focus{
    --border-opacity: 1 !important;
    border-color: #606f7b !important;
    border-color: rgba(96, 111, 123, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-grey-dark:focus{
    --border-opacity: 1 !important;
    border-color: #8795a1 !important;
    border-color: rgba(135, 149, 161, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-grey:focus{
    --border-opacity: 1 !important;
    border-color: #b8c2cc !important;
    border-color: rgba(184, 194, 204, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-grey-light:focus{
    --border-opacity: 1 !important;
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-grey-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #f1f5f8 !important;
    border-color: rgba(241, 245, 248, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-grey-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #3b0d0c !important;
    border-color: rgba(59, 13, 12, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red-darker:focus{
    --border-opacity: 1 !important;
    border-color: #621b18 !important;
    border-color: rgba(98, 27, 24, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red-dark:focus{
    --border-opacity: 1 !important;
    border-color: #cc1f1a !important;
    border-color: rgba(204, 31, 26, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red:focus{
    --border-opacity: 1 !important;
    border-color: #e3342f !important;
    border-color: rgba(227, 52, 47, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red-light:focus{
    --border-opacity: 1 !important;
    border-color: #ef5753 !important;
    border-color: rgba(239, 87, 83, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #f9acaa !important;
    border-color: rgba(249, 172, 170, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #fcebea !important;
    border-color: rgba(252, 235, 234, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #462a16 !important;
    border-color: rgba(70, 42, 22, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-darker:focus{
    --border-opacity: 1 !important;
    border-color: #613b1f !important;
    border-color: rgba(97, 59, 31, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-dark:focus{
    --border-opacity: 1 !important;
    border-color: #de751f !important;
    border-color: rgba(222, 117, 31, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange:focus{
    --border-opacity: 1 !important;
    border-color: #f6993f !important;
    border-color: rgba(246, 153, 63, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-light:focus{
    --border-opacity: 1 !important;
    border-color: #faad63 !important;
    border-color: rgba(250, 173, 99, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #fcd9b6 !important;
    border-color: rgba(252, 217, 182, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #fff5eb !important;
    border-color: rgba(255, 245, 235, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #453411 !important;
    border-color: rgba(69, 52, 17, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-darker:focus{
    --border-opacity: 1 !important;
    border-color: #684f1d !important;
    border-color: rgba(104, 79, 29, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-dark:focus{
    --border-opacity: 1 !important;
    border-color: #f2d024 !important;
    border-color: rgba(242, 208, 36, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow:focus{
    --border-opacity: 1 !important;
    border-color: #ffed4a !important;
    border-color: rgba(255, 237, 74, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-light:focus{
    --border-opacity: 1 !important;
    border-color: #fff382 !important;
    border-color: rgba(255, 243, 130, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #fff9c2 !important;
    border-color: rgba(255, 249, 194, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #fcfbeb !important;
    border-color: rgba(252, 251, 235, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #0f2f21 !important;
    border-color: rgba(15, 47, 33, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-darker:focus{
    --border-opacity: 1 !important;
    border-color: #1a4731 !important;
    border-color: rgba(26, 71, 49, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-dark:focus{
    --border-opacity: 1 !important;
    border-color: #1f9d55 !important;
    border-color: rgba(31, 157, 85, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green:focus{
    --border-opacity: 1 !important;
    border-color: #38c172 !important;
    border-color: rgba(56, 193, 114, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-light:focus{
    --border-opacity: 1 !important;
    border-color: #51d88a !important;
    border-color: rgba(81, 216, 138, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #a2f5bf !important;
    border-color: rgba(162, 245, 191, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #e3fcec !important;
    border-color: rgba(227, 252, 236, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #0d3331 !important;
    border-color: rgba(13, 51, 49, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-darker:focus{
    --border-opacity: 1 !important;
    border-color: #20504f !important;
    border-color: rgba(32, 80, 79, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-dark:focus{
    --border-opacity: 1 !important;
    border-color: #38a89d !important;
    border-color: rgba(56, 168, 157, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal:focus{
    --border-opacity: 1 !important;
    border-color: #4dc0b5 !important;
    border-color: rgba(77, 192, 181, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-light:focus{
    --border-opacity: 1 !important;
    border-color: #64d5ca !important;
    border-color: rgba(100, 213, 202, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #a0f0ed !important;
    border-color: rgba(160, 240, 237, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #e8fffe !important;
    border-color: rgba(232, 255, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #12283a !important;
    border-color: rgba(18, 40, 58, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-darker:focus{
    --border-opacity: 1 !important;
    border-color: #1c3d5a !important;
    border-color: rgba(28, 61, 90, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-dark:focus{
    --border-opacity: 1 !important;
    border-color: #2779bd !important;
    border-color: rgba(39, 121, 189, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue:focus{
    --border-opacity: 1 !important;
    border-color: #3490dc !important;
    border-color: rgba(52, 144, 220, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-light:focus{
    --border-opacity: 1 !important;
    border-color: #6cb2eb !important;
    border-color: rgba(108, 178, 235, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #bcdefa !important;
    border-color: rgba(188, 222, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #eff8ff !important;
    border-color: rgba(239, 248, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #191e38 !important;
    border-color: rgba(25, 30, 56, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-darker:focus{
    --border-opacity: 1 !important;
    border-color: #2f365f !important;
    border-color: rgba(47, 54, 95, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-dark:focus{
    --border-opacity: 1 !important;
    border-color: #5661b3 !important;
    border-color: rgba(86, 97, 179, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo:focus{
    --border-opacity: 1 !important;
    border-color: #6574cd !important;
    border-color: rgba(101, 116, 205, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-light:focus{
    --border-opacity: 1 !important;
    border-color: #7886d7 !important;
    border-color: rgba(120, 134, 215, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #b2b7ff !important;
    border-color: rgba(178, 183, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #e6e8ff !important;
    border-color: rgba(230, 232, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #21183c !important;
    border-color: rgba(33, 24, 60, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-darker:focus{
    --border-opacity: 1 !important;
    border-color: #382b5f !important;
    border-color: rgba(56, 43, 95, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-dark:focus{
    --border-opacity: 1 !important;
    border-color: #794acf !important;
    border-color: rgba(121, 74, 207, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple:focus{
    --border-opacity: 1 !important;
    border-color: #9561e2 !important;
    border-color: rgba(149, 97, 226, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-light:focus{
    --border-opacity: 1 !important;
    border-color: #a779e9 !important;
    border-color: rgba(167, 121, 233, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #d6bbfc !important;
    border-color: rgba(214, 187, 252, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #f3ebff !important;
    border-color: rgba(243, 235, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #451225 !important;
    border-color: rgba(69, 18, 37, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-darker:focus{
    --border-opacity: 1 !important;
    border-color: #6f213f !important;
    border-color: rgba(111, 33, 63, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-dark:focus{
    --border-opacity: 1 !important;
    border-color: #eb5286 !important;
    border-color: rgba(235, 82, 134, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink:focus{
    --border-opacity: 1 !important;
    border-color: #f66d9b !important;
    border-color: rgba(246, 109, 155, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-light:focus{
    --border-opacity: 1 !important;
    border-color: #fa7ea8 !important;
    border-color: rgba(250, 126, 168, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #ffbbca !important;
    border-color: rgba(255, 187, 202, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #ffebef !important;
    border-color: rgba(255, 235, 239, var(--border-opacity)) !important;
  }

  .sm\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .sm\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .sm\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .sm\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .sm\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .sm\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .sm\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .sm\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .sm\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .sm\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .sm\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .sm\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .sm\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .sm\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .sm\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

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

  .sm\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .sm\:rounded{
    border-radius: 0.25rem !important;
  }

  .sm\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .sm\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .sm\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .sm\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .sm\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

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

  .sm\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .sm\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .sm\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .sm\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .sm\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .sm\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .sm\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:border-solid{
    border-style: solid !important;
  }

  .sm\:border-dashed{
    border-style: dashed !important;
  }

  .sm\:border-dotted{
    border-style: dotted !important;
  }

  .sm\:border-double{
    border-style: double !important;
  }

  .sm\:border-none{
    border-style: none !important;
  }

  .sm\:border-0{
    border-width: 0 !important;
  }

  .sm\:border-2{
    border-width: 2px !important;
  }

  .sm\:border-4{
    border-width: 4px !important;
  }

  .sm\:border-8{
    border-width: 8px !important;
  }

  .sm\:border{
    border-width: 1px !important;
  }

  .sm\:border-t-0{
    border-top-width: 0 !important;
  }

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

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

  .sm\:border-l-0{
    border-left-width: 0 !important;
  }

  .sm\:border-t-2{
    border-top-width: 2px !important;
  }

  .sm\:border-r-2{
    border-right-width: 2px !important;
  }

  .sm\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .sm\:border-l-2{
    border-left-width: 2px !important;
  }

  .sm\:border-t-4{
    border-top-width: 4px !important;
  }

  .sm\:border-r-4{
    border-right-width: 4px !important;
  }

  .sm\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .sm\:border-l-4{
    border-left-width: 4px !important;
  }

  .sm\:border-t-8{
    border-top-width: 8px !important;
  }

  .sm\:border-r-8{
    border-right-width: 8px !important;
  }

  .sm\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .sm\:border-l-8{
    border-left-width: 8px !important;
  }

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

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

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

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

  .sm\:box-border{
    box-sizing: border-box !important;
  }

  .sm\:box-content{
    box-sizing: content-box !important;
  }

  .sm\:cursor-auto{
    cursor: auto !important;
  }

  .sm\:cursor-default{
    cursor: default !important;
  }

  .sm\:cursor-pointer{
    cursor: pointer !important;
  }

  .sm\:cursor-wait{
    cursor: wait !important;
  }

  .sm\:cursor-text{
    cursor: text !important;
  }

  .sm\:cursor-move{
    cursor: move !important;
  }

  .sm\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .sm\:block{
    display: block !important;
  }

  .sm\:inline-block{
    display: inline-block !important;
  }

  .sm\:inline{
    display: inline !important;
  }

  .sm\:flex{
    display: flex !important;
  }

  .sm\:inline-flex{
    display: inline-flex !important;
  }

  .sm\:table{
    display: table !important;
  }

  .sm\:table-caption{
    display: table-caption !important;
  }

  .sm\:table-cell{
    display: table-cell !important;
  }

  .sm\:table-column{
    display: table-column !important;
  }

  .sm\:table-column-group{
    display: table-column-group !important;
  }

  .sm\:table-footer-group{
    display: table-footer-group !important;
  }

  .sm\:table-header-group{
    display: table-header-group !important;
  }

  .sm\:table-row-group{
    display: table-row-group !important;
  }

  .sm\:table-row{
    display: table-row !important;
  }

  .sm\:flow-root{
    display: flow-root !important;
  }

  .sm\:grid{
    display: grid !important;
  }

  .sm\:inline-grid{
    display: inline-grid !important;
  }

  .sm\:contents{
    display: contents !important;
  }

  .sm\:hidden{
    display: none !important;
  }

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

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

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

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

  .sm\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .sm\:place-items-auto{
    place-items: auto !important;
  }

  .sm\:place-items-start{
    place-items: start !important;
  }

  .sm\:place-items-end{
    place-items: end !important;
  }

  .sm\:place-items-center{
    place-items: center !important;
  }

  .sm\:place-items-stretch{
    place-items: stretch !important;
  }

  .sm\:place-content-center{
    place-content: center !important;
  }

  .sm\:place-content-start{
    place-content: start !important;
  }

  .sm\:place-content-end{
    place-content: end !important;
  }

  .sm\:place-content-between{
    place-content: space-between !important;
  }

  .sm\:place-content-around{
    place-content: space-around !important;
  }

  .sm\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .sm\:place-content-stretch{
    place-content: stretch !important;
  }

  .sm\:place-self-auto{
    place-self: auto !important;
  }

  .sm\:place-self-start{
    place-self: start !important;
  }

  .sm\:place-self-end{
    place-self: end !important;
  }

  .sm\:place-self-center{
    place-self: center !important;
  }

  .sm\:place-self-stretch{
    place-self: stretch !important;
  }

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

  .sm\:items-end{
    align-items: flex-end !important;
  }

  .sm\:items-center{
    align-items: center !important;
  }

  .sm\:items-baseline{
    align-items: baseline !important;
  }

  .sm\:items-stretch{
    align-items: stretch !important;
  }

  .sm\:content-center{
    align-content: center !important;
  }

  .sm\:content-start{
    align-content: flex-start !important;
  }

  .sm\:content-end{
    align-content: flex-end !important;
  }

  .sm\:content-between{
    align-content: space-between !important;
  }

  .sm\:content-around{
    align-content: space-around !important;
  }

  .sm\:content-evenly{
    align-content: space-evenly !important;
  }

  .sm\:self-auto{
    align-self: auto !important;
  }

  .sm\:self-start{
    align-self: flex-start !important;
  }

  .sm\:self-end{
    align-self: flex-end !important;
  }

  .sm\:self-center{
    align-self: center !important;
  }

  .sm\:self-stretch{
    align-self: stretch !important;
  }

  .sm\:justify-items-auto{
    justify-items: auto !important;
  }

  .sm\:justify-items-start{
    justify-items: start !important;
  }

  .sm\:justify-items-end{
    justify-items: end !important;
  }

  .sm\:justify-items-center{
    justify-items: center !important;
  }

  .sm\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .sm\:justify-start{
    justify-content: flex-start !important;
  }

  .sm\:justify-end{
    justify-content: flex-end !important;
  }

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

  .sm\:justify-between{
    justify-content: space-between !important;
  }

  .sm\:justify-around{
    justify-content: space-around !important;
  }

  .sm\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .sm\:justify-self-auto{
    justify-self: auto !important;
  }

  .sm\:justify-self-start{
    justify-self: start !important;
  }

  .sm\:justify-self-end{
    justify-self: end !important;
  }

  .sm\:justify-self-center{
    justify-self: center !important;
  }

  .sm\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .sm\:flex-1{
    flex: 1 1 0% !important;
  }

  .sm\:flex-auto{
    flex: 1 1 auto !important;
  }

  .sm\:flex-initial{
    flex: 0 1 auto !important;
  }

  .sm\:flex-none{
    flex: none !important;
  }

  .sm\:flex-grow-0{
    flex-grow: 0 !important;
  }

  .sm\:flex-grow{
    flex-grow: 1 !important;
  }

  .sm\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .sm\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .sm\:order-1{
    order: 1 !important;
  }

  .sm\:order-2{
    order: 2 !important;
  }

  .sm\:order-3{
    order: 3 !important;
  }

  .sm\:order-4{
    order: 4 !important;
  }

  .sm\:order-5{
    order: 5 !important;
  }

  .sm\:order-6{
    order: 6 !important;
  }

  .sm\:order-7{
    order: 7 !important;
  }

  .sm\:order-8{
    order: 8 !important;
  }

  .sm\:order-9{
    order: 9 !important;
  }

  .sm\:order-10{
    order: 10 !important;
  }

  .sm\:order-11{
    order: 11 !important;
  }

  .sm\:order-12{
    order: 12 !important;
  }

  .sm\:order-first{
    order: -9999 !important;
  }

  .sm\:order-last{
    order: 9999 !important;
  }

  .sm\:order-none{
    order: 0 !important;
  }

  .sm\:clear-left{
    clear: left !important;
  }

  .sm\:clear-right{
    clear: right !important;
  }

  .sm\:clear-both{
    clear: both !important;
  }

  .sm\:clear-none{
    clear: none !important;
  }

  .sm\:font-sans{
    font-family: 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" !important;
  }

  .sm\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .sm\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .sm\:font-hairline{
    font-weight: 100 !important;
  }

  .sm\:font-thin{
    font-weight: 200 !important;
  }

  .sm\:font-light{
    font-weight: 300 !important;
  }

  .sm\:font-normal{
    font-weight: 400 !important;
  }

  .sm\:font-medium{
    font-weight: 500 !important;
  }

  .sm\:font-semibold{
    font-weight: 600 !important;
  }

  .sm\:font-bold{
    font-weight: 700 !important;
  }

  .sm\:font-extrabold{
    font-weight: 800 !important;
  }

  .sm\:font-black{
    font-weight: 900 !important;
  }

  .sm\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .sm\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .sm\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .sm\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .sm\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .sm\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .sm\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .sm\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .sm\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .sm\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .sm\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .sm\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .sm\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .sm\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .sm\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .sm\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .sm\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .sm\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .sm\:h-0{
    height: 0 !important;
  }

  .sm\:h-1{
    height: 0.25rem !important;
  }

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

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

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

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

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

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

  .sm\:h-10{
    height: 2.5rem !important;
  }

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

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

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

  .sm\:h-24{
    height: 6rem !important;
  }

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

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

  .sm\:h-48{
    height: 12rem !important;
  }

  .sm\:h-56{
    height: 14rem !important;
  }

  .sm\:h-64{
    height: 16rem !important;
  }

  .sm\:h-auto{
    height: auto !important;
  }

  .sm\:h-px{
    height: 1px !important;
  }

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

  .sm\:h-screen{
    height: 100vh !important;
  }

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

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

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

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

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

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

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

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

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

  .sm\:text-6xl{
    font-size: 4rem !important;
  }

  .sm\:leading-3{
    line-height: .75rem !important;
  }

  .sm\:leading-4{
    line-height: 1rem !important;
  }

  .sm\:leading-5{
    line-height: 1.25rem !important;
  }

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

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

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

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

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

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

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

  .sm\:leading-snug{
    line-height: 1.375 !important;
  }

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

  .sm\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .sm\:leading-loose{
    line-height: 2 !important;
  }

  .sm\:list-inside{
    list-style-position: inside !important;
  }

  .sm\:list-outside{
    list-style-position: outside !important;
  }

  .sm\:list-none{
    list-style-type: none !important;
  }

  .sm\:list-disc{
    list-style-type: disc !important;
  }

  .sm\:list-decimal{
    list-style-type: decimal !important;
  }

  .sm\:m-0{
    margin: 0 !important;
  }

  .sm\:m-1{
    margin: 0.25rem !important;
  }

  .sm\:m-2{
    margin: 0.5rem !important;
  }

  .sm\:m-3{
    margin: 0.75rem !important;
  }

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

  .sm\:m-5{
    margin: 1.25rem !important;
  }

  .sm\:m-6{
    margin: 1.5rem !important;
  }

  .sm\:m-8{
    margin: 2rem !important;
  }

  .sm\:m-10{
    margin: 2.5rem !important;
  }

  .sm\:m-12{
    margin: 3rem !important;
  }

  .sm\:m-16{
    margin: 4rem !important;
  }

  .sm\:m-20{
    margin: 5rem !important;
  }

  .sm\:m-24{
    margin: 6rem !important;
  }

  .sm\:m-32{
    margin: 8rem !important;
  }

  .sm\:m-40{
    margin: 10rem !important;
  }

  .sm\:m-48{
    margin: 12rem !important;
  }

  .sm\:m-56{
    margin: 14rem !important;
  }

  .sm\:m-64{
    margin: 16rem !important;
  }

  .sm\:m-auto{
    margin: auto !important;
  }

  .sm\:m-px{
    margin: 1px !important;
  }

  .sm\:-m-1{
    margin: -0.25rem !important;
  }

  .sm\:-m-2{
    margin: -0.5rem !important;
  }

  .sm\:-m-3{
    margin: -0.75rem !important;
  }

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

  .sm\:-m-5{
    margin: -1.25rem !important;
  }

  .sm\:-m-6{
    margin: -1.5rem !important;
  }

  .sm\:-m-8{
    margin: -2rem !important;
  }

  .sm\:-m-10{
    margin: -2.5rem !important;
  }

  .sm\:-m-12{
    margin: -3rem !important;
  }

  .sm\:-m-16{
    margin: -4rem !important;
  }

  .sm\:-m-20{
    margin: -5rem !important;
  }

  .sm\:-m-24{
    margin: -6rem !important;
  }

  .sm\:-m-32{
    margin: -8rem !important;
  }

  .sm\:-m-40{
    margin: -10rem !important;
  }

  .sm\:-m-48{
    margin: -12rem !important;
  }

  .sm\:-m-56{
    margin: -14rem !important;
  }

  .sm\:-m-64{
    margin: -16rem !important;
  }

  .sm\:-m-px{
    margin: -1px !important;
  }

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

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

  .sm\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

  .sm\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

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

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

  .sm\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .sm\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

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

  .sm\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

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

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

  .sm\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:mt-0{
    margin-top: 0 !important;
  }

  .sm\:mr-0{
    margin-right: 0 !important;
  }

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

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

  .sm\:mt-1{
    margin-top: 0.25rem !important;
  }

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

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

  .sm\:ml-1{
    margin-left: 0.25rem !important;
  }

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

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

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

  .sm\:ml-2{
    margin-left: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .sm\:mr-5{
    margin-right: 1.25rem !important;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .sm\:ml-5{
    margin-left: 1.25rem !important;
  }

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

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

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

  .sm\:ml-6{
    margin-left: 1.5rem !important;
  }

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

  .sm\:mr-8{
    margin-right: 2rem !important;
  }

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

  .sm\:ml-8{
    margin-left: 2rem !important;
  }

  .sm\:mt-10{
    margin-top: 2.5rem !important;
  }

  .sm\:mr-10{
    margin-right: 2.5rem !important;
  }

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

  .sm\:ml-10{
    margin-left: 2.5rem !important;
  }

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

  .sm\:mr-12{
    margin-right: 3rem !important;
  }

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

  .sm\:ml-12{
    margin-left: 3rem !important;
  }

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

  .sm\:mr-16{
    margin-right: 4rem !important;
  }

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

  .sm\:ml-16{
    margin-left: 4rem !important;
  }

  .sm\:mt-20{
    margin-top: 5rem !important;
  }

  .sm\:mr-20{
    margin-right: 5rem !important;
  }

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

  .sm\:ml-20{
    margin-left: 5rem !important;
  }

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

  .sm\:mr-24{
    margin-right: 6rem !important;
  }

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

  .sm\:ml-24{
    margin-left: 6rem !important;
  }

  .sm\:mt-32{
    margin-top: 8rem !important;
  }

  .sm\:mr-32{
    margin-right: 8rem !important;
  }

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

  .sm\:ml-32{
    margin-left: 8rem !important;
  }

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

  .sm\:mr-40{
    margin-right: 10rem !important;
  }

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

  .sm\:ml-40{
    margin-left: 10rem !important;
  }

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

  .sm\:mr-48{
    margin-right: 12rem !important;
  }

  .sm\:mb-48{
    margin-bottom: 12rem !important;
  }

  .sm\:ml-48{
    margin-left: 12rem !important;
  }

  .sm\:mt-56{
    margin-top: 14rem !important;
  }

  .sm\:mr-56{
    margin-right: 14rem !important;
  }

  .sm\:mb-56{
    margin-bottom: 14rem !important;
  }

  .sm\:ml-56{
    margin-left: 14rem !important;
  }

  .sm\:mt-64{
    margin-top: 16rem !important;
  }

  .sm\:mr-64{
    margin-right: 16rem !important;
  }

  .sm\:mb-64{
    margin-bottom: 16rem !important;
  }

  .sm\:ml-64{
    margin-left: 16rem !important;
  }

  .sm\:mt-auto{
    margin-top: auto !important;
  }

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

  .sm\:mb-auto{
    margin-bottom: auto !important;
  }

  .sm\:ml-auto{
    margin-left: auto !important;
  }

  .sm\:mt-px{
    margin-top: 1px !important;
  }

  .sm\:mr-px{
    margin-right: 1px !important;
  }

  .sm\:mb-px{
    margin-bottom: 1px !important;
  }

  .sm\:ml-px{
    margin-left: 1px !important;
  }

  .sm\:-mt-1{
    margin-top: -0.25rem !important;
  }

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

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

  .sm\:-ml-1{
    margin-left: -0.25rem !important;
  }

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

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

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

  .sm\:-ml-2{
    margin-left: -0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .sm\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .sm\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .sm\:-ml-5{
    margin-left: -1.25rem !important;
  }

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

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

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

  .sm\:-ml-6{
    margin-left: -1.5rem !important;
  }

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

  .sm\:-mr-8{
    margin-right: -2rem !important;
  }

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

  .sm\:-ml-8{
    margin-left: -2rem !important;
  }

  .sm\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .sm\:-mr-10{
    margin-right: -2.5rem !important;
  }

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

  .sm\:-ml-10{
    margin-left: -2.5rem !important;
  }

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

  .sm\:-mr-12{
    margin-right: -3rem !important;
  }

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

  .sm\:-ml-12{
    margin-left: -3rem !important;
  }

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

  .sm\:-mr-16{
    margin-right: -4rem !important;
  }

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

  .sm\:-ml-16{
    margin-left: -4rem !important;
  }

  .sm\:-mt-20{
    margin-top: -5rem !important;
  }

  .sm\:-mr-20{
    margin-right: -5rem !important;
  }

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

  .sm\:-ml-20{
    margin-left: -5rem !important;
  }

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

  .sm\:-mr-24{
    margin-right: -6rem !important;
  }

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

  .sm\:-ml-24{
    margin-left: -6rem !important;
  }

  .sm\:-mt-32{
    margin-top: -8rem !important;
  }

  .sm\:-mr-32{
    margin-right: -8rem !important;
  }

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

  .sm\:-ml-32{
    margin-left: -8rem !important;
  }

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

  .sm\:-mr-40{
    margin-right: -10rem !important;
  }

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

  .sm\:-ml-40{
    margin-left: -10rem !important;
  }

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

  .sm\:-mr-48{
    margin-right: -12rem !important;
  }

  .sm\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .sm\:-ml-48{
    margin-left: -12rem !important;
  }

  .sm\:-mt-56{
    margin-top: -14rem !important;
  }

  .sm\:-mr-56{
    margin-right: -14rem !important;
  }

  .sm\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .sm\:-ml-56{
    margin-left: -14rem !important;
  }

  .sm\:-mt-64{
    margin-top: -16rem !important;
  }

  .sm\:-mr-64{
    margin-right: -16rem !important;
  }

  .sm\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .sm\:-ml-64{
    margin-left: -16rem !important;
  }

  .sm\:-mt-px{
    margin-top: -1px !important;
  }

  .sm\:-mr-px{
    margin-right: -1px !important;
  }

  .sm\:-mb-px{
    margin-bottom: -1px !important;
  }

  .sm\:-ml-px{
    margin-left: -1px !important;
  }

  .sm\:max-h-full{
    max-height: 100% !important;
  }

  .sm\:max-h-screen{
    max-height: 100vh !important;
  }

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

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

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

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

  .sm\:max-w-lg{
    max-width: 32rem !important;
  }

  .sm\:max-w-xl{
    max-width: 36rem !important;
  }

  .sm\:max-w-2xl{
    max-width: 42rem !important;
  }

  .sm\:max-w-3xl{
    max-width: 48rem !important;
  }

  .sm\:max-w-4xl{
    max-width: 56rem !important;
  }

  .sm\:max-w-5xl{
    max-width: 64rem !important;
  }

  .sm\:max-w-6xl{
    max-width: 72rem !important;
  }

  .sm\:max-w-full{
    max-width: 100% !important;
  }

  .sm\:max-w-screen-sm{
    max-width: 576px !important;
  }

  .sm\:max-w-screen-md{
    max-width: 768px !important;
  }

  .sm\:max-w-screen-lg{
    max-width: 992px !important;
  }

  .sm\:max-w-screen-xl{
    max-width: 1200px !important;
  }

  .sm\:min-h-0{
    min-height: 0 !important;
  }

  .sm\:min-h-full{
    min-height: 100% !important;
  }

  .sm\:min-h-screen{
    min-height: 100vh !important;
  }

  .sm\:min-w-0{
    min-width: 0 !important;
  }

  .sm\:min-w-full{
    min-width: 100% !important;
  }

  .sm\:opacity-0{
    opacity: 0 !important;
  }

  .sm\:opacity-25{
    opacity: 0.25 !important;
  }

  .sm\:opacity-50{
    opacity: 0.5 !important;
  }

  .sm\:opacity-75{
    opacity: 0.75 !important;
  }

  .sm\:opacity-100{
    opacity: 1 !important;
  }

  .sm\:overflow-auto{
    overflow: auto !important;
  }

  .sm\:overflow-hidden{
    overflow: hidden !important;
  }

  .sm\:overflow-visible{
    overflow: visible !important;
  }

  .sm\:overflow-scroll{
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .sm\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .sm\:overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .sm\:overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .sm\:overscroll-none{
    overscroll-behavior: none !important;
  }

  .sm\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .sm\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .sm\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .sm\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .sm\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .sm\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .sm\:p-0{
    padding: 0 !important;
  }

  .sm\:p-1{
    padding: 0.25rem !important;
  }

  .sm\:p-2{
    padding: 0.5rem !important;
  }

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

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

  .sm\:p-5{
    padding: 1.25rem !important;
  }

  .sm\:p-6{
    padding: 1.5rem !important;
  }

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

  .sm\:p-10{
    padding: 2.5rem !important;
  }

  .sm\:p-12{
    padding: 3rem !important;
  }

  .sm\:p-16{
    padding: 4rem !important;
  }

  .sm\:p-20{
    padding: 5rem !important;
  }

  .sm\:p-24{
    padding: 6rem !important;
  }

  .sm\:p-32{
    padding: 8rem !important;
  }

  .sm\:p-40{
    padding: 10rem !important;
  }

  .sm\:p-48{
    padding: 12rem !important;
  }

  .sm\:p-56{
    padding: 14rem !important;
  }

  .sm\:p-64{
    padding: 16rem !important;
  }

  .sm\:p-px{
    padding: 1px !important;
  }

  .sm\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .sm\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

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

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

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

  .sm\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

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

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

  .sm\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

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

  .sm\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

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

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

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

  .sm\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

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

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

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

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

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

  .sm\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

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

  .sm\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

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

  .sm\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

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

  .sm\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

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

  .sm\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:pt-0{
    padding-top: 0 !important;
  }

  .sm\:pr-0{
    padding-right: 0 !important;
  }

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

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

  .sm\:pt-1{
    padding-top: 0.25rem !important;
  }

  .sm\:pr-1{
    padding-right: 0.25rem !important;
  }

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

  .sm\:pl-1{
    padding-left: 0.25rem !important;
  }

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

  .sm\:pr-2{
    padding-right: 0.5rem !important;
  }

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

  .sm\:pl-2{
    padding-left: 0.5rem !important;
  }

  .sm\:pt-3{
    padding-top: 0.75rem !important;
  }

  .sm\:pr-3{
    padding-right: 0.75rem !important;
  }

  .sm\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .sm\:pl-3{
    padding-left: 0.75rem !important;
  }

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

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

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

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

  .sm\:pt-5{
    padding-top: 1.25rem !important;
  }

  .sm\:pr-5{
    padding-right: 1.25rem !important;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem !important;
  }

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

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

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

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

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

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

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

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

  .sm\:pl-8{
    padding-left: 2rem !important;
  }

  .sm\:pt-10{
    padding-top: 2.5rem !important;
  }

  .sm\:pr-10{
    padding-right: 2.5rem !important;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .sm\:pl-10{
    padding-left: 2.5rem !important;
  }

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

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

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

  .sm\:pl-12{
    padding-left: 3rem !important;
  }

  .sm\:pt-16{
    padding-top: 4rem !important;
  }

  .sm\:pr-16{
    padding-right: 4rem !important;
  }

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

  .sm\:pl-16{
    padding-left: 4rem !important;
  }

  .sm\:pt-20{
    padding-top: 5rem !important;
  }

  .sm\:pr-20{
    padding-right: 5rem !important;
  }

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

  .sm\:pl-20{
    padding-left: 5rem !important;
  }

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

  .sm\:pr-24{
    padding-right: 6rem !important;
  }

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

  .sm\:pl-24{
    padding-left: 6rem !important;
  }

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

  .sm\:pr-32{
    padding-right: 8rem !important;
  }

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

  .sm\:pl-32{
    padding-left: 8rem !important;
  }

  .sm\:pt-40{
    padding-top: 10rem !important;
  }

  .sm\:pr-40{
    padding-right: 10rem !important;
  }

  .sm\:pb-40{
    padding-bottom: 10rem !important;
  }

  .sm\:pl-40{
    padding-left: 10rem !important;
  }

  .sm\:pt-48{
    padding-top: 12rem !important;
  }

  .sm\:pr-48{
    padding-right: 12rem !important;
  }

  .sm\:pb-48{
    padding-bottom: 12rem !important;
  }

  .sm\:pl-48{
    padding-left: 12rem !important;
  }

  .sm\:pt-56{
    padding-top: 14rem !important;
  }

  .sm\:pr-56{
    padding-right: 14rem !important;
  }

  .sm\:pb-56{
    padding-bottom: 14rem !important;
  }

  .sm\:pl-56{
    padding-left: 14rem !important;
  }

  .sm\:pt-64{
    padding-top: 16rem !important;
  }

  .sm\:pr-64{
    padding-right: 16rem !important;
  }

  .sm\:pb-64{
    padding-bottom: 16rem !important;
  }

  .sm\:pl-64{
    padding-left: 16rem !important;
  }

  .sm\:pt-px{
    padding-top: 1px !important;
  }

  .sm\:pr-px{
    padding-right: 1px !important;
  }

  .sm\:pb-px{
    padding-bottom: 1px !important;
  }

  .sm\:pl-px{
    padding-left: 1px !important;
  }

  .sm\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .sm\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .sm\:placeholder-black-real::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black-real::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .sm\:focus\:placeholder-black-real:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black-real:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:pointer-events-none{
    pointer-events: none !important;
  }

  .sm\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .sm\:static{
    position: static !important;
  }

  .sm\:fixed{
    position: fixed !important;
  }

  .sm\:absolute{
    position: absolute !important;
  }

  .sm\:relative{
    position: relative !important;
  }

  .sm\:sticky{
    position: sticky !important;
  }

  .sm\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .sm\:top-0{
    top: 0 !important;
  }

  .sm\:right-0{
    right: 0 !important;
  }

  .sm\:bottom-0{
    bottom: 0 !important;
  }

  .sm\:left-0{
    left: 0 !important;
  }

  .sm\:top-auto{
    top: auto !important;
  }

  .sm\:right-auto{
    right: auto !important;
  }

  .sm\:bottom-auto{
    bottom: auto !important;
  }

  .sm\:left-auto{
    left: auto !important;
  }

  .sm\:resize-none{
    resize: none !important;
  }

  .sm\:resize-y{
    resize: vertical !important;
  }

  .sm\:resize-x{
    resize: horizontal !important;
  }

  .sm\:resize{
    resize: both !important;
  }

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

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

  .sm\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

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

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

  .sm\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:shadow-none{
    box-shadow: none !important;
  }

  .sm\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

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

  .sm\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:hover\:shadow-none:hover{
    box-shadow: none !important;
  }

  .sm\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

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

  .sm\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:focus\:shadow-none:focus{
    box-shadow: none !important;
  }

  .sm\:stroke-0{
    stroke-width: 0 !important;
  }

  .sm\:stroke-1{
    stroke-width: 1 !important;
  }

  .sm\:stroke-2{
    stroke-width: 2 !important;
  }

  .sm\:table-auto{
    table-layout: auto !important;
  }

  .sm\:table-fixed{
    table-layout: fixed !important;
  }

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

  .sm\:text-center{
    text-align: center !important;
  }

  .sm\:text-right{
    text-align: right !important;
  }

  .sm\:text-justify{
    text-align: justify !important;
  }

  .sm\:text-transparent{
    color: transparent !important;
  }

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

  .sm\:text-black{
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .sm\:text-grey-darkest{
    --text-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--text-opacity)) !important;
  }

  .sm\:text-grey-darker{
    --text-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--text-opacity)) !important;
  }

  .sm\:text-grey-dark{
    --text-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--text-opacity)) !important;
  }

  .sm\:text-grey{
    --text-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--text-opacity)) !important;
  }

  .sm\:text-grey-light{
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .sm\:text-grey-lighter{
    --text-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--text-opacity)) !important;
  }

  .sm\:text-grey-lightest{
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

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

  .sm\:text-red-darkest{
    --text-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--text-opacity)) !important;
  }

  .sm\:text-red-darker{
    --text-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--text-opacity)) !important;
  }

  .sm\:text-red-dark{
    --text-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--text-opacity)) !important;
  }

  .sm\:text-red{
    --text-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--text-opacity)) !important;
  }

  .sm\:text-red-light{
    --text-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--text-opacity)) !important;
  }

  .sm\:text-red-lighter{
    --text-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--text-opacity)) !important;
  }

  .sm\:text-red-lightest{
    --text-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--text-opacity)) !important;
  }

  .sm\:text-orange-darkest{
    --text-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--text-opacity)) !important;
  }

  .sm\:text-orange-darker{
    --text-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--text-opacity)) !important;
  }

  .sm\:text-orange-dark{
    --text-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--text-opacity)) !important;
  }

  .sm\:text-orange{
    --text-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--text-opacity)) !important;
  }

  .sm\:text-orange-light{
    --text-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--text-opacity)) !important;
  }

  .sm\:text-orange-lighter{
    --text-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--text-opacity)) !important;
  }

  .sm\:text-orange-lightest{
    --text-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-darkest{
    --text-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-darker{
    --text-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-dark{
    --text-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--text-opacity)) !important;
  }

  .sm\:text-yellow{
    --text-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-light{
    --text-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-lighter{
    --text-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-lightest{
    --text-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--text-opacity)) !important;
  }

  .sm\:text-green-darkest{
    --text-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--text-opacity)) !important;
  }

  .sm\:text-green-darker{
    --text-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--text-opacity)) !important;
  }

  .sm\:text-green-dark{
    --text-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--text-opacity)) !important;
  }

  .sm\:text-green{
    --text-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--text-opacity)) !important;
  }

  .sm\:text-green-light{
    --text-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--text-opacity)) !important;
  }

  .sm\:text-green-lighter{
    --text-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--text-opacity)) !important;
  }

  .sm\:text-green-lightest{
    --text-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--text-opacity)) !important;
  }

  .sm\:text-teal-darkest{
    --text-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--text-opacity)) !important;
  }

  .sm\:text-teal-darker{
    --text-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--text-opacity)) !important;
  }

  .sm\:text-teal-dark{
    --text-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--text-opacity)) !important;
  }

  .sm\:text-teal{
    --text-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--text-opacity)) !important;
  }

  .sm\:text-teal-light{
    --text-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--text-opacity)) !important;
  }

  .sm\:text-teal-lighter{
    --text-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--text-opacity)) !important;
  }

  .sm\:text-teal-lightest{
    --text-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--text-opacity)) !important;
  }

  .sm\:text-blue-darkest{
    --text-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--text-opacity)) !important;
  }

  .sm\:text-blue-darker{
    --text-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--text-opacity)) !important;
  }

  .sm\:text-blue-dark{
    --text-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--text-opacity)) !important;
  }

  .sm\:text-blue{
    --text-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--text-opacity)) !important;
  }

  .sm\:text-blue-light{
    --text-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--text-opacity)) !important;
  }

  .sm\:text-blue-lighter{
    --text-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--text-opacity)) !important;
  }

  .sm\:text-blue-lightest{
    --text-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-darkest{
    --text-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-darker{
    --text-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-dark{
    --text-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--text-opacity)) !important;
  }

  .sm\:text-indigo{
    --text-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-light{
    --text-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-lighter{
    --text-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-lightest{
    --text-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--text-opacity)) !important;
  }

  .sm\:text-purple-darkest{
    --text-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--text-opacity)) !important;
  }

  .sm\:text-purple-darker{
    --text-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--text-opacity)) !important;
  }

  .sm\:text-purple-dark{
    --text-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--text-opacity)) !important;
  }

  .sm\:text-purple{
    --text-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--text-opacity)) !important;
  }

  .sm\:text-purple-light{
    --text-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--text-opacity)) !important;
  }

  .sm\:text-purple-lighter{
    --text-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--text-opacity)) !important;
  }

  .sm\:text-purple-lightest{
    --text-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--text-opacity)) !important;
  }

  .sm\:text-pink-darkest{
    --text-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--text-opacity)) !important;
  }

  .sm\:text-pink-darker{
    --text-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--text-opacity)) !important;
  }

  .sm\:text-pink-dark{
    --text-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--text-opacity)) !important;
  }

  .sm\:text-pink{
    --text-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--text-opacity)) !important;
  }

  .sm\:text-pink-light{
    --text-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--text-opacity)) !important;
  }

  .sm\:text-pink-lighter{
    --text-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--text-opacity)) !important;
  }

  .sm\:text-pink-lightest{
    --text-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-transparent:hover{
    color: transparent !important;
  }

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

  .sm\:hover\:text-black:hover{
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-darkest:hover{
    --text-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-darker:hover{
    --text-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-dark:hover{
    --text-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey:hover{
    --text-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-light:hover{
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-lighter:hover{
    --text-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-lightest:hover{
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

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

  .sm\:hover\:text-red-darkest:hover{
    --text-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-darker:hover{
    --text-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-dark:hover{
    --text-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red:hover{
    --text-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-light:hover{
    --text-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-lighter:hover{
    --text-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-lightest:hover{
    --text-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-darkest:hover{
    --text-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-darker:hover{
    --text-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-dark:hover{
    --text-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange:hover{
    --text-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-light:hover{
    --text-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-lighter:hover{
    --text-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-lightest:hover{
    --text-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-darkest:hover{
    --text-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-darker:hover{
    --text-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-dark:hover{
    --text-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow:hover{
    --text-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-light:hover{
    --text-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-lighter:hover{
    --text-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-lightest:hover{
    --text-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-darkest:hover{
    --text-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-darker:hover{
    --text-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-dark:hover{
    --text-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green:hover{
    --text-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-light:hover{
    --text-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-lighter:hover{
    --text-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-lightest:hover{
    --text-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-darkest:hover{
    --text-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-darker:hover{
    --text-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-dark:hover{
    --text-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal:hover{
    --text-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-light:hover{
    --text-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-lighter:hover{
    --text-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-lightest:hover{
    --text-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-darkest:hover{
    --text-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-darker:hover{
    --text-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-dark:hover{
    --text-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue:hover{
    --text-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-light:hover{
    --text-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-lighter:hover{
    --text-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-lightest:hover{
    --text-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-darkest:hover{
    --text-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-darker:hover{
    --text-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-dark:hover{
    --text-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo:hover{
    --text-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-light:hover{
    --text-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-lighter:hover{
    --text-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-lightest:hover{
    --text-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-darkest:hover{
    --text-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-darker:hover{
    --text-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-dark:hover{
    --text-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple:hover{
    --text-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-light:hover{
    --text-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-lighter:hover{
    --text-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-lightest:hover{
    --text-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-darkest:hover{
    --text-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-darker:hover{
    --text-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-dark:hover{
    --text-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink:hover{
    --text-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-light:hover{
    --text-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-lighter:hover{
    --text-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-lightest:hover{
    --text-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .sm\:focus\:text-black-real:focus{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-black:focus{
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-darkest:focus{
    --text-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-darker:focus{
    --text-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-dark:focus{
    --text-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey:focus{
    --text-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-light:focus{
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-lighter:focus{
    --text-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-lightest:focus{
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

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

  .sm\:focus\:text-red-darkest:focus{
    --text-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-darker:focus{
    --text-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-dark:focus{
    --text-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red:focus{
    --text-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-light:focus{
    --text-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-lighter:focus{
    --text-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-lightest:focus{
    --text-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-darkest:focus{
    --text-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-darker:focus{
    --text-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-dark:focus{
    --text-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange:focus{
    --text-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-light:focus{
    --text-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-lighter:focus{
    --text-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-lightest:focus{
    --text-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-darkest:focus{
    --text-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-darker:focus{
    --text-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-dark:focus{
    --text-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow:focus{
    --text-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-light:focus{
    --text-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-lighter:focus{
    --text-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-lightest:focus{
    --text-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-darkest:focus{
    --text-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-darker:focus{
    --text-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-dark:focus{
    --text-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green:focus{
    --text-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-light:focus{
    --text-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-lighter:focus{
    --text-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-lightest:focus{
    --text-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-darkest:focus{
    --text-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-darker:focus{
    --text-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-dark:focus{
    --text-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal:focus{
    --text-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-light:focus{
    --text-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-lighter:focus{
    --text-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-lightest:focus{
    --text-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-darkest:focus{
    --text-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-darker:focus{
    --text-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-dark:focus{
    --text-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue:focus{
    --text-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-light:focus{
    --text-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-lighter:focus{
    --text-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-lightest:focus{
    --text-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-darkest:focus{
    --text-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-darker:focus{
    --text-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-dark:focus{
    --text-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo:focus{
    --text-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-light:focus{
    --text-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-lighter:focus{
    --text-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-lightest:focus{
    --text-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-darkest:focus{
    --text-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-darker:focus{
    --text-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-dark:focus{
    --text-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple:focus{
    --text-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-light:focus{
    --text-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-lighter:focus{
    --text-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-lightest:focus{
    --text-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-darkest:focus{
    --text-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-darker:focus{
    --text-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-dark:focus{
    --text-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink:focus{
    --text-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-light:focus{
    --text-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-lighter:focus{
    --text-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-lightest:focus{
    --text-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--text-opacity)) !important;
  }

  .sm\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .sm\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .sm\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .sm\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .sm\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .sm\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .sm\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .sm\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .sm\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .sm\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .sm\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .sm\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .sm\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .sm\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .sm\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .sm\:italic{
    font-style: italic !important;
  }

  .sm\:not-italic{
    font-style: normal !important;
  }

  .sm\:uppercase{
    text-transform: uppercase !important;
  }

  .sm\:lowercase{
    text-transform: lowercase !important;
  }

  .sm\:capitalize{
    text-transform: capitalize !important;
  }

  .sm\:normal-case{
    text-transform: none !important;
  }

  .sm\:underline{
    text-decoration: underline !important;
  }

  .sm\:line-through{
    text-decoration: line-through !important;
  }

  .sm\:no-underline{
    text-decoration: none !important;
  }

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

  .sm\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .sm\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .sm\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .sm\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .sm\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .sm\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .sm\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .sm\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .sm\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .sm\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .sm\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .sm\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .sm\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .sm\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .sm\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .sm\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .sm\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .sm\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .sm\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .sm\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .sm\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .sm\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .sm\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:align-baseline{
    vertical-align: baseline !important;
  }

  .sm\:align-top{
    vertical-align: top !important;
  }

  .sm\:align-middle{
    vertical-align: middle !important;
  }

  .sm\:align-bottom{
    vertical-align: bottom !important;
  }

  .sm\:align-text-top{
    vertical-align: text-top !important;
  }

  .sm\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .sm\:visible{
    visibility: visible !important;
  }

  .sm\:invisible{
    visibility: hidden !important;
  }

  .sm\:whitespace-normal{
    white-space: normal !important;
  }

  .sm\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre{
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .sm\:break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .sm\:break-all{
    word-break: break-all !important;
  }

  .sm\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:w-0{
    width: 0 !important;
  }

  .sm\:w-1{
    width: 0.25rem !important;
  }

  .sm\:w-2{
    width: 0.5rem !important;
  }

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

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

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

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

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

  .sm\:w-10{
    width: 2.5rem !important;
  }

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

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

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

  .sm\:w-24{
    width: 6rem !important;
  }

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

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

  .sm\:w-48{
    width: 12rem !important;
  }

  .sm\:w-56{
    width: 14rem !important;
  }

  .sm\:w-64{
    width: 16rem !important;
  }

  .sm\:w-auto{
    width: auto !important;
  }

  .sm\:w-px{
    width: 1px !important;
  }

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

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

  .sm\:w-2\/3{
    width: 66.666667% !important;
  }

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

  .sm\:w-2\/4{
    width: 50% !important;
  }

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

  .sm\:w-1\/5{
    width: 20% !important;
  }

  .sm\:w-2\/5{
    width: 40% !important;
  }

  .sm\:w-3\/5{
    width: 60% !important;
  }

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

  .sm\:w-1\/6{
    width: 16.666667% !important;
  }

  .sm\:w-2\/6{
    width: 33.333333% !important;
  }

  .sm\:w-3\/6{
    width: 50% !important;
  }

  .sm\:w-4\/6{
    width: 66.666667% !important;
  }

  .sm\:w-5\/6{
    width: 83.333333% !important;
  }

  .sm\:w-1\/12{
    width: 8.333333% !important;
  }

  .sm\:w-2\/12{
    width: 16.666667% !important;
  }

  .sm\:w-3\/12{
    width: 25% !important;
  }

  .sm\:w-4\/12{
    width: 33.333333% !important;
  }

  .sm\:w-5\/12{
    width: 41.666667% !important;
  }

  .sm\:w-6\/12{
    width: 50% !important;
  }

  .sm\:w-7\/12{
    width: 58.333333% !important;
  }

  .sm\:w-8\/12{
    width: 66.666667% !important;
  }

  .sm\:w-9\/12{
    width: 75% !important;
  }

  .sm\:w-10\/12{
    width: 83.333333% !important;
  }

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

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

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

  .sm\:z-0{
    z-index: 0 !important;
  }

  .sm\:z-10{
    z-index: 10 !important;
  }

  .sm\:z-20{
    z-index: 20 !important;
  }

  .sm\:z-30{
    z-index: 30 !important;
  }

  .sm\:z-40{
    z-index: 40 !important;
  }

  .sm\:z-50{
    z-index: 50 !important;
  }

  .sm\:z-auto{
    z-index: auto !important;
  }

  .sm\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .sm\:gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .sm\:gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .sm\:gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

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

  .sm\:gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .sm\:gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

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

  .sm\:gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .sm\:gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .sm\:gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .sm\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .sm\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .sm\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .sm\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .sm\:gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .sm\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .sm\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .sm\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .sm\:col-gap-0{
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .sm\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:col-gap-2{
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:col-gap-3{
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:col-gap-4{
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:col-gap-6{
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:col-gap-8{
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:col-gap-12{
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:col-gap-16{
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:col-gap-20{
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:col-gap-24{
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:col-gap-32{
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:col-gap-40{
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:col-gap-48{
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:col-gap-56{
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:col-gap-64{
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:col-gap-px{
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:gap-x-0{
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .sm\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:gap-x-2{
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:gap-x-3{
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:gap-x-4{
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:gap-x-6{
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:gap-x-8{
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

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

  .sm\:gap-x-12{
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:gap-x-16{
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:gap-x-20{
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:gap-x-24{
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:gap-x-32{
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:gap-x-40{
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:gap-x-48{
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:gap-x-56{
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:gap-x-64{
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:gap-x-px{
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .sm\:row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .sm\:row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .sm\:row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .sm\:row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .sm\:row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm\:row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm\:row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .sm\:row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm\:row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .sm\:row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .sm\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .sm\:row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .sm\:row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .sm\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .sm\:gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .sm\:gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .sm\:gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .sm\:gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .sm\:gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .sm\:gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm\:gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm\:gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .sm\:gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm\:gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

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

  .sm\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .sm\:gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .sm\:gap-y-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .sm\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .sm\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .sm\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .sm\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .sm\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .sm\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .sm\:auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .sm\:auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .sm\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .sm\:col-auto{
    grid-column: auto !important;
  }

  .sm\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .sm\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .sm\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .sm\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .sm\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .sm\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .sm\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .sm\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .sm\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .sm\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .sm\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .sm\:col-start-1{
    grid-column-start: 1 !important;
  }

  .sm\:col-start-2{
    grid-column-start: 2 !important;
  }

  .sm\:col-start-3{
    grid-column-start: 3 !important;
  }

  .sm\:col-start-4{
    grid-column-start: 4 !important;
  }

  .sm\:col-start-5{
    grid-column-start: 5 !important;
  }

  .sm\:col-start-6{
    grid-column-start: 6 !important;
  }

  .sm\:col-start-7{
    grid-column-start: 7 !important;
  }

  .sm\:col-start-8{
    grid-column-start: 8 !important;
  }

  .sm\:col-start-9{
    grid-column-start: 9 !important;
  }

  .sm\:col-start-10{
    grid-column-start: 10 !important;
  }

  .sm\:col-start-11{
    grid-column-start: 11 !important;
  }

  .sm\:col-start-12{
    grid-column-start: 12 !important;
  }

  .sm\:col-start-13{
    grid-column-start: 13 !important;
  }

  .sm\:col-start-auto{
    grid-column-start: auto !important;
  }

  .sm\:col-end-1{
    grid-column-end: 1 !important;
  }

  .sm\:col-end-2{
    grid-column-end: 2 !important;
  }

  .sm\:col-end-3{
    grid-column-end: 3 !important;
  }

  .sm\:col-end-4{
    grid-column-end: 4 !important;
  }

  .sm\:col-end-5{
    grid-column-end: 5 !important;
  }

  .sm\:col-end-6{
    grid-column-end: 6 !important;
  }

  .sm\:col-end-7{
    grid-column-end: 7 !important;
  }

  .sm\:col-end-8{
    grid-column-end: 8 !important;
  }

  .sm\:col-end-9{
    grid-column-end: 9 !important;
  }

  .sm\:col-end-10{
    grid-column-end: 10 !important;
  }

  .sm\:col-end-11{
    grid-column-end: 11 !important;
  }

  .sm\:col-end-12{
    grid-column-end: 12 !important;
  }

  .sm\:col-end-13{
    grid-column-end: 13 !important;
  }

  .sm\:col-end-auto{
    grid-column-end: auto !important;
  }

  .sm\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

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

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

  .sm\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .sm\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .sm\:auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .sm\:auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .sm\:row-auto{
    grid-row: auto !important;
  }

  .sm\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .sm\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .sm\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .sm\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .sm\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .sm\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .sm\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .sm\:row-start-1{
    grid-row-start: 1 !important;
  }

  .sm\:row-start-2{
    grid-row-start: 2 !important;
  }

  .sm\:row-start-3{
    grid-row-start: 3 !important;
  }

  .sm\:row-start-4{
    grid-row-start: 4 !important;
  }

  .sm\:row-start-5{
    grid-row-start: 5 !important;
  }

  .sm\:row-start-6{
    grid-row-start: 6 !important;
  }

  .sm\:row-start-7{
    grid-row-start: 7 !important;
  }

  .sm\:row-start-auto{
    grid-row-start: auto !important;
  }

  .sm\:row-end-1{
    grid-row-end: 1 !important;
  }

  .sm\:row-end-2{
    grid-row-end: 2 !important;
  }

  .sm\:row-end-3{
    grid-row-end: 3 !important;
  }

  .sm\:row-end-4{
    grid-row-end: 4 !important;
  }

  .sm\:row-end-5{
    grid-row-end: 5 !important;
  }

  .sm\:row-end-6{
    grid-row-end: 6 !important;
  }

  .sm\:row-end-7{
    grid-row-end: 7 !important;
  }

  .sm\:row-end-auto{
    grid-row-end: auto !important;
  }

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

  .sm\:transform-none{
    transform: none !important;
  }

  .sm\:origin-center{
    transform-origin: center !important;
  }

  .sm\:origin-top{
    transform-origin: top !important;
  }

  .sm\:origin-top-right{
    transform-origin: top right !important;
  }

  .sm\:origin-right{
    transform-origin: right !important;
  }

  .sm\:origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .sm\:origin-bottom{
    transform-origin: bottom !important;
  }

  .sm\:origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .sm\:origin-left{
    transform-origin: left !important;
  }

  .sm\:origin-top-left{
    transform-origin: top left !important;
  }

  .sm\:scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .sm\:scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .sm\:scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .sm\:scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .sm\:scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .sm\:scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .sm\:scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .sm\:scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .sm\:scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .sm\:scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .sm\:scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .sm\:scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .sm\:scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .sm\:scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .sm\:scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .sm\:scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .sm\:scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .sm\:scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .sm\:scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .sm\:scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:hover\:scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:hover\:scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:hover\:scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:hover\:scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:hover\:scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:hover\:scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .sm\:hover\:scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .sm\:hover\:scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .sm\:hover\:scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .sm\:hover\:scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .sm\:hover\:scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .sm\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .sm\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .sm\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .sm\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .sm\:hover\:scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .sm\:hover\:scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .sm\:hover\:scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .sm\:hover\:scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .sm\:hover\:scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .sm\:hover\:scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .sm\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:focus\:scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:focus\:scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:focus\:scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:focus\:scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:focus\:scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:focus\:scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .sm\:focus\:scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .sm\:focus\:scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .sm\:focus\:scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .sm\:focus\:scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .sm\:focus\:scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .sm\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .sm\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .sm\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .sm\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .sm\:focus\:scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .sm\:focus\:scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .sm\:focus\:scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .sm\:focus\:scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .sm\:focus\:scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .sm\:focus\:scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .sm\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .sm\:rotate-0{
    --transform-rotate: 0 !important;
  }

  .sm\:rotate-1{
    --transform-rotate: 1deg !important;
  }

  .sm\:rotate-2{
    --transform-rotate: 2deg !important;
  }

  .sm\:rotate-3{
    --transform-rotate: 3deg !important;
  }

  .sm\:rotate-6{
    --transform-rotate: 6deg !important;
  }

  .sm\:rotate-12{
    --transform-rotate: 12deg !important;
  }

  .sm\:rotate-45{
    --transform-rotate: 45deg !important;
  }

  .sm\:rotate-90{
    --transform-rotate: 90deg !important;
  }

  .sm\:rotate-180{
    --transform-rotate: 180deg !important;
  }

  .sm\:-rotate-180{
    --transform-rotate: -180deg !important;
  }

  .sm\:-rotate-90{
    --transform-rotate: -90deg !important;
  }

  .sm\:-rotate-45{
    --transform-rotate: -45deg !important;
  }

  .sm\:-rotate-12{
    --transform-rotate: -12deg !important;
  }

  .sm\:-rotate-6{
    --transform-rotate: -6deg !important;
  }

  .sm\:-rotate-3{
    --transform-rotate: -3deg !important;
  }

  .sm\:-rotate-2{
    --transform-rotate: -2deg !important;
  }

  .sm\:-rotate-1{
    --transform-rotate: -1deg !important;
  }

  .sm\:hover\:rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .sm\:hover\:rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .sm\:hover\:rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .sm\:hover\:rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .sm\:hover\:rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .sm\:hover\:rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .sm\:hover\:rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .sm\:hover\:rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .sm\:hover\:rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .sm\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .sm\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .sm\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .sm\:hover\:-rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .sm\:hover\:-rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .sm\:hover\:-rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .sm\:hover\:-rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .sm\:hover\:-rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .sm\:focus\:rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .sm\:focus\:rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .sm\:focus\:rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .sm\:focus\:rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .sm\:focus\:rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .sm\:focus\:rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .sm\:focus\:rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .sm\:focus\:rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .sm\:focus\:rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .sm\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .sm\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .sm\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .sm\:focus\:-rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .sm\:focus\:-rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .sm\:focus\:-rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .sm\:focus\:-rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .sm\:focus\:-rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .sm\:translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .sm\:translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .sm\:translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .sm\:translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .sm\:translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .sm\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .sm\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .sm\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .sm\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .sm\:translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .sm\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .sm\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .sm\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .sm\:-translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:-translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:-translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:-translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .sm\:-translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:-translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:-translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .sm\:-translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:-translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .sm\:-translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .sm\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .sm\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .sm\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .sm\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .sm\:-translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .sm\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .sm\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .sm\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .sm\:-translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .sm\:-translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .sm\:translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .sm\:translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .sm\:translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .sm\:translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .sm\:translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .sm\:translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .sm\:translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .sm\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .sm\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .sm\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .sm\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .sm\:translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .sm\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .sm\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .sm\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .sm\:-translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:-translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:-translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:-translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .sm\:-translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:-translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:-translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .sm\:-translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:-translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .sm\:-translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .sm\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .sm\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .sm\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .sm\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .sm\:-translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .sm\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .sm\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .sm\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .sm\:-translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .sm\:-translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .sm\:translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .sm\:translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .sm\:hover\:translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .sm\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .sm\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .sm\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .sm\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .sm\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .sm\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .sm\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .sm\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .sm\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .sm\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .sm\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .sm\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .sm\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .sm\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .sm\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .sm\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .sm\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .sm\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .sm\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .sm\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .sm\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .sm\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .sm\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .sm\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .sm\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .sm\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .sm\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .sm\:hover\:translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .sm\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .sm\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .sm\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .sm\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .sm\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .sm\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .sm\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .sm\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .sm\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .sm\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .sm\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .sm\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .sm\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .sm\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .sm\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .sm\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .sm\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .sm\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .sm\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .sm\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .sm\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .sm\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .sm\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .sm\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .sm\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .sm\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .sm\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .sm\:focus\:translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .sm\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .sm\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .sm\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .sm\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .sm\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .sm\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .sm\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .sm\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .sm\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .sm\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .sm\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .sm\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .sm\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .sm\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .sm\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .sm\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .sm\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .sm\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .sm\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .sm\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .sm\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .sm\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .sm\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .sm\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .sm\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .sm\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .sm\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .sm\:focus\:translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .sm\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .sm\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .sm\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .sm\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .sm\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .sm\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .sm\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .sm\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .sm\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .sm\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .sm\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .sm\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .sm\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .sm\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .sm\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .sm\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .sm\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .sm\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .sm\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .sm\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .sm\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .sm\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .sm\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .sm\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .sm\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .sm\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .sm\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .sm\:skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .sm\:skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .sm\:skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .sm\:skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .sm\:skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .sm\:skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .sm\:-skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .sm\:-skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .sm\:-skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .sm\:-skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .sm\:-skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .sm\:skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .sm\:skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .sm\:skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .sm\:skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .sm\:skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .sm\:skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .sm\:-skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .sm\:-skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .sm\:-skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .sm\:-skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .sm\:-skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .sm\:hover\:skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .sm\:hover\:skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .sm\:hover\:skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .sm\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .sm\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .sm\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .sm\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .sm\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .sm\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .sm\:hover\:-skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .sm\:hover\:-skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .sm\:hover\:skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .sm\:hover\:skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .sm\:hover\:skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .sm\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .sm\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .sm\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .sm\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .sm\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .sm\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .sm\:hover\:-skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .sm\:hover\:-skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .sm\:focus\:skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .sm\:focus\:skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .sm\:focus\:skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .sm\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .sm\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .sm\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .sm\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .sm\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .sm\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .sm\:focus\:-skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .sm\:focus\:-skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .sm\:focus\:skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .sm\:focus\:skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .sm\:focus\:skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .sm\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .sm\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .sm\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .sm\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .sm\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .sm\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .sm\:focus\:-skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .sm\:focus\:-skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .sm\:transition-none{
    transition-property: none !important;
  }

  .sm\:transition-all{
    transition-property: all !important;
  }

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

  .sm\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .sm\:transition-opacity{
    transition-property: opacity !important;
  }

  .sm\:transition-shadow{
    transition-property: box-shadow !important;
  }

  .sm\:transition-transform{
    transition-property: transform !important;
  }

  .sm\:ease-linear{
    transition-timing-function: linear !important;
  }

  .sm\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .sm\:duration-75{
    transition-duration: 75ms !important;
  }

  .sm\:duration-100{
    transition-duration: 100ms !important;
  }

  .sm\:duration-150{
    transition-duration: 150ms !important;
  }

  .sm\:duration-200{
    transition-duration: 200ms !important;
  }

  .sm\:duration-300{
    transition-duration: 300ms !important;
  }

  .sm\:duration-500{
    transition-duration: 500ms !important;
  }

  .sm\:duration-700{
    transition-duration: 700ms !important;
  }

  .sm\:duration-1000{
    transition-duration: 1000ms !important;
  }

  .sm\:delay-75{
    transition-delay: 75ms !important;
  }

  .sm\:delay-100{
    transition-delay: 100ms !important;
  }

  .sm\:delay-150{
    transition-delay: 150ms !important;
  }

  .sm\:delay-200{
    transition-delay: 200ms !important;
  }

  .sm\:delay-300{
    transition-delay: 300ms !important;
  }

  .sm\:delay-500{
    transition-delay: 500ms !important;
  }

  .sm\:delay-700{
    transition-delay: 700ms !important;
  }

  .sm\:delay-1000{
    transition-delay: 1000ms !important;
  }

  .sm\:animate-none{
    animation: none !important;
  }

  .sm\:animate-spin{
    animation: spin 1s linear infinite !important;
  }

  .sm\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:animate-bounce{
    animation: bounce 1s infinite !important;
  }
}

@media (min-width: 768px){
  .md\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .md\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .md\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .md\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .md\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .md\:divide-black-real > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .md\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3d4852 !important;
    border-color: rgba(61, 72, 82, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #606f7b !important;
    border-color: rgba(96, 111, 123, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #8795a1 !important;
    border-color: rgba(135, 149, 161, var(--divide-opacity)) !important;
  }

  .md\:divide-grey > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b8c2cc !important;
    border-color: rgba(184, 194, 204, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f1f5f8 !important;
    border-color: rgba(241, 245, 248, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--divide-opacity)) !important;
  }

  .md\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-red-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3b0d0c !important;
    border-color: rgba(59, 13, 12, var(--divide-opacity)) !important;
  }

  .md\:divide-red-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #621b18 !important;
    border-color: rgba(98, 27, 24, var(--divide-opacity)) !important;
  }

  .md\:divide-red-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cc1f1a !important;
    border-color: rgba(204, 31, 26, var(--divide-opacity)) !important;
  }

  .md\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e3342f !important;
    border-color: rgba(227, 52, 47, var(--divide-opacity)) !important;
  }

  .md\:divide-red-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ef5753 !important;
    border-color: rgba(239, 87, 83, var(--divide-opacity)) !important;
  }

  .md\:divide-red-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f9acaa !important;
    border-color: rgba(249, 172, 170, var(--divide-opacity)) !important;
  }

  .md\:divide-red-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fcebea !important;
    border-color: rgba(252, 235, 234, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #462a16 !important;
    border-color: rgba(70, 42, 22, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #613b1f !important;
    border-color: rgba(97, 59, 31, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #de751f !important;
    border-color: rgba(222, 117, 31, var(--divide-opacity)) !important;
  }

  .md\:divide-orange > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6993f !important;
    border-color: rgba(246, 153, 63, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faad63 !important;
    border-color: rgba(250, 173, 99, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fcd9b6 !important;
    border-color: rgba(252, 217, 182, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5eb !important;
    border-color: rgba(255, 245, 235, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #453411 !important;
    border-color: rgba(69, 52, 17, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #684f1d !important;
    border-color: rgba(104, 79, 29, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f2d024 !important;
    border-color: rgba(242, 208, 36, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffed4a !important;
    border-color: rgba(255, 237, 74, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff382 !important;
    border-color: rgba(255, 243, 130, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff9c2 !important;
    border-color: rgba(255, 249, 194, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fcfbeb !important;
    border-color: rgba(252, 251, 235, var(--divide-opacity)) !important;
  }

  .md\:divide-green-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0f2f21 !important;
    border-color: rgba(15, 47, 33, var(--divide-opacity)) !important;
  }

  .md\:divide-green-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a4731 !important;
    border-color: rgba(26, 71, 49, var(--divide-opacity)) !important;
  }

  .md\:divide-green-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1f9d55 !important;
    border-color: rgba(31, 157, 85, var(--divide-opacity)) !important;
  }

  .md\:divide-green > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38c172 !important;
    border-color: rgba(56, 193, 114, var(--divide-opacity)) !important;
  }

  .md\:divide-green-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #51d88a !important;
    border-color: rgba(81, 216, 138, var(--divide-opacity)) !important;
  }

  .md\:divide-green-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a2f5bf !important;
    border-color: rgba(162, 245, 191, var(--divide-opacity)) !important;
  }

  .md\:divide-green-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e3fcec !important;
    border-color: rgba(227, 252, 236, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0d3331 !important;
    border-color: rgba(13, 51, 49, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #20504f !important;
    border-color: rgba(32, 80, 79, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a89d !important;
    border-color: rgba(56, 168, 157, var(--divide-opacity)) !important;
  }

  .md\:divide-teal > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4dc0b5 !important;
    border-color: rgba(77, 192, 181, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #64d5ca !important;
    border-color: rgba(100, 213, 202, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0f0ed !important;
    border-color: rgba(160, 240, 237, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e8fffe !important;
    border-color: rgba(232, 255, 254, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #12283a !important;
    border-color: rgba(18, 40, 58, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1c3d5a !important;
    border-color: rgba(28, 61, 90, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2779bd !important;
    border-color: rgba(39, 121, 189, var(--divide-opacity)) !important;
  }

  .md\:divide-blue > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3490dc !important;
    border-color: rgba(52, 144, 220, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6cb2eb !important;
    border-color: rgba(108, 178, 235, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bcdefa !important;
    border-color: rgba(188, 222, 250, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #eff8ff !important;
    border-color: rgba(239, 248, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #191e38 !important;
    border-color: rgba(25, 30, 56, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f365f !important;
    border-color: rgba(47, 54, 95, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5661b3 !important;
    border-color: rgba(86, 97, 179, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6574cd !important;
    border-color: rgba(101, 116, 205, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7886d7 !important;
    border-color: rgba(120, 134, 215, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2b7ff !important;
    border-color: rgba(178, 183, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6e8ff !important;
    border-color: rgba(230, 232, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #21183c !important;
    border-color: rgba(33, 24, 60, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #382b5f !important;
    border-color: rgba(56, 43, 95, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #794acf !important;
    border-color: rgba(121, 74, 207, var(--divide-opacity)) !important;
  }

  .md\:divide-purple > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9561e2 !important;
    border-color: rgba(149, 97, 226, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a779e9 !important;
    border-color: rgba(167, 121, 233, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bbfc !important;
    border-color: rgba(214, 187, 252, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f3ebff !important;
    border-color: rgba(243, 235, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #451225 !important;
    border-color: rgba(69, 18, 37, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6f213f !important;
    border-color: rgba(111, 33, 63, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #eb5286 !important;
    border-color: rgba(235, 82, 134, var(--divide-opacity)) !important;
  }

  .md\:divide-pink > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f66d9b !important;
    border-color: rgba(246, 109, 155, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fa7ea8 !important;
    border-color: rgba(250, 126, 168, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffbbca !important;
    border-color: rgba(255, 187, 202, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffebef !important;
    border-color: rgba(255, 235, 239, var(--divide-opacity)) !important;
  }

  .md\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .md\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .md\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .md\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .md\:divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .md\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .md\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .md\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .md\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .md\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .md\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:bg-fixed{
    background-attachment: fixed !important;
  }

  .md\:bg-local{
    background-attachment: local !important;
  }

  .md\:bg-scroll{
    background-attachment: scroll !important;
  }

  .md\:bg-clip-border{
    background-clip: border-box !important;
  }

  .md\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .md\:bg-clip-content{
    background-clip: content-box !important;
  }

  .md\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .md\:bg-transparent{
    background-color: transparent !important;
  }

  .md\:bg-black-real{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-darkest{
    --bg-opacity: 1 !important;
    background-color: #3d4852 !important;
    background-color: rgba(61, 72, 82, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-darker{
    --bg-opacity: 1 !important;
    background-color: #606f7b !important;
    background-color: rgba(96, 111, 123, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-dark{
    --bg-opacity: 1 !important;
    background-color: #8795a1 !important;
    background-color: rgba(135, 149, 161, var(--bg-opacity)) !important;
  }

  .md\:bg-grey{
    --bg-opacity: 1 !important;
    background-color: #b8c2cc !important;
    background-color: rgba(184, 194, 204, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-light{
    --bg-opacity: 1 !important;
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-lighter{
    --bg-opacity: 1 !important;
    background-color: #f1f5f8 !important;
    background-color: rgba(241, 245, 248, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-lightest{
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

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

  .md\:bg-red-darkest{
    --bg-opacity: 1 !important;
    background-color: #3b0d0c !important;
    background-color: rgba(59, 13, 12, var(--bg-opacity)) !important;
  }

  .md\:bg-red-darker{
    --bg-opacity: 1 !important;
    background-color: #621b18 !important;
    background-color: rgba(98, 27, 24, var(--bg-opacity)) !important;
  }

  .md\:bg-red-dark{
    --bg-opacity: 1 !important;
    background-color: #cc1f1a !important;
    background-color: rgba(204, 31, 26, var(--bg-opacity)) !important;
  }

  .md\:bg-red{
    --bg-opacity: 1 !important;
    background-color: #e3342f !important;
    background-color: rgba(227, 52, 47, var(--bg-opacity)) !important;
  }

  .md\:bg-red-light{
    --bg-opacity: 1 !important;
    background-color: #ef5753 !important;
    background-color: rgba(239, 87, 83, var(--bg-opacity)) !important;
  }

  .md\:bg-red-lighter{
    --bg-opacity: 1 !important;
    background-color: #f9acaa !important;
    background-color: rgba(249, 172, 170, var(--bg-opacity)) !important;
  }

  .md\:bg-red-lightest{
    --bg-opacity: 1 !important;
    background-color: #fcebea !important;
    background-color: rgba(252, 235, 234, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-darkest{
    --bg-opacity: 1 !important;
    background-color: #462a16 !important;
    background-color: rgba(70, 42, 22, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-darker{
    --bg-opacity: 1 !important;
    background-color: #613b1f !important;
    background-color: rgba(97, 59, 31, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-dark{
    --bg-opacity: 1 !important;
    background-color: #de751f !important;
    background-color: rgba(222, 117, 31, var(--bg-opacity)) !important;
  }

  .md\:bg-orange{
    --bg-opacity: 1 !important;
    background-color: #f6993f !important;
    background-color: rgba(246, 153, 63, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-light{
    --bg-opacity: 1 !important;
    background-color: #faad63 !important;
    background-color: rgba(250, 173, 99, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-lighter{
    --bg-opacity: 1 !important;
    background-color: #fcd9b6 !important;
    background-color: rgba(252, 217, 182, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-lightest{
    --bg-opacity: 1 !important;
    background-color: #fff5eb !important;
    background-color: rgba(255, 245, 235, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-darkest{
    --bg-opacity: 1 !important;
    background-color: #453411 !important;
    background-color: rgba(69, 52, 17, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-darker{
    --bg-opacity: 1 !important;
    background-color: #684f1d !important;
    background-color: rgba(104, 79, 29, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-dark{
    --bg-opacity: 1 !important;
    background-color: #f2d024 !important;
    background-color: rgba(242, 208, 36, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow{
    --bg-opacity: 1 !important;
    background-color: #ffed4a !important;
    background-color: rgba(255, 237, 74, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-light{
    --bg-opacity: 1 !important;
    background-color: #fff382 !important;
    background-color: rgba(255, 243, 130, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-lighter{
    --bg-opacity: 1 !important;
    background-color: #fff9c2 !important;
    background-color: rgba(255, 249, 194, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-lightest{
    --bg-opacity: 1 !important;
    background-color: #fcfbeb !important;
    background-color: rgba(252, 251, 235, var(--bg-opacity)) !important;
  }

  .md\:bg-green-darkest{
    --bg-opacity: 1 !important;
    background-color: #0f2f21 !important;
    background-color: rgba(15, 47, 33, var(--bg-opacity)) !important;
  }

  .md\:bg-green-darker{
    --bg-opacity: 1 !important;
    background-color: #1a4731 !important;
    background-color: rgba(26, 71, 49, var(--bg-opacity)) !important;
  }

  .md\:bg-green-dark{
    --bg-opacity: 1 !important;
    background-color: #1f9d55 !important;
    background-color: rgba(31, 157, 85, var(--bg-opacity)) !important;
  }

  .md\:bg-green{
    --bg-opacity: 1 !important;
    background-color: #38c172 !important;
    background-color: rgba(56, 193, 114, var(--bg-opacity)) !important;
  }

  .md\:bg-green-light{
    --bg-opacity: 1 !important;
    background-color: #51d88a !important;
    background-color: rgba(81, 216, 138, var(--bg-opacity)) !important;
  }

  .md\:bg-green-lighter{
    --bg-opacity: 1 !important;
    background-color: #a2f5bf !important;
    background-color: rgba(162, 245, 191, var(--bg-opacity)) !important;
  }

  .md\:bg-green-lightest{
    --bg-opacity: 1 !important;
    background-color: #e3fcec !important;
    background-color: rgba(227, 252, 236, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-darkest{
    --bg-opacity: 1 !important;
    background-color: #0d3331 !important;
    background-color: rgba(13, 51, 49, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-darker{
    --bg-opacity: 1 !important;
    background-color: #20504f !important;
    background-color: rgba(32, 80, 79, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-dark{
    --bg-opacity: 1 !important;
    background-color: #38a89d !important;
    background-color: rgba(56, 168, 157, var(--bg-opacity)) !important;
  }

  .md\:bg-teal{
    --bg-opacity: 1 !important;
    background-color: #4dc0b5 !important;
    background-color: rgba(77, 192, 181, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-light{
    --bg-opacity: 1 !important;
    background-color: #64d5ca !important;
    background-color: rgba(100, 213, 202, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-lighter{
    --bg-opacity: 1 !important;
    background-color: #a0f0ed !important;
    background-color: rgba(160, 240, 237, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-lightest{
    --bg-opacity: 1 !important;
    background-color: #e8fffe !important;
    background-color: rgba(232, 255, 254, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-darkest{
    --bg-opacity: 1 !important;
    background-color: #12283a !important;
    background-color: rgba(18, 40, 58, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-darker{
    --bg-opacity: 1 !important;
    background-color: #1c3d5a !important;
    background-color: rgba(28, 61, 90, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-dark{
    --bg-opacity: 1 !important;
    background-color: #2779bd !important;
    background-color: rgba(39, 121, 189, var(--bg-opacity)) !important;
  }

  .md\:bg-blue{
    --bg-opacity: 1 !important;
    background-color: #3490dc !important;
    background-color: rgba(52, 144, 220, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-light{
    --bg-opacity: 1 !important;
    background-color: #6cb2eb !important;
    background-color: rgba(108, 178, 235, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-lighter{
    --bg-opacity: 1 !important;
    background-color: #bcdefa !important;
    background-color: rgba(188, 222, 250, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-lightest{
    --bg-opacity: 1 !important;
    background-color: #eff8ff !important;
    background-color: rgba(239, 248, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-darkest{
    --bg-opacity: 1 !important;
    background-color: #191e38 !important;
    background-color: rgba(25, 30, 56, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-darker{
    --bg-opacity: 1 !important;
    background-color: #2f365f !important;
    background-color: rgba(47, 54, 95, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-dark{
    --bg-opacity: 1 !important;
    background-color: #5661b3 !important;
    background-color: rgba(86, 97, 179, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo{
    --bg-opacity: 1 !important;
    background-color: #6574cd !important;
    background-color: rgba(101, 116, 205, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-light{
    --bg-opacity: 1 !important;
    background-color: #7886d7 !important;
    background-color: rgba(120, 134, 215, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-lighter{
    --bg-opacity: 1 !important;
    background-color: #b2b7ff !important;
    background-color: rgba(178, 183, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-lightest{
    --bg-opacity: 1 !important;
    background-color: #e6e8ff !important;
    background-color: rgba(230, 232, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-darkest{
    --bg-opacity: 1 !important;
    background-color: #21183c !important;
    background-color: rgba(33, 24, 60, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-darker{
    --bg-opacity: 1 !important;
    background-color: #382b5f !important;
    background-color: rgba(56, 43, 95, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-dark{
    --bg-opacity: 1 !important;
    background-color: #794acf !important;
    background-color: rgba(121, 74, 207, var(--bg-opacity)) !important;
  }

  .md\:bg-purple{
    --bg-opacity: 1 !important;
    background-color: #9561e2 !important;
    background-color: rgba(149, 97, 226, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-light{
    --bg-opacity: 1 !important;
    background-color: #a779e9 !important;
    background-color: rgba(167, 121, 233, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-lighter{
    --bg-opacity: 1 !important;
    background-color: #d6bbfc !important;
    background-color: rgba(214, 187, 252, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-lightest{
    --bg-opacity: 1 !important;
    background-color: #f3ebff !important;
    background-color: rgba(243, 235, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-darkest{
    --bg-opacity: 1 !important;
    background-color: #451225 !important;
    background-color: rgba(69, 18, 37, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-darker{
    --bg-opacity: 1 !important;
    background-color: #6f213f !important;
    background-color: rgba(111, 33, 63, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-dark{
    --bg-opacity: 1 !important;
    background-color: #eb5286 !important;
    background-color: rgba(235, 82, 134, var(--bg-opacity)) !important;
  }

  .md\:bg-pink{
    --bg-opacity: 1 !important;
    background-color: #f66d9b !important;
    background-color: rgba(246, 109, 155, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-light{
    --bg-opacity: 1 !important;
    background-color: #fa7ea8 !important;
    background-color: rgba(250, 126, 168, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-lighter{
    --bg-opacity: 1 !important;
    background-color: #ffbbca !important;
    background-color: rgba(255, 187, 202, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-lightest{
    --bg-opacity: 1 !important;
    background-color: #ffebef !important;
    background-color: rgba(255, 235, 239, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .md\:hover\:bg-black-real:hover{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #3d4852 !important;
    background-color: rgba(61, 72, 82, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #606f7b !important;
    background-color: rgba(96, 111, 123, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #8795a1 !important;
    background-color: rgba(135, 149, 161, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey:hover{
    --bg-opacity: 1 !important;
    background-color: #b8c2cc !important;
    background-color: rgba(184, 194, 204, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-light:hover{
    --bg-opacity: 1 !important;
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #f1f5f8 !important;
    background-color: rgba(241, 245, 248, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

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

  .md\:hover\:bg-red-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #3b0d0c !important;
    background-color: rgba(59, 13, 12, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #621b18 !important;
    background-color: rgba(98, 27, 24, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #cc1f1a !important;
    background-color: rgba(204, 31, 26, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red:hover{
    --bg-opacity: 1 !important;
    background-color: #e3342f !important;
    background-color: rgba(227, 52, 47, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-light:hover{
    --bg-opacity: 1 !important;
    background-color: #ef5753 !important;
    background-color: rgba(239, 87, 83, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #f9acaa !important;
    background-color: rgba(249, 172, 170, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #fcebea !important;
    background-color: rgba(252, 235, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #462a16 !important;
    background-color: rgba(70, 42, 22, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #613b1f !important;
    background-color: rgba(97, 59, 31, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #de751f !important;
    background-color: rgba(222, 117, 31, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange:hover{
    --bg-opacity: 1 !important;
    background-color: #f6993f !important;
    background-color: rgba(246, 153, 63, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-light:hover{
    --bg-opacity: 1 !important;
    background-color: #faad63 !important;
    background-color: rgba(250, 173, 99, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #fcd9b6 !important;
    background-color: rgba(252, 217, 182, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5eb !important;
    background-color: rgba(255, 245, 235, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #453411 !important;
    background-color: rgba(69, 52, 17, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #684f1d !important;
    background-color: rgba(104, 79, 29, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #f2d024 !important;
    background-color: rgba(242, 208, 36, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow:hover{
    --bg-opacity: 1 !important;
    background-color: #ffed4a !important;
    background-color: rgba(255, 237, 74, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-light:hover{
    --bg-opacity: 1 !important;
    background-color: #fff382 !important;
    background-color: rgba(255, 243, 130, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #fff9c2 !important;
    background-color: rgba(255, 249, 194, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #fcfbeb !important;
    background-color: rgba(252, 251, 235, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #0f2f21 !important;
    background-color: rgba(15, 47, 33, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #1a4731 !important;
    background-color: rgba(26, 71, 49, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #1f9d55 !important;
    background-color: rgba(31, 157, 85, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green:hover{
    --bg-opacity: 1 !important;
    background-color: #38c172 !important;
    background-color: rgba(56, 193, 114, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-light:hover{
    --bg-opacity: 1 !important;
    background-color: #51d88a !important;
    background-color: rgba(81, 216, 138, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #a2f5bf !important;
    background-color: rgba(162, 245, 191, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #e3fcec !important;
    background-color: rgba(227, 252, 236, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #0d3331 !important;
    background-color: rgba(13, 51, 49, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #20504f !important;
    background-color: rgba(32, 80, 79, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #38a89d !important;
    background-color: rgba(56, 168, 157, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal:hover{
    --bg-opacity: 1 !important;
    background-color: #4dc0b5 !important;
    background-color: rgba(77, 192, 181, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-light:hover{
    --bg-opacity: 1 !important;
    background-color: #64d5ca !important;
    background-color: rgba(100, 213, 202, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #a0f0ed !important;
    background-color: rgba(160, 240, 237, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #e8fffe !important;
    background-color: rgba(232, 255, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #12283a !important;
    background-color: rgba(18, 40, 58, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #1c3d5a !important;
    background-color: rgba(28, 61, 90, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #2779bd !important;
    background-color: rgba(39, 121, 189, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue:hover{
    --bg-opacity: 1 !important;
    background-color: #3490dc !important;
    background-color: rgba(52, 144, 220, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-light:hover{
    --bg-opacity: 1 !important;
    background-color: #6cb2eb !important;
    background-color: rgba(108, 178, 235, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #bcdefa !important;
    background-color: rgba(188, 222, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #eff8ff !important;
    background-color: rgba(239, 248, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #191e38 !important;
    background-color: rgba(25, 30, 56, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #2f365f !important;
    background-color: rgba(47, 54, 95, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #5661b3 !important;
    background-color: rgba(86, 97, 179, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo:hover{
    --bg-opacity: 1 !important;
    background-color: #6574cd !important;
    background-color: rgba(101, 116, 205, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-light:hover{
    --bg-opacity: 1 !important;
    background-color: #7886d7 !important;
    background-color: rgba(120, 134, 215, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #b2b7ff !important;
    background-color: rgba(178, 183, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #e6e8ff !important;
    background-color: rgba(230, 232, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #21183c !important;
    background-color: rgba(33, 24, 60, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #382b5f !important;
    background-color: rgba(56, 43, 95, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #794acf !important;
    background-color: rgba(121, 74, 207, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple:hover{
    --bg-opacity: 1 !important;
    background-color: #9561e2 !important;
    background-color: rgba(149, 97, 226, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-light:hover{
    --bg-opacity: 1 !important;
    background-color: #a779e9 !important;
    background-color: rgba(167, 121, 233, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bbfc !important;
    background-color: rgba(214, 187, 252, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #f3ebff !important;
    background-color: rgba(243, 235, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #451225 !important;
    background-color: rgba(69, 18, 37, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #6f213f !important;
    background-color: rgba(111, 33, 63, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #eb5286 !important;
    background-color: rgba(235, 82, 134, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink:hover{
    --bg-opacity: 1 !important;
    background-color: #f66d9b !important;
    background-color: rgba(246, 109, 155, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-light:hover{
    --bg-opacity: 1 !important;
    background-color: #fa7ea8 !important;
    background-color: rgba(250, 126, 168, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #ffbbca !important;
    background-color: rgba(255, 187, 202, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #ffebef !important;
    background-color: rgba(255, 235, 239, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .md\:focus\:bg-black-real:focus{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #3d4852 !important;
    background-color: rgba(61, 72, 82, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #606f7b !important;
    background-color: rgba(96, 111, 123, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #8795a1 !important;
    background-color: rgba(135, 149, 161, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey:focus{
    --bg-opacity: 1 !important;
    background-color: #b8c2cc !important;
    background-color: rgba(184, 194, 204, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-light:focus{
    --bg-opacity: 1 !important;
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #f1f5f8 !important;
    background-color: rgba(241, 245, 248, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

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

  .md\:focus\:bg-red-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #3b0d0c !important;
    background-color: rgba(59, 13, 12, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #621b18 !important;
    background-color: rgba(98, 27, 24, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #cc1f1a !important;
    background-color: rgba(204, 31, 26, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red:focus{
    --bg-opacity: 1 !important;
    background-color: #e3342f !important;
    background-color: rgba(227, 52, 47, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-light:focus{
    --bg-opacity: 1 !important;
    background-color: #ef5753 !important;
    background-color: rgba(239, 87, 83, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #f9acaa !important;
    background-color: rgba(249, 172, 170, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #fcebea !important;
    background-color: rgba(252, 235, 234, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #462a16 !important;
    background-color: rgba(70, 42, 22, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #613b1f !important;
    background-color: rgba(97, 59, 31, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #de751f !important;
    background-color: rgba(222, 117, 31, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange:focus{
    --bg-opacity: 1 !important;
    background-color: #f6993f !important;
    background-color: rgba(246, 153, 63, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-light:focus{
    --bg-opacity: 1 !important;
    background-color: #faad63 !important;
    background-color: rgba(250, 173, 99, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #fcd9b6 !important;
    background-color: rgba(252, 217, 182, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5eb !important;
    background-color: rgba(255, 245, 235, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #453411 !important;
    background-color: rgba(69, 52, 17, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #684f1d !important;
    background-color: rgba(104, 79, 29, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #f2d024 !important;
    background-color: rgba(242, 208, 36, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow:focus{
    --bg-opacity: 1 !important;
    background-color: #ffed4a !important;
    background-color: rgba(255, 237, 74, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-light:focus{
    --bg-opacity: 1 !important;
    background-color: #fff382 !important;
    background-color: rgba(255, 243, 130, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #fff9c2 !important;
    background-color: rgba(255, 249, 194, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #fcfbeb !important;
    background-color: rgba(252, 251, 235, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #0f2f21 !important;
    background-color: rgba(15, 47, 33, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #1a4731 !important;
    background-color: rgba(26, 71, 49, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #1f9d55 !important;
    background-color: rgba(31, 157, 85, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green:focus{
    --bg-opacity: 1 !important;
    background-color: #38c172 !important;
    background-color: rgba(56, 193, 114, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-light:focus{
    --bg-opacity: 1 !important;
    background-color: #51d88a !important;
    background-color: rgba(81, 216, 138, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #a2f5bf !important;
    background-color: rgba(162, 245, 191, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #e3fcec !important;
    background-color: rgba(227, 252, 236, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #0d3331 !important;
    background-color: rgba(13, 51, 49, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #20504f !important;
    background-color: rgba(32, 80, 79, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #38a89d !important;
    background-color: rgba(56, 168, 157, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal:focus{
    --bg-opacity: 1 !important;
    background-color: #4dc0b5 !important;
    background-color: rgba(77, 192, 181, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-light:focus{
    --bg-opacity: 1 !important;
    background-color: #64d5ca !important;
    background-color: rgba(100, 213, 202, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #a0f0ed !important;
    background-color: rgba(160, 240, 237, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #e8fffe !important;
    background-color: rgba(232, 255, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #12283a !important;
    background-color: rgba(18, 40, 58, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #1c3d5a !important;
    background-color: rgba(28, 61, 90, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #2779bd !important;
    background-color: rgba(39, 121, 189, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue:focus{
    --bg-opacity: 1 !important;
    background-color: #3490dc !important;
    background-color: rgba(52, 144, 220, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-light:focus{
    --bg-opacity: 1 !important;
    background-color: #6cb2eb !important;
    background-color: rgba(108, 178, 235, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #bcdefa !important;
    background-color: rgba(188, 222, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #eff8ff !important;
    background-color: rgba(239, 248, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #191e38 !important;
    background-color: rgba(25, 30, 56, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #2f365f !important;
    background-color: rgba(47, 54, 95, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #5661b3 !important;
    background-color: rgba(86, 97, 179, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo:focus{
    --bg-opacity: 1 !important;
    background-color: #6574cd !important;
    background-color: rgba(101, 116, 205, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-light:focus{
    --bg-opacity: 1 !important;
    background-color: #7886d7 !important;
    background-color: rgba(120, 134, 215, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #b2b7ff !important;
    background-color: rgba(178, 183, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #e6e8ff !important;
    background-color: rgba(230, 232, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #21183c !important;
    background-color: rgba(33, 24, 60, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #382b5f !important;
    background-color: rgba(56, 43, 95, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #794acf !important;
    background-color: rgba(121, 74, 207, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple:focus{
    --bg-opacity: 1 !important;
    background-color: #9561e2 !important;
    background-color: rgba(149, 97, 226, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-light:focus{
    --bg-opacity: 1 !important;
    background-color: #a779e9 !important;
    background-color: rgba(167, 121, 233, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bbfc !important;
    background-color: rgba(214, 187, 252, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #f3ebff !important;
    background-color: rgba(243, 235, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #451225 !important;
    background-color: rgba(69, 18, 37, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #6f213f !important;
    background-color: rgba(111, 33, 63, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #eb5286 !important;
    background-color: rgba(235, 82, 134, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink:focus{
    --bg-opacity: 1 !important;
    background-color: #f66d9b !important;
    background-color: rgba(246, 109, 155, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-light:focus{
    --bg-opacity: 1 !important;
    background-color: #fa7ea8 !important;
    background-color: rgba(250, 126, 168, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #ffbbca !important;
    background-color: rgba(255, 187, 202, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #ffebef !important;
    background-color: rgba(255, 235, 239, var(--bg-opacity)) !important;
  }

  .md\:bg-none{
    background-image: none !important;
  }

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

  .md\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .md\:from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-black-real{
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-black{
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .md\:from-grey-darkest{
    --gradient-from-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .md\:from-grey-darker{
    --gradient-from-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .md\:from-grey-dark{
    --gradient-from-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .md\:from-grey{
    --gradient-from-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .md\:from-grey-light{
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .md\:from-grey-lighter{
    --gradient-from-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .md\:from-grey-lightest{
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .md\:from-white{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-red-darkest{
    --gradient-from-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .md\:from-red-darker{
    --gradient-from-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .md\:from-red-dark{
    --gradient-from-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .md\:from-red{
    --gradient-from-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .md\:from-red-light{
    --gradient-from-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .md\:from-red-lighter{
    --gradient-from-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .md\:from-red-lightest{
    --gradient-from-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .md\:from-orange-darkest{
    --gradient-from-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .md\:from-orange-darker{
    --gradient-from-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .md\:from-orange-dark{
    --gradient-from-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .md\:from-orange{
    --gradient-from-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .md\:from-orange-light{
    --gradient-from-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .md\:from-orange-lighter{
    --gradient-from-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .md\:from-orange-lightest{
    --gradient-from-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .md\:from-yellow-darkest{
    --gradient-from-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .md\:from-yellow-darker{
    --gradient-from-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .md\:from-yellow-dark{
    --gradient-from-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .md\:from-yellow{
    --gradient-from-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .md\:from-yellow-light{
    --gradient-from-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .md\:from-yellow-lighter{
    --gradient-from-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .md\:from-yellow-lightest{
    --gradient-from-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .md\:from-green-darkest{
    --gradient-from-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .md\:from-green-darker{
    --gradient-from-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .md\:from-green-dark{
    --gradient-from-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .md\:from-green{
    --gradient-from-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .md\:from-green-light{
    --gradient-from-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .md\:from-green-lighter{
    --gradient-from-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .md\:from-green-lightest{
    --gradient-from-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .md\:from-teal-darkest{
    --gradient-from-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .md\:from-teal-darker{
    --gradient-from-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .md\:from-teal-dark{
    --gradient-from-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .md\:from-teal{
    --gradient-from-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .md\:from-teal-light{
    --gradient-from-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .md\:from-teal-lighter{
    --gradient-from-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .md\:from-teal-lightest{
    --gradient-from-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .md\:from-blue-darkest{
    --gradient-from-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .md\:from-blue-darker{
    --gradient-from-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .md\:from-blue-dark{
    --gradient-from-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .md\:from-blue{
    --gradient-from-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .md\:from-blue-light{
    --gradient-from-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .md\:from-blue-lighter{
    --gradient-from-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .md\:from-blue-lightest{
    --gradient-from-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .md\:from-indigo-darkest{
    --gradient-from-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .md\:from-indigo-darker{
    --gradient-from-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .md\:from-indigo-dark{
    --gradient-from-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .md\:from-indigo{
    --gradient-from-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .md\:from-indigo-light{
    --gradient-from-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .md\:from-indigo-lighter{
    --gradient-from-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .md\:from-indigo-lightest{
    --gradient-from-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .md\:from-purple-darkest{
    --gradient-from-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .md\:from-purple-darker{
    --gradient-from-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .md\:from-purple-dark{
    --gradient-from-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .md\:from-purple{
    --gradient-from-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .md\:from-purple-light{
    --gradient-from-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .md\:from-purple-lighter{
    --gradient-from-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .md\:from-purple-lightest{
    --gradient-from-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .md\:from-pink-darkest{
    --gradient-from-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .md\:from-pink-darker{
    --gradient-from-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .md\:from-pink-dark{
    --gradient-from-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .md\:from-pink{
    --gradient-from-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .md\:from-pink-light{
    --gradient-from-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .md\:from-pink-lighter{
    --gradient-from-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .md\:from-pink-lightest{
    --gradient-from-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .md\:via-transparent{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-black-real{
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-black{
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .md\:via-grey-darkest{
    --gradient-via-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .md\:via-grey-darker{
    --gradient-via-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .md\:via-grey-dark{
    --gradient-via-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .md\:via-grey{
    --gradient-via-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .md\:via-grey-light{
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .md\:via-grey-lighter{
    --gradient-via-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .md\:via-grey-lightest{
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .md\:via-white{
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-red-darkest{
    --gradient-via-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .md\:via-red-darker{
    --gradient-via-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .md\:via-red-dark{
    --gradient-via-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .md\:via-red{
    --gradient-via-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .md\:via-red-light{
    --gradient-via-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .md\:via-red-lighter{
    --gradient-via-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .md\:via-red-lightest{
    --gradient-via-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .md\:via-orange-darkest{
    --gradient-via-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .md\:via-orange-darker{
    --gradient-via-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .md\:via-orange-dark{
    --gradient-via-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .md\:via-orange{
    --gradient-via-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .md\:via-orange-light{
    --gradient-via-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .md\:via-orange-lighter{
    --gradient-via-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .md\:via-orange-lightest{
    --gradient-via-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .md\:via-yellow-darkest{
    --gradient-via-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .md\:via-yellow-darker{
    --gradient-via-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .md\:via-yellow-dark{
    --gradient-via-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .md\:via-yellow{
    --gradient-via-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .md\:via-yellow-light{
    --gradient-via-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .md\:via-yellow-lighter{
    --gradient-via-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .md\:via-yellow-lightest{
    --gradient-via-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .md\:via-green-darkest{
    --gradient-via-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .md\:via-green-darker{
    --gradient-via-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .md\:via-green-dark{
    --gradient-via-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .md\:via-green{
    --gradient-via-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .md\:via-green-light{
    --gradient-via-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .md\:via-green-lighter{
    --gradient-via-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .md\:via-green-lightest{
    --gradient-via-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .md\:via-teal-darkest{
    --gradient-via-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .md\:via-teal-darker{
    --gradient-via-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .md\:via-teal-dark{
    --gradient-via-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .md\:via-teal{
    --gradient-via-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .md\:via-teal-light{
    --gradient-via-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .md\:via-teal-lighter{
    --gradient-via-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .md\:via-teal-lightest{
    --gradient-via-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .md\:via-blue-darkest{
    --gradient-via-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .md\:via-blue-darker{
    --gradient-via-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .md\:via-blue-dark{
    --gradient-via-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .md\:via-blue{
    --gradient-via-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .md\:via-blue-light{
    --gradient-via-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .md\:via-blue-lighter{
    --gradient-via-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .md\:via-blue-lightest{
    --gradient-via-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .md\:via-indigo-darkest{
    --gradient-via-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .md\:via-indigo-darker{
    --gradient-via-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .md\:via-indigo-dark{
    --gradient-via-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .md\:via-indigo{
    --gradient-via-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .md\:via-indigo-light{
    --gradient-via-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .md\:via-indigo-lighter{
    --gradient-via-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .md\:via-indigo-lightest{
    --gradient-via-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .md\:via-purple-darkest{
    --gradient-via-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .md\:via-purple-darker{
    --gradient-via-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .md\:via-purple-dark{
    --gradient-via-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .md\:via-purple{
    --gradient-via-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .md\:via-purple-light{
    --gradient-via-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .md\:via-purple-lighter{
    --gradient-via-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .md\:via-purple-lightest{
    --gradient-via-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .md\:via-pink-darkest{
    --gradient-via-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .md\:via-pink-darker{
    --gradient-via-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .md\:via-pink-dark{
    --gradient-via-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .md\:via-pink{
    --gradient-via-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .md\:via-pink-light{
    --gradient-via-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .md\:via-pink-lighter{
    --gradient-via-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .md\:via-pink-lightest{
    --gradient-via-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .md\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .md\:to-black-real{
    --gradient-to-color: #000000 !important;
  }

  .md\:to-black{
    --gradient-to-color: #22292f !important;
  }

  .md\:to-grey-darkest{
    --gradient-to-color: #3d4852 !important;
  }

  .md\:to-grey-darker{
    --gradient-to-color: #606f7b !important;
  }

  .md\:to-grey-dark{
    --gradient-to-color: #8795a1 !important;
  }

  .md\:to-grey{
    --gradient-to-color: #b8c2cc !important;
  }

  .md\:to-grey-light{
    --gradient-to-color: #dae1e7 !important;
  }

  .md\:to-grey-lighter{
    --gradient-to-color: #f1f5f8 !important;
  }

  .md\:to-grey-lightest{
    --gradient-to-color: #f8fafc !important;
  }

  .md\:to-white{
    --gradient-to-color: #ffffff !important;
  }

  .md\:to-red-darkest{
    --gradient-to-color: #3b0d0c !important;
  }

  .md\:to-red-darker{
    --gradient-to-color: #621b18 !important;
  }

  .md\:to-red-dark{
    --gradient-to-color: #cc1f1a !important;
  }

  .md\:to-red{
    --gradient-to-color: #e3342f !important;
  }

  .md\:to-red-light{
    --gradient-to-color: #ef5753 !important;
  }

  .md\:to-red-lighter{
    --gradient-to-color: #f9acaa !important;
  }

  .md\:to-red-lightest{
    --gradient-to-color: #fcebea !important;
  }

  .md\:to-orange-darkest{
    --gradient-to-color: #462a16 !important;
  }

  .md\:to-orange-darker{
    --gradient-to-color: #613b1f !important;
  }

  .md\:to-orange-dark{
    --gradient-to-color: #de751f !important;
  }

  .md\:to-orange{
    --gradient-to-color: #f6993f !important;
  }

  .md\:to-orange-light{
    --gradient-to-color: #faad63 !important;
  }

  .md\:to-orange-lighter{
    --gradient-to-color: #fcd9b6 !important;
  }

  .md\:to-orange-lightest{
    --gradient-to-color: #fff5eb !important;
  }

  .md\:to-yellow-darkest{
    --gradient-to-color: #453411 !important;
  }

  .md\:to-yellow-darker{
    --gradient-to-color: #684f1d !important;
  }

  .md\:to-yellow-dark{
    --gradient-to-color: #f2d024 !important;
  }

  .md\:to-yellow{
    --gradient-to-color: #ffed4a !important;
  }

  .md\:to-yellow-light{
    --gradient-to-color: #fff382 !important;
  }

  .md\:to-yellow-lighter{
    --gradient-to-color: #fff9c2 !important;
  }

  .md\:to-yellow-lightest{
    --gradient-to-color: #fcfbeb !important;
  }

  .md\:to-green-darkest{
    --gradient-to-color: #0f2f21 !important;
  }

  .md\:to-green-darker{
    --gradient-to-color: #1a4731 !important;
  }

  .md\:to-green-dark{
    --gradient-to-color: #1f9d55 !important;
  }

  .md\:to-green{
    --gradient-to-color: #38c172 !important;
  }

  .md\:to-green-light{
    --gradient-to-color: #51d88a !important;
  }

  .md\:to-green-lighter{
    --gradient-to-color: #a2f5bf !important;
  }

  .md\:to-green-lightest{
    --gradient-to-color: #e3fcec !important;
  }

  .md\:to-teal-darkest{
    --gradient-to-color: #0d3331 !important;
  }

  .md\:to-teal-darker{
    --gradient-to-color: #20504f !important;
  }

  .md\:to-teal-dark{
    --gradient-to-color: #38a89d !important;
  }

  .md\:to-teal{
    --gradient-to-color: #4dc0b5 !important;
  }

  .md\:to-teal-light{
    --gradient-to-color: #64d5ca !important;
  }

  .md\:to-teal-lighter{
    --gradient-to-color: #a0f0ed !important;
  }

  .md\:to-teal-lightest{
    --gradient-to-color: #e8fffe !important;
  }

  .md\:to-blue-darkest{
    --gradient-to-color: #12283a !important;
  }

  .md\:to-blue-darker{
    --gradient-to-color: #1c3d5a !important;
  }

  .md\:to-blue-dark{
    --gradient-to-color: #2779bd !important;
  }

  .md\:to-blue{
    --gradient-to-color: #3490dc !important;
  }

  .md\:to-blue-light{
    --gradient-to-color: #6cb2eb !important;
  }

  .md\:to-blue-lighter{
    --gradient-to-color: #bcdefa !important;
  }

  .md\:to-blue-lightest{
    --gradient-to-color: #eff8ff !important;
  }

  .md\:to-indigo-darkest{
    --gradient-to-color: #191e38 !important;
  }

  .md\:to-indigo-darker{
    --gradient-to-color: #2f365f !important;
  }

  .md\:to-indigo-dark{
    --gradient-to-color: #5661b3 !important;
  }

  .md\:to-indigo{
    --gradient-to-color: #6574cd !important;
  }

  .md\:to-indigo-light{
    --gradient-to-color: #7886d7 !important;
  }

  .md\:to-indigo-lighter{
    --gradient-to-color: #b2b7ff !important;
  }

  .md\:to-indigo-lightest{
    --gradient-to-color: #e6e8ff !important;
  }

  .md\:to-purple-darkest{
    --gradient-to-color: #21183c !important;
  }

  .md\:to-purple-darker{
    --gradient-to-color: #382b5f !important;
  }

  .md\:to-purple-dark{
    --gradient-to-color: #794acf !important;
  }

  .md\:to-purple{
    --gradient-to-color: #9561e2 !important;
  }

  .md\:to-purple-light{
    --gradient-to-color: #a779e9 !important;
  }

  .md\:to-purple-lighter{
    --gradient-to-color: #d6bbfc !important;
  }

  .md\:to-purple-lightest{
    --gradient-to-color: #f3ebff !important;
  }

  .md\:to-pink-darkest{
    --gradient-to-color: #451225 !important;
  }

  .md\:to-pink-darker{
    --gradient-to-color: #6f213f !important;
  }

  .md\:to-pink-dark{
    --gradient-to-color: #eb5286 !important;
  }

  .md\:to-pink{
    --gradient-to-color: #f66d9b !important;
  }

  .md\:to-pink-light{
    --gradient-to-color: #fa7ea8 !important;
  }

  .md\:to-pink-lighter{
    --gradient-to-color: #ffbbca !important;
  }

  .md\:to-pink-lightest{
    --gradient-to-color: #ffebef !important;
  }

  .md\:hover\:from-transparent:hover{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-black-real:hover{
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-black:hover{
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .md\:hover\:from-grey-darkest:hover{
    --gradient-from-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .md\:hover\:from-grey-darker:hover{
    --gradient-from-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .md\:hover\:from-grey-dark:hover{
    --gradient-from-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .md\:hover\:from-grey:hover{
    --gradient-from-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .md\:hover\:from-grey-light:hover{
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .md\:hover\:from-grey-lighter:hover{
    --gradient-from-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .md\:hover\:from-grey-lightest:hover{
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .md\:hover\:from-white:hover{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-red-darkest:hover{
    --gradient-from-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .md\:hover\:from-red-darker:hover{
    --gradient-from-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .md\:hover\:from-red-dark:hover{
    --gradient-from-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .md\:hover\:from-red:hover{
    --gradient-from-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .md\:hover\:from-red-light:hover{
    --gradient-from-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .md\:hover\:from-red-lighter:hover{
    --gradient-from-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .md\:hover\:from-red-lightest:hover{
    --gradient-from-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .md\:hover\:from-orange-darkest:hover{
    --gradient-from-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .md\:hover\:from-orange-darker:hover{
    --gradient-from-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .md\:hover\:from-orange-dark:hover{
    --gradient-from-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .md\:hover\:from-orange:hover{
    --gradient-from-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .md\:hover\:from-orange-light:hover{
    --gradient-from-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .md\:hover\:from-orange-lighter:hover{
    --gradient-from-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .md\:hover\:from-orange-lightest:hover{
    --gradient-from-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .md\:hover\:from-yellow-darkest:hover{
    --gradient-from-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .md\:hover\:from-yellow-darker:hover{
    --gradient-from-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .md\:hover\:from-yellow-dark:hover{
    --gradient-from-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .md\:hover\:from-yellow:hover{
    --gradient-from-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .md\:hover\:from-yellow-light:hover{
    --gradient-from-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .md\:hover\:from-yellow-lighter:hover{
    --gradient-from-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .md\:hover\:from-yellow-lightest:hover{
    --gradient-from-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .md\:hover\:from-green-darkest:hover{
    --gradient-from-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .md\:hover\:from-green-darker:hover{
    --gradient-from-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .md\:hover\:from-green-dark:hover{
    --gradient-from-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .md\:hover\:from-green:hover{
    --gradient-from-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .md\:hover\:from-green-light:hover{
    --gradient-from-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .md\:hover\:from-green-lighter:hover{
    --gradient-from-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .md\:hover\:from-green-lightest:hover{
    --gradient-from-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .md\:hover\:from-teal-darkest:hover{
    --gradient-from-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .md\:hover\:from-teal-darker:hover{
    --gradient-from-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .md\:hover\:from-teal-dark:hover{
    --gradient-from-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .md\:hover\:from-teal:hover{
    --gradient-from-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .md\:hover\:from-teal-light:hover{
    --gradient-from-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .md\:hover\:from-teal-lighter:hover{
    --gradient-from-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .md\:hover\:from-teal-lightest:hover{
    --gradient-from-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .md\:hover\:from-blue-darkest:hover{
    --gradient-from-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .md\:hover\:from-blue-darker:hover{
    --gradient-from-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .md\:hover\:from-blue-dark:hover{
    --gradient-from-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .md\:hover\:from-blue:hover{
    --gradient-from-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .md\:hover\:from-blue-light:hover{
    --gradient-from-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .md\:hover\:from-blue-lighter:hover{
    --gradient-from-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .md\:hover\:from-blue-lightest:hover{
    --gradient-from-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .md\:hover\:from-indigo-darkest:hover{
    --gradient-from-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .md\:hover\:from-indigo-darker:hover{
    --gradient-from-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .md\:hover\:from-indigo-dark:hover{
    --gradient-from-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .md\:hover\:from-indigo:hover{
    --gradient-from-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .md\:hover\:from-indigo-light:hover{
    --gradient-from-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .md\:hover\:from-indigo-lighter:hover{
    --gradient-from-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .md\:hover\:from-indigo-lightest:hover{
    --gradient-from-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .md\:hover\:from-purple-darkest:hover{
    --gradient-from-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .md\:hover\:from-purple-darker:hover{
    --gradient-from-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .md\:hover\:from-purple-dark:hover{
    --gradient-from-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .md\:hover\:from-purple:hover{
    --gradient-from-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .md\:hover\:from-purple-light:hover{
    --gradient-from-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .md\:hover\:from-purple-lighter:hover{
    --gradient-from-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .md\:hover\:from-purple-lightest:hover{
    --gradient-from-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .md\:hover\:from-pink-darkest:hover{
    --gradient-from-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .md\:hover\:from-pink-darker:hover{
    --gradient-from-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .md\:hover\:from-pink-dark:hover{
    --gradient-from-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .md\:hover\:from-pink:hover{
    --gradient-from-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .md\:hover\:from-pink-light:hover{
    --gradient-from-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .md\:hover\:from-pink-lighter:hover{
    --gradient-from-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .md\:hover\:from-pink-lightest:hover{
    --gradient-from-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .md\:hover\:via-transparent:hover{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-black-real:hover{
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-black:hover{
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .md\:hover\:via-grey-darkest:hover{
    --gradient-via-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .md\:hover\:via-grey-darker:hover{
    --gradient-via-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .md\:hover\:via-grey-dark:hover{
    --gradient-via-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .md\:hover\:via-grey:hover{
    --gradient-via-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .md\:hover\:via-grey-light:hover{
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .md\:hover\:via-grey-lighter:hover{
    --gradient-via-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .md\:hover\:via-grey-lightest:hover{
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .md\:hover\:via-white:hover{
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-red-darkest:hover{
    --gradient-via-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .md\:hover\:via-red-darker:hover{
    --gradient-via-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .md\:hover\:via-red-dark:hover{
    --gradient-via-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .md\:hover\:via-red:hover{
    --gradient-via-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .md\:hover\:via-red-light:hover{
    --gradient-via-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .md\:hover\:via-red-lighter:hover{
    --gradient-via-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .md\:hover\:via-red-lightest:hover{
    --gradient-via-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .md\:hover\:via-orange-darkest:hover{
    --gradient-via-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .md\:hover\:via-orange-darker:hover{
    --gradient-via-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .md\:hover\:via-orange-dark:hover{
    --gradient-via-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .md\:hover\:via-orange:hover{
    --gradient-via-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .md\:hover\:via-orange-light:hover{
    --gradient-via-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .md\:hover\:via-orange-lighter:hover{
    --gradient-via-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .md\:hover\:via-orange-lightest:hover{
    --gradient-via-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .md\:hover\:via-yellow-darkest:hover{
    --gradient-via-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .md\:hover\:via-yellow-darker:hover{
    --gradient-via-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .md\:hover\:via-yellow-dark:hover{
    --gradient-via-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .md\:hover\:via-yellow:hover{
    --gradient-via-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .md\:hover\:via-yellow-light:hover{
    --gradient-via-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .md\:hover\:via-yellow-lighter:hover{
    --gradient-via-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .md\:hover\:via-yellow-lightest:hover{
    --gradient-via-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .md\:hover\:via-green-darkest:hover{
    --gradient-via-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .md\:hover\:via-green-darker:hover{
    --gradient-via-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .md\:hover\:via-green-dark:hover{
    --gradient-via-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .md\:hover\:via-green:hover{
    --gradient-via-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .md\:hover\:via-green-light:hover{
    --gradient-via-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .md\:hover\:via-green-lighter:hover{
    --gradient-via-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .md\:hover\:via-green-lightest:hover{
    --gradient-via-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .md\:hover\:via-teal-darkest:hover{
    --gradient-via-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .md\:hover\:via-teal-darker:hover{
    --gradient-via-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .md\:hover\:via-teal-dark:hover{
    --gradient-via-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .md\:hover\:via-teal:hover{
    --gradient-via-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .md\:hover\:via-teal-light:hover{
    --gradient-via-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .md\:hover\:via-teal-lighter:hover{
    --gradient-via-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .md\:hover\:via-teal-lightest:hover{
    --gradient-via-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .md\:hover\:via-blue-darkest:hover{
    --gradient-via-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .md\:hover\:via-blue-darker:hover{
    --gradient-via-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .md\:hover\:via-blue-dark:hover{
    --gradient-via-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .md\:hover\:via-blue:hover{
    --gradient-via-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .md\:hover\:via-blue-light:hover{
    --gradient-via-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .md\:hover\:via-blue-lighter:hover{
    --gradient-via-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .md\:hover\:via-blue-lightest:hover{
    --gradient-via-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .md\:hover\:via-indigo-darkest:hover{
    --gradient-via-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .md\:hover\:via-indigo-darker:hover{
    --gradient-via-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .md\:hover\:via-indigo-dark:hover{
    --gradient-via-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .md\:hover\:via-indigo:hover{
    --gradient-via-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .md\:hover\:via-indigo-light:hover{
    --gradient-via-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .md\:hover\:via-indigo-lighter:hover{
    --gradient-via-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .md\:hover\:via-indigo-lightest:hover{
    --gradient-via-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .md\:hover\:via-purple-darkest:hover{
    --gradient-via-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .md\:hover\:via-purple-darker:hover{
    --gradient-via-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .md\:hover\:via-purple-dark:hover{
    --gradient-via-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .md\:hover\:via-purple:hover{
    --gradient-via-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .md\:hover\:via-purple-light:hover{
    --gradient-via-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .md\:hover\:via-purple-lighter:hover{
    --gradient-via-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .md\:hover\:via-purple-lightest:hover{
    --gradient-via-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .md\:hover\:via-pink-darkest:hover{
    --gradient-via-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .md\:hover\:via-pink-darker:hover{
    --gradient-via-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .md\:hover\:via-pink-dark:hover{
    --gradient-via-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .md\:hover\:via-pink:hover{
    --gradient-via-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .md\:hover\:via-pink-light:hover{
    --gradient-via-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .md\:hover\:via-pink-lighter:hover{
    --gradient-via-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .md\:hover\:via-pink-lightest:hover{
    --gradient-via-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .md\:hover\:to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .md\:hover\:to-black-real:hover{
    --gradient-to-color: #000000 !important;
  }

  .md\:hover\:to-black:hover{
    --gradient-to-color: #22292f !important;
  }

  .md\:hover\:to-grey-darkest:hover{
    --gradient-to-color: #3d4852 !important;
  }

  .md\:hover\:to-grey-darker:hover{
    --gradient-to-color: #606f7b !important;
  }

  .md\:hover\:to-grey-dark:hover{
    --gradient-to-color: #8795a1 !important;
  }

  .md\:hover\:to-grey:hover{
    --gradient-to-color: #b8c2cc !important;
  }

  .md\:hover\:to-grey-light:hover{
    --gradient-to-color: #dae1e7 !important;
  }

  .md\:hover\:to-grey-lighter:hover{
    --gradient-to-color: #f1f5f8 !important;
  }

  .md\:hover\:to-grey-lightest:hover{
    --gradient-to-color: #f8fafc !important;
  }

  .md\:hover\:to-white:hover{
    --gradient-to-color: #ffffff !important;
  }

  .md\:hover\:to-red-darkest:hover{
    --gradient-to-color: #3b0d0c !important;
  }

  .md\:hover\:to-red-darker:hover{
    --gradient-to-color: #621b18 !important;
  }

  .md\:hover\:to-red-dark:hover{
    --gradient-to-color: #cc1f1a !important;
  }

  .md\:hover\:to-red:hover{
    --gradient-to-color: #e3342f !important;
  }

  .md\:hover\:to-red-light:hover{
    --gradient-to-color: #ef5753 !important;
  }

  .md\:hover\:to-red-lighter:hover{
    --gradient-to-color: #f9acaa !important;
  }

  .md\:hover\:to-red-lightest:hover{
    --gradient-to-color: #fcebea !important;
  }

  .md\:hover\:to-orange-darkest:hover{
    --gradient-to-color: #462a16 !important;
  }

  .md\:hover\:to-orange-darker:hover{
    --gradient-to-color: #613b1f !important;
  }

  .md\:hover\:to-orange-dark:hover{
    --gradient-to-color: #de751f !important;
  }

  .md\:hover\:to-orange:hover{
    --gradient-to-color: #f6993f !important;
  }

  .md\:hover\:to-orange-light:hover{
    --gradient-to-color: #faad63 !important;
  }

  .md\:hover\:to-orange-lighter:hover{
    --gradient-to-color: #fcd9b6 !important;
  }

  .md\:hover\:to-orange-lightest:hover{
    --gradient-to-color: #fff5eb !important;
  }

  .md\:hover\:to-yellow-darkest:hover{
    --gradient-to-color: #453411 !important;
  }

  .md\:hover\:to-yellow-darker:hover{
    --gradient-to-color: #684f1d !important;
  }

  .md\:hover\:to-yellow-dark:hover{
    --gradient-to-color: #f2d024 !important;
  }

  .md\:hover\:to-yellow:hover{
    --gradient-to-color: #ffed4a !important;
  }

  .md\:hover\:to-yellow-light:hover{
    --gradient-to-color: #fff382 !important;
  }

  .md\:hover\:to-yellow-lighter:hover{
    --gradient-to-color: #fff9c2 !important;
  }

  .md\:hover\:to-yellow-lightest:hover{
    --gradient-to-color: #fcfbeb !important;
  }

  .md\:hover\:to-green-darkest:hover{
    --gradient-to-color: #0f2f21 !important;
  }

  .md\:hover\:to-green-darker:hover{
    --gradient-to-color: #1a4731 !important;
  }

  .md\:hover\:to-green-dark:hover{
    --gradient-to-color: #1f9d55 !important;
  }

  .md\:hover\:to-green:hover{
    --gradient-to-color: #38c172 !important;
  }

  .md\:hover\:to-green-light:hover{
    --gradient-to-color: #51d88a !important;
  }

  .md\:hover\:to-green-lighter:hover{
    --gradient-to-color: #a2f5bf !important;
  }

  .md\:hover\:to-green-lightest:hover{
    --gradient-to-color: #e3fcec !important;
  }

  .md\:hover\:to-teal-darkest:hover{
    --gradient-to-color: #0d3331 !important;
  }

  .md\:hover\:to-teal-darker:hover{
    --gradient-to-color: #20504f !important;
  }

  .md\:hover\:to-teal-dark:hover{
    --gradient-to-color: #38a89d !important;
  }

  .md\:hover\:to-teal:hover{
    --gradient-to-color: #4dc0b5 !important;
  }

  .md\:hover\:to-teal-light:hover{
    --gradient-to-color: #64d5ca !important;
  }

  .md\:hover\:to-teal-lighter:hover{
    --gradient-to-color: #a0f0ed !important;
  }

  .md\:hover\:to-teal-lightest:hover{
    --gradient-to-color: #e8fffe !important;
  }

  .md\:hover\:to-blue-darkest:hover{
    --gradient-to-color: #12283a !important;
  }

  .md\:hover\:to-blue-darker:hover{
    --gradient-to-color: #1c3d5a !important;
  }

  .md\:hover\:to-blue-dark:hover{
    --gradient-to-color: #2779bd !important;
  }

  .md\:hover\:to-blue:hover{
    --gradient-to-color: #3490dc !important;
  }

  .md\:hover\:to-blue-light:hover{
    --gradient-to-color: #6cb2eb !important;
  }

  .md\:hover\:to-blue-lighter:hover{
    --gradient-to-color: #bcdefa !important;
  }

  .md\:hover\:to-blue-lightest:hover{
    --gradient-to-color: #eff8ff !important;
  }

  .md\:hover\:to-indigo-darkest:hover{
    --gradient-to-color: #191e38 !important;
  }

  .md\:hover\:to-indigo-darker:hover{
    --gradient-to-color: #2f365f !important;
  }

  .md\:hover\:to-indigo-dark:hover{
    --gradient-to-color: #5661b3 !important;
  }

  .md\:hover\:to-indigo:hover{
    --gradient-to-color: #6574cd !important;
  }

  .md\:hover\:to-indigo-light:hover{
    --gradient-to-color: #7886d7 !important;
  }

  .md\:hover\:to-indigo-lighter:hover{
    --gradient-to-color: #b2b7ff !important;
  }

  .md\:hover\:to-indigo-lightest:hover{
    --gradient-to-color: #e6e8ff !important;
  }

  .md\:hover\:to-purple-darkest:hover{
    --gradient-to-color: #21183c !important;
  }

  .md\:hover\:to-purple-darker:hover{
    --gradient-to-color: #382b5f !important;
  }

  .md\:hover\:to-purple-dark:hover{
    --gradient-to-color: #794acf !important;
  }

  .md\:hover\:to-purple:hover{
    --gradient-to-color: #9561e2 !important;
  }

  .md\:hover\:to-purple-light:hover{
    --gradient-to-color: #a779e9 !important;
  }

  .md\:hover\:to-purple-lighter:hover{
    --gradient-to-color: #d6bbfc !important;
  }

  .md\:hover\:to-purple-lightest:hover{
    --gradient-to-color: #f3ebff !important;
  }

  .md\:hover\:to-pink-darkest:hover{
    --gradient-to-color: #451225 !important;
  }

  .md\:hover\:to-pink-darker:hover{
    --gradient-to-color: #6f213f !important;
  }

  .md\:hover\:to-pink-dark:hover{
    --gradient-to-color: #eb5286 !important;
  }

  .md\:hover\:to-pink:hover{
    --gradient-to-color: #f66d9b !important;
  }

  .md\:hover\:to-pink-light:hover{
    --gradient-to-color: #fa7ea8 !important;
  }

  .md\:hover\:to-pink-lighter:hover{
    --gradient-to-color: #ffbbca !important;
  }

  .md\:hover\:to-pink-lightest:hover{
    --gradient-to-color: #ffebef !important;
  }

  .md\:focus\:from-transparent:focus{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-black-real:focus{
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-black:focus{
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .md\:focus\:from-grey-darkest:focus{
    --gradient-from-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .md\:focus\:from-grey-darker:focus{
    --gradient-from-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .md\:focus\:from-grey-dark:focus{
    --gradient-from-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .md\:focus\:from-grey:focus{
    --gradient-from-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .md\:focus\:from-grey-light:focus{
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .md\:focus\:from-grey-lighter:focus{
    --gradient-from-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .md\:focus\:from-grey-lightest:focus{
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .md\:focus\:from-white:focus{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-red-darkest:focus{
    --gradient-from-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .md\:focus\:from-red-darker:focus{
    --gradient-from-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .md\:focus\:from-red-dark:focus{
    --gradient-from-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .md\:focus\:from-red:focus{
    --gradient-from-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .md\:focus\:from-red-light:focus{
    --gradient-from-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .md\:focus\:from-red-lighter:focus{
    --gradient-from-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .md\:focus\:from-red-lightest:focus{
    --gradient-from-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .md\:focus\:from-orange-darkest:focus{
    --gradient-from-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .md\:focus\:from-orange-darker:focus{
    --gradient-from-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .md\:focus\:from-orange-dark:focus{
    --gradient-from-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .md\:focus\:from-orange:focus{
    --gradient-from-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .md\:focus\:from-orange-light:focus{
    --gradient-from-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .md\:focus\:from-orange-lighter:focus{
    --gradient-from-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .md\:focus\:from-orange-lightest:focus{
    --gradient-from-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .md\:focus\:from-yellow-darkest:focus{
    --gradient-from-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .md\:focus\:from-yellow-darker:focus{
    --gradient-from-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .md\:focus\:from-yellow-dark:focus{
    --gradient-from-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .md\:focus\:from-yellow:focus{
    --gradient-from-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .md\:focus\:from-yellow-light:focus{
    --gradient-from-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .md\:focus\:from-yellow-lighter:focus{
    --gradient-from-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .md\:focus\:from-yellow-lightest:focus{
    --gradient-from-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .md\:focus\:from-green-darkest:focus{
    --gradient-from-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .md\:focus\:from-green-darker:focus{
    --gradient-from-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .md\:focus\:from-green-dark:focus{
    --gradient-from-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .md\:focus\:from-green:focus{
    --gradient-from-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .md\:focus\:from-green-light:focus{
    --gradient-from-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .md\:focus\:from-green-lighter:focus{
    --gradient-from-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .md\:focus\:from-green-lightest:focus{
    --gradient-from-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .md\:focus\:from-teal-darkest:focus{
    --gradient-from-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .md\:focus\:from-teal-darker:focus{
    --gradient-from-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .md\:focus\:from-teal-dark:focus{
    --gradient-from-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .md\:focus\:from-teal:focus{
    --gradient-from-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .md\:focus\:from-teal-light:focus{
    --gradient-from-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .md\:focus\:from-teal-lighter:focus{
    --gradient-from-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .md\:focus\:from-teal-lightest:focus{
    --gradient-from-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .md\:focus\:from-blue-darkest:focus{
    --gradient-from-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .md\:focus\:from-blue-darker:focus{
    --gradient-from-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .md\:focus\:from-blue-dark:focus{
    --gradient-from-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .md\:focus\:from-blue:focus{
    --gradient-from-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .md\:focus\:from-blue-light:focus{
    --gradient-from-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .md\:focus\:from-blue-lighter:focus{
    --gradient-from-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .md\:focus\:from-blue-lightest:focus{
    --gradient-from-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .md\:focus\:from-indigo-darkest:focus{
    --gradient-from-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .md\:focus\:from-indigo-darker:focus{
    --gradient-from-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .md\:focus\:from-indigo-dark:focus{
    --gradient-from-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .md\:focus\:from-indigo:focus{
    --gradient-from-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .md\:focus\:from-indigo-light:focus{
    --gradient-from-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .md\:focus\:from-indigo-lighter:focus{
    --gradient-from-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .md\:focus\:from-indigo-lightest:focus{
    --gradient-from-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .md\:focus\:from-purple-darkest:focus{
    --gradient-from-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .md\:focus\:from-purple-darker:focus{
    --gradient-from-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .md\:focus\:from-purple-dark:focus{
    --gradient-from-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .md\:focus\:from-purple:focus{
    --gradient-from-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .md\:focus\:from-purple-light:focus{
    --gradient-from-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .md\:focus\:from-purple-lighter:focus{
    --gradient-from-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .md\:focus\:from-purple-lightest:focus{
    --gradient-from-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .md\:focus\:from-pink-darkest:focus{
    --gradient-from-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .md\:focus\:from-pink-darker:focus{
    --gradient-from-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .md\:focus\:from-pink-dark:focus{
    --gradient-from-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .md\:focus\:from-pink:focus{
    --gradient-from-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .md\:focus\:from-pink-light:focus{
    --gradient-from-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .md\:focus\:from-pink-lighter:focus{
    --gradient-from-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .md\:focus\:from-pink-lightest:focus{
    --gradient-from-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .md\:focus\:via-transparent:focus{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-black-real:focus{
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-black:focus{
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .md\:focus\:via-grey-darkest:focus{
    --gradient-via-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .md\:focus\:via-grey-darker:focus{
    --gradient-via-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .md\:focus\:via-grey-dark:focus{
    --gradient-via-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .md\:focus\:via-grey:focus{
    --gradient-via-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .md\:focus\:via-grey-light:focus{
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .md\:focus\:via-grey-lighter:focus{
    --gradient-via-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .md\:focus\:via-grey-lightest:focus{
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .md\:focus\:via-white:focus{
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-red-darkest:focus{
    --gradient-via-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .md\:focus\:via-red-darker:focus{
    --gradient-via-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .md\:focus\:via-red-dark:focus{
    --gradient-via-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .md\:focus\:via-red:focus{
    --gradient-via-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .md\:focus\:via-red-light:focus{
    --gradient-via-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .md\:focus\:via-red-lighter:focus{
    --gradient-via-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .md\:focus\:via-red-lightest:focus{
    --gradient-via-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .md\:focus\:via-orange-darkest:focus{
    --gradient-via-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .md\:focus\:via-orange-darker:focus{
    --gradient-via-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .md\:focus\:via-orange-dark:focus{
    --gradient-via-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .md\:focus\:via-orange:focus{
    --gradient-via-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .md\:focus\:via-orange-light:focus{
    --gradient-via-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .md\:focus\:via-orange-lighter:focus{
    --gradient-via-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .md\:focus\:via-orange-lightest:focus{
    --gradient-via-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .md\:focus\:via-yellow-darkest:focus{
    --gradient-via-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .md\:focus\:via-yellow-darker:focus{
    --gradient-via-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .md\:focus\:via-yellow-dark:focus{
    --gradient-via-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .md\:focus\:via-yellow:focus{
    --gradient-via-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .md\:focus\:via-yellow-light:focus{
    --gradient-via-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .md\:focus\:via-yellow-lighter:focus{
    --gradient-via-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .md\:focus\:via-yellow-lightest:focus{
    --gradient-via-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .md\:focus\:via-green-darkest:focus{
    --gradient-via-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .md\:focus\:via-green-darker:focus{
    --gradient-via-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .md\:focus\:via-green-dark:focus{
    --gradient-via-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .md\:focus\:via-green:focus{
    --gradient-via-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .md\:focus\:via-green-light:focus{
    --gradient-via-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .md\:focus\:via-green-lighter:focus{
    --gradient-via-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .md\:focus\:via-green-lightest:focus{
    --gradient-via-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .md\:focus\:via-teal-darkest:focus{
    --gradient-via-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .md\:focus\:via-teal-darker:focus{
    --gradient-via-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .md\:focus\:via-teal-dark:focus{
    --gradient-via-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .md\:focus\:via-teal:focus{
    --gradient-via-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .md\:focus\:via-teal-light:focus{
    --gradient-via-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .md\:focus\:via-teal-lighter:focus{
    --gradient-via-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .md\:focus\:via-teal-lightest:focus{
    --gradient-via-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .md\:focus\:via-blue-darkest:focus{
    --gradient-via-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .md\:focus\:via-blue-darker:focus{
    --gradient-via-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .md\:focus\:via-blue-dark:focus{
    --gradient-via-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .md\:focus\:via-blue:focus{
    --gradient-via-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .md\:focus\:via-blue-light:focus{
    --gradient-via-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .md\:focus\:via-blue-lighter:focus{
    --gradient-via-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .md\:focus\:via-blue-lightest:focus{
    --gradient-via-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .md\:focus\:via-indigo-darkest:focus{
    --gradient-via-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .md\:focus\:via-indigo-darker:focus{
    --gradient-via-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .md\:focus\:via-indigo-dark:focus{
    --gradient-via-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .md\:focus\:via-indigo:focus{
    --gradient-via-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .md\:focus\:via-indigo-light:focus{
    --gradient-via-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .md\:focus\:via-indigo-lighter:focus{
    --gradient-via-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .md\:focus\:via-indigo-lightest:focus{
    --gradient-via-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .md\:focus\:via-purple-darkest:focus{
    --gradient-via-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .md\:focus\:via-purple-darker:focus{
    --gradient-via-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .md\:focus\:via-purple-dark:focus{
    --gradient-via-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .md\:focus\:via-purple:focus{
    --gradient-via-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .md\:focus\:via-purple-light:focus{
    --gradient-via-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .md\:focus\:via-purple-lighter:focus{
    --gradient-via-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .md\:focus\:via-purple-lightest:focus{
    --gradient-via-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .md\:focus\:via-pink-darkest:focus{
    --gradient-via-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .md\:focus\:via-pink-darker:focus{
    --gradient-via-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .md\:focus\:via-pink-dark:focus{
    --gradient-via-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .md\:focus\:via-pink:focus{
    --gradient-via-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .md\:focus\:via-pink-light:focus{
    --gradient-via-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .md\:focus\:via-pink-lighter:focus{
    --gradient-via-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .md\:focus\:via-pink-lightest:focus{
    --gradient-via-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .md\:focus\:to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .md\:focus\:to-black-real:focus{
    --gradient-to-color: #000000 !important;
  }

  .md\:focus\:to-black:focus{
    --gradient-to-color: #22292f !important;
  }

  .md\:focus\:to-grey-darkest:focus{
    --gradient-to-color: #3d4852 !important;
  }

  .md\:focus\:to-grey-darker:focus{
    --gradient-to-color: #606f7b !important;
  }

  .md\:focus\:to-grey-dark:focus{
    --gradient-to-color: #8795a1 !important;
  }

  .md\:focus\:to-grey:focus{
    --gradient-to-color: #b8c2cc !important;
  }

  .md\:focus\:to-grey-light:focus{
    --gradient-to-color: #dae1e7 !important;
  }

  .md\:focus\:to-grey-lighter:focus{
    --gradient-to-color: #f1f5f8 !important;
  }

  .md\:focus\:to-grey-lightest:focus{
    --gradient-to-color: #f8fafc !important;
  }

  .md\:focus\:to-white:focus{
    --gradient-to-color: #ffffff !important;
  }

  .md\:focus\:to-red-darkest:focus{
    --gradient-to-color: #3b0d0c !important;
  }

  .md\:focus\:to-red-darker:focus{
    --gradient-to-color: #621b18 !important;
  }

  .md\:focus\:to-red-dark:focus{
    --gradient-to-color: #cc1f1a !important;
  }

  .md\:focus\:to-red:focus{
    --gradient-to-color: #e3342f !important;
  }

  .md\:focus\:to-red-light:focus{
    --gradient-to-color: #ef5753 !important;
  }

  .md\:focus\:to-red-lighter:focus{
    --gradient-to-color: #f9acaa !important;
  }

  .md\:focus\:to-red-lightest:focus{
    --gradient-to-color: #fcebea !important;
  }

  .md\:focus\:to-orange-darkest:focus{
    --gradient-to-color: #462a16 !important;
  }

  .md\:focus\:to-orange-darker:focus{
    --gradient-to-color: #613b1f !important;
  }

  .md\:focus\:to-orange-dark:focus{
    --gradient-to-color: #de751f !important;
  }

  .md\:focus\:to-orange:focus{
    --gradient-to-color: #f6993f !important;
  }

  .md\:focus\:to-orange-light:focus{
    --gradient-to-color: #faad63 !important;
  }

  .md\:focus\:to-orange-lighter:focus{
    --gradient-to-color: #fcd9b6 !important;
  }

  .md\:focus\:to-orange-lightest:focus{
    --gradient-to-color: #fff5eb !important;
  }

  .md\:focus\:to-yellow-darkest:focus{
    --gradient-to-color: #453411 !important;
  }

  .md\:focus\:to-yellow-darker:focus{
    --gradient-to-color: #684f1d !important;
  }

  .md\:focus\:to-yellow-dark:focus{
    --gradient-to-color: #f2d024 !important;
  }

  .md\:focus\:to-yellow:focus{
    --gradient-to-color: #ffed4a !important;
  }

  .md\:focus\:to-yellow-light:focus{
    --gradient-to-color: #fff382 !important;
  }

  .md\:focus\:to-yellow-lighter:focus{
    --gradient-to-color: #fff9c2 !important;
  }

  .md\:focus\:to-yellow-lightest:focus{
    --gradient-to-color: #fcfbeb !important;
  }

  .md\:focus\:to-green-darkest:focus{
    --gradient-to-color: #0f2f21 !important;
  }

  .md\:focus\:to-green-darker:focus{
    --gradient-to-color: #1a4731 !important;
  }

  .md\:focus\:to-green-dark:focus{
    --gradient-to-color: #1f9d55 !important;
  }

  .md\:focus\:to-green:focus{
    --gradient-to-color: #38c172 !important;
  }

  .md\:focus\:to-green-light:focus{
    --gradient-to-color: #51d88a !important;
  }

  .md\:focus\:to-green-lighter:focus{
    --gradient-to-color: #a2f5bf !important;
  }

  .md\:focus\:to-green-lightest:focus{
    --gradient-to-color: #e3fcec !important;
  }

  .md\:focus\:to-teal-darkest:focus{
    --gradient-to-color: #0d3331 !important;
  }

  .md\:focus\:to-teal-darker:focus{
    --gradient-to-color: #20504f !important;
  }

  .md\:focus\:to-teal-dark:focus{
    --gradient-to-color: #38a89d !important;
  }

  .md\:focus\:to-teal:focus{
    --gradient-to-color: #4dc0b5 !important;
  }

  .md\:focus\:to-teal-light:focus{
    --gradient-to-color: #64d5ca !important;
  }

  .md\:focus\:to-teal-lighter:focus{
    --gradient-to-color: #a0f0ed !important;
  }

  .md\:focus\:to-teal-lightest:focus{
    --gradient-to-color: #e8fffe !important;
  }

  .md\:focus\:to-blue-darkest:focus{
    --gradient-to-color: #12283a !important;
  }

  .md\:focus\:to-blue-darker:focus{
    --gradient-to-color: #1c3d5a !important;
  }

  .md\:focus\:to-blue-dark:focus{
    --gradient-to-color: #2779bd !important;
  }

  .md\:focus\:to-blue:focus{
    --gradient-to-color: #3490dc !important;
  }

  .md\:focus\:to-blue-light:focus{
    --gradient-to-color: #6cb2eb !important;
  }

  .md\:focus\:to-blue-lighter:focus{
    --gradient-to-color: #bcdefa !important;
  }

  .md\:focus\:to-blue-lightest:focus{
    --gradient-to-color: #eff8ff !important;
  }

  .md\:focus\:to-indigo-darkest:focus{
    --gradient-to-color: #191e38 !important;
  }

  .md\:focus\:to-indigo-darker:focus{
    --gradient-to-color: #2f365f !important;
  }

  .md\:focus\:to-indigo-dark:focus{
    --gradient-to-color: #5661b3 !important;
  }

  .md\:focus\:to-indigo:focus{
    --gradient-to-color: #6574cd !important;
  }

  .md\:focus\:to-indigo-light:focus{
    --gradient-to-color: #7886d7 !important;
  }

  .md\:focus\:to-indigo-lighter:focus{
    --gradient-to-color: #b2b7ff !important;
  }

  .md\:focus\:to-indigo-lightest:focus{
    --gradient-to-color: #e6e8ff !important;
  }

  .md\:focus\:to-purple-darkest:focus{
    --gradient-to-color: #21183c !important;
  }

  .md\:focus\:to-purple-darker:focus{
    --gradient-to-color: #382b5f !important;
  }

  .md\:focus\:to-purple-dark:focus{
    --gradient-to-color: #794acf !important;
  }

  .md\:focus\:to-purple:focus{
    --gradient-to-color: #9561e2 !important;
  }

  .md\:focus\:to-purple-light:focus{
    --gradient-to-color: #a779e9 !important;
  }

  .md\:focus\:to-purple-lighter:focus{
    --gradient-to-color: #d6bbfc !important;
  }

  .md\:focus\:to-purple-lightest:focus{
    --gradient-to-color: #f3ebff !important;
  }

  .md\:focus\:to-pink-darkest:focus{
    --gradient-to-color: #451225 !important;
  }

  .md\:focus\:to-pink-darker:focus{
    --gradient-to-color: #6f213f !important;
  }

  .md\:focus\:to-pink-dark:focus{
    --gradient-to-color: #eb5286 !important;
  }

  .md\:focus\:to-pink:focus{
    --gradient-to-color: #f66d9b !important;
  }

  .md\:focus\:to-pink-light:focus{
    --gradient-to-color: #fa7ea8 !important;
  }

  .md\:focus\:to-pink-lighter:focus{
    --gradient-to-color: #ffbbca !important;
  }

  .md\:focus\:to-pink-lightest:focus{
    --gradient-to-color: #ffebef !important;
  }

  .md\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .md\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .md\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .md\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .md\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .md\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .md\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .md\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .md\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .md\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .md\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .md\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .md\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .md\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .md\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .md\:bg-bottom{
    background-position: bottom !important;
  }

  .md\:bg-center{
    background-position: center !important;
  }

  .md\:bg-left{
    background-position: left !important;
  }

  .md\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .md\:bg-left-top{
    background-position: left top !important;
  }

  .md\:bg-right{
    background-position: right !important;
  }

  .md\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .md\:bg-right-top{
    background-position: right top !important;
  }

  .md\:bg-top{
    background-position: top !important;
  }

  .md\:bg-repeat{
    background-repeat: repeat !important;
  }

  .md\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .md\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .md\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .md\:bg-repeat-round{
    background-repeat: round !important;
  }

  .md\:bg-repeat-space{
    background-repeat: space !important;
  }

  .md\:bg-auto{
    background-size: auto !important;
  }

  .md\:bg-cover{
    background-size: cover !important;
  }

  .md\:bg-contain{
    background-size: contain !important;
  }

  .md\:border-transparent{
    border-color: transparent !important;
  }

  .md\:border-black-real{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:border-black{
    --border-opacity: 1 !important;
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .md\:border-grey-darkest{
    --border-opacity: 1 !important;
    border-color: #3d4852 !important;
    border-color: rgba(61, 72, 82, var(--border-opacity)) !important;
  }

  .md\:border-grey-darker{
    --border-opacity: 1 !important;
    border-color: #606f7b !important;
    border-color: rgba(96, 111, 123, var(--border-opacity)) !important;
  }

  .md\:border-grey-dark{
    --border-opacity: 1 !important;
    border-color: #8795a1 !important;
    border-color: rgba(135, 149, 161, var(--border-opacity)) !important;
  }

  .md\:border-grey{
    --border-opacity: 1 !important;
    border-color: #b8c2cc !important;
    border-color: rgba(184, 194, 204, var(--border-opacity)) !important;
  }

  .md\:border-grey-light{
    --border-opacity: 1 !important;
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .md\:border-grey-lighter{
    --border-opacity: 1 !important;
    border-color: #f1f5f8 !important;
    border-color: rgba(241, 245, 248, var(--border-opacity)) !important;
  }

  .md\:border-grey-lightest{
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .md\:border-white{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:border-red-darkest{
    --border-opacity: 1 !important;
    border-color: #3b0d0c !important;
    border-color: rgba(59, 13, 12, var(--border-opacity)) !important;
  }

  .md\:border-red-darker{
    --border-opacity: 1 !important;
    border-color: #621b18 !important;
    border-color: rgba(98, 27, 24, var(--border-opacity)) !important;
  }

  .md\:border-red-dark{
    --border-opacity: 1 !important;
    border-color: #cc1f1a !important;
    border-color: rgba(204, 31, 26, var(--border-opacity)) !important;
  }

  .md\:border-red{
    --border-opacity: 1 !important;
    border-color: #e3342f !important;
    border-color: rgba(227, 52, 47, var(--border-opacity)) !important;
  }

  .md\:border-red-light{
    --border-opacity: 1 !important;
    border-color: #ef5753 !important;
    border-color: rgba(239, 87, 83, var(--border-opacity)) !important;
  }

  .md\:border-red-lighter{
    --border-opacity: 1 !important;
    border-color: #f9acaa !important;
    border-color: rgba(249, 172, 170, var(--border-opacity)) !important;
  }

  .md\:border-red-lightest{
    --border-opacity: 1 !important;
    border-color: #fcebea !important;
    border-color: rgba(252, 235, 234, var(--border-opacity)) !important;
  }

  .md\:border-orange-darkest{
    --border-opacity: 1 !important;
    border-color: #462a16 !important;
    border-color: rgba(70, 42, 22, var(--border-opacity)) !important;
  }

  .md\:border-orange-darker{
    --border-opacity: 1 !important;
    border-color: #613b1f !important;
    border-color: rgba(97, 59, 31, var(--border-opacity)) !important;
  }

  .md\:border-orange-dark{
    --border-opacity: 1 !important;
    border-color: #de751f !important;
    border-color: rgba(222, 117, 31, var(--border-opacity)) !important;
  }

  .md\:border-orange{
    --border-opacity: 1 !important;
    border-color: #f6993f !important;
    border-color: rgba(246, 153, 63, var(--border-opacity)) !important;
  }

  .md\:border-orange-light{
    --border-opacity: 1 !important;
    border-color: #faad63 !important;
    border-color: rgba(250, 173, 99, var(--border-opacity)) !important;
  }

  .md\:border-orange-lighter{
    --border-opacity: 1 !important;
    border-color: #fcd9b6 !important;
    border-color: rgba(252, 217, 182, var(--border-opacity)) !important;
  }

  .md\:border-orange-lightest{
    --border-opacity: 1 !important;
    border-color: #fff5eb !important;
    border-color: rgba(255, 245, 235, var(--border-opacity)) !important;
  }

  .md\:border-yellow-darkest{
    --border-opacity: 1 !important;
    border-color: #453411 !important;
    border-color: rgba(69, 52, 17, var(--border-opacity)) !important;
  }

  .md\:border-yellow-darker{
    --border-opacity: 1 !important;
    border-color: #684f1d !important;
    border-color: rgba(104, 79, 29, var(--border-opacity)) !important;
  }

  .md\:border-yellow-dark{
    --border-opacity: 1 !important;
    border-color: #f2d024 !important;
    border-color: rgba(242, 208, 36, var(--border-opacity)) !important;
  }

  .md\:border-yellow{
    --border-opacity: 1 !important;
    border-color: #ffed4a !important;
    border-color: rgba(255, 237, 74, var(--border-opacity)) !important;
  }

  .md\:border-yellow-light{
    --border-opacity: 1 !important;
    border-color: #fff382 !important;
    border-color: rgba(255, 243, 130, var(--border-opacity)) !important;
  }

  .md\:border-yellow-lighter{
    --border-opacity: 1 !important;
    border-color: #fff9c2 !important;
    border-color: rgba(255, 249, 194, var(--border-opacity)) !important;
  }

  .md\:border-yellow-lightest{
    --border-opacity: 1 !important;
    border-color: #fcfbeb !important;
    border-color: rgba(252, 251, 235, var(--border-opacity)) !important;
  }

  .md\:border-green-darkest{
    --border-opacity: 1 !important;
    border-color: #0f2f21 !important;
    border-color: rgba(15, 47, 33, var(--border-opacity)) !important;
  }

  .md\:border-green-darker{
    --border-opacity: 1 !important;
    border-color: #1a4731 !important;
    border-color: rgba(26, 71, 49, var(--border-opacity)) !important;
  }

  .md\:border-green-dark{
    --border-opacity: 1 !important;
    border-color: #1f9d55 !important;
    border-color: rgba(31, 157, 85, var(--border-opacity)) !important;
  }

  .md\:border-green{
    --border-opacity: 1 !important;
    border-color: #38c172 !important;
    border-color: rgba(56, 193, 114, var(--border-opacity)) !important;
  }

  .md\:border-green-light{
    --border-opacity: 1 !important;
    border-color: #51d88a !important;
    border-color: rgba(81, 216, 138, var(--border-opacity)) !important;
  }

  .md\:border-green-lighter{
    --border-opacity: 1 !important;
    border-color: #a2f5bf !important;
    border-color: rgba(162, 245, 191, var(--border-opacity)) !important;
  }

  .md\:border-green-lightest{
    --border-opacity: 1 !important;
    border-color: #e3fcec !important;
    border-color: rgba(227, 252, 236, var(--border-opacity)) !important;
  }

  .md\:border-teal-darkest{
    --border-opacity: 1 !important;
    border-color: #0d3331 !important;
    border-color: rgba(13, 51, 49, var(--border-opacity)) !important;
  }

  .md\:border-teal-darker{
    --border-opacity: 1 !important;
    border-color: #20504f !important;
    border-color: rgba(32, 80, 79, var(--border-opacity)) !important;
  }

  .md\:border-teal-dark{
    --border-opacity: 1 !important;
    border-color: #38a89d !important;
    border-color: rgba(56, 168, 157, var(--border-opacity)) !important;
  }

  .md\:border-teal{
    --border-opacity: 1 !important;
    border-color: #4dc0b5 !important;
    border-color: rgba(77, 192, 181, var(--border-opacity)) !important;
  }

  .md\:border-teal-light{
    --border-opacity: 1 !important;
    border-color: #64d5ca !important;
    border-color: rgba(100, 213, 202, var(--border-opacity)) !important;
  }

  .md\:border-teal-lighter{
    --border-opacity: 1 !important;
    border-color: #a0f0ed !important;
    border-color: rgba(160, 240, 237, var(--border-opacity)) !important;
  }

  .md\:border-teal-lightest{
    --border-opacity: 1 !important;
    border-color: #e8fffe !important;
    border-color: rgba(232, 255, 254, var(--border-opacity)) !important;
  }

  .md\:border-blue-darkest{
    --border-opacity: 1 !important;
    border-color: #12283a !important;
    border-color: rgba(18, 40, 58, var(--border-opacity)) !important;
  }

  .md\:border-blue-darker{
    --border-opacity: 1 !important;
    border-color: #1c3d5a !important;
    border-color: rgba(28, 61, 90, var(--border-opacity)) !important;
  }

  .md\:border-blue-dark{
    --border-opacity: 1 !important;
    border-color: #2779bd !important;
    border-color: rgba(39, 121, 189, var(--border-opacity)) !important;
  }

  .md\:border-blue{
    --border-opacity: 1 !important;
    border-color: #3490dc !important;
    border-color: rgba(52, 144, 220, var(--border-opacity)) !important;
  }

  .md\:border-blue-light{
    --border-opacity: 1 !important;
    border-color: #6cb2eb !important;
    border-color: rgba(108, 178, 235, var(--border-opacity)) !important;
  }

  .md\:border-blue-lighter{
    --border-opacity: 1 !important;
    border-color: #bcdefa !important;
    border-color: rgba(188, 222, 250, var(--border-opacity)) !important;
  }

  .md\:border-blue-lightest{
    --border-opacity: 1 !important;
    border-color: #eff8ff !important;
    border-color: rgba(239, 248, 255, var(--border-opacity)) !important;
  }

  .md\:border-indigo-darkest{
    --border-opacity: 1 !important;
    border-color: #191e38 !important;
    border-color: rgba(25, 30, 56, var(--border-opacity)) !important;
  }

  .md\:border-indigo-darker{
    --border-opacity: 1 !important;
    border-color: #2f365f !important;
    border-color: rgba(47, 54, 95, var(--border-opacity)) !important;
  }

  .md\:border-indigo-dark{
    --border-opacity: 1 !important;
    border-color: #5661b3 !important;
    border-color: rgba(86, 97, 179, var(--border-opacity)) !important;
  }

  .md\:border-indigo{
    --border-opacity: 1 !important;
    border-color: #6574cd !important;
    border-color: rgba(101, 116, 205, var(--border-opacity)) !important;
  }

  .md\:border-indigo-light{
    --border-opacity: 1 !important;
    border-color: #7886d7 !important;
    border-color: rgba(120, 134, 215, var(--border-opacity)) !important;
  }

  .md\:border-indigo-lighter{
    --border-opacity: 1 !important;
    border-color: #b2b7ff !important;
    border-color: rgba(178, 183, 255, var(--border-opacity)) !important;
  }

  .md\:border-indigo-lightest{
    --border-opacity: 1 !important;
    border-color: #e6e8ff !important;
    border-color: rgba(230, 232, 255, var(--border-opacity)) !important;
  }

  .md\:border-purple-darkest{
    --border-opacity: 1 !important;
    border-color: #21183c !important;
    border-color: rgba(33, 24, 60, var(--border-opacity)) !important;
  }

  .md\:border-purple-darker{
    --border-opacity: 1 !important;
    border-color: #382b5f !important;
    border-color: rgba(56, 43, 95, var(--border-opacity)) !important;
  }

  .md\:border-purple-dark{
    --border-opacity: 1 !important;
    border-color: #794acf !important;
    border-color: rgba(121, 74, 207, var(--border-opacity)) !important;
  }

  .md\:border-purple{
    --border-opacity: 1 !important;
    border-color: #9561e2 !important;
    border-color: rgba(149, 97, 226, var(--border-opacity)) !important;
  }

  .md\:border-purple-light{
    --border-opacity: 1 !important;
    border-color: #a779e9 !important;
    border-color: rgba(167, 121, 233, var(--border-opacity)) !important;
  }

  .md\:border-purple-lighter{
    --border-opacity: 1 !important;
    border-color: #d6bbfc !important;
    border-color: rgba(214, 187, 252, var(--border-opacity)) !important;
  }

  .md\:border-purple-lightest{
    --border-opacity: 1 !important;
    border-color: #f3ebff !important;
    border-color: rgba(243, 235, 255, var(--border-opacity)) !important;
  }

  .md\:border-pink-darkest{
    --border-opacity: 1 !important;
    border-color: #451225 !important;
    border-color: rgba(69, 18, 37, var(--border-opacity)) !important;
  }

  .md\:border-pink-darker{
    --border-opacity: 1 !important;
    border-color: #6f213f !important;
    border-color: rgba(111, 33, 63, var(--border-opacity)) !important;
  }

  .md\:border-pink-dark{
    --border-opacity: 1 !important;
    border-color: #eb5286 !important;
    border-color: rgba(235, 82, 134, var(--border-opacity)) !important;
  }

  .md\:border-pink{
    --border-opacity: 1 !important;
    border-color: #f66d9b !important;
    border-color: rgba(246, 109, 155, var(--border-opacity)) !important;
  }

  .md\:border-pink-light{
    --border-opacity: 1 !important;
    border-color: #fa7ea8 !important;
    border-color: rgba(250, 126, 168, var(--border-opacity)) !important;
  }

  .md\:border-pink-lighter{
    --border-opacity: 1 !important;
    border-color: #ffbbca !important;
    border-color: rgba(255, 187, 202, var(--border-opacity)) !important;
  }

  .md\:border-pink-lightest{
    --border-opacity: 1 !important;
    border-color: #ffebef !important;
    border-color: rgba(255, 235, 239, var(--border-opacity)) !important;
  }

  .md\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .md\:hover\:border-black-real:hover{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:hover\:border-black:hover{
    --border-opacity: 1 !important;
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #3d4852 !important;
    border-color: rgba(61, 72, 82, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-darker:hover{
    --border-opacity: 1 !important;
    border-color: #606f7b !important;
    border-color: rgba(96, 111, 123, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-dark:hover{
    --border-opacity: 1 !important;
    border-color: #8795a1 !important;
    border-color: rgba(135, 149, 161, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey:hover{
    --border-opacity: 1 !important;
    border-color: #b8c2cc !important;
    border-color: rgba(184, 194, 204, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-light:hover{
    --border-opacity: 1 !important;
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #f1f5f8 !important;
    border-color: rgba(241, 245, 248, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

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

  .md\:hover\:border-red-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #3b0d0c !important;
    border-color: rgba(59, 13, 12, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-darker:hover{
    --border-opacity: 1 !important;
    border-color: #621b18 !important;
    border-color: rgba(98, 27, 24, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-dark:hover{
    --border-opacity: 1 !important;
    border-color: #cc1f1a !important;
    border-color: rgba(204, 31, 26, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red:hover{
    --border-opacity: 1 !important;
    border-color: #e3342f !important;
    border-color: rgba(227, 52, 47, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-light:hover{
    --border-opacity: 1 !important;
    border-color: #ef5753 !important;
    border-color: rgba(239, 87, 83, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #f9acaa !important;
    border-color: rgba(249, 172, 170, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #fcebea !important;
    border-color: rgba(252, 235, 234, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #462a16 !important;
    border-color: rgba(70, 42, 22, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-darker:hover{
    --border-opacity: 1 !important;
    border-color: #613b1f !important;
    border-color: rgba(97, 59, 31, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-dark:hover{
    --border-opacity: 1 !important;
    border-color: #de751f !important;
    border-color: rgba(222, 117, 31, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange:hover{
    --border-opacity: 1 !important;
    border-color: #f6993f !important;
    border-color: rgba(246, 153, 63, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-light:hover{
    --border-opacity: 1 !important;
    border-color: #faad63 !important;
    border-color: rgba(250, 173, 99, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #fcd9b6 !important;
    border-color: rgba(252, 217, 182, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #fff5eb !important;
    border-color: rgba(255, 245, 235, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #453411 !important;
    border-color: rgba(69, 52, 17, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-darker:hover{
    --border-opacity: 1 !important;
    border-color: #684f1d !important;
    border-color: rgba(104, 79, 29, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-dark:hover{
    --border-opacity: 1 !important;
    border-color: #f2d024 !important;
    border-color: rgba(242, 208, 36, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow:hover{
    --border-opacity: 1 !important;
    border-color: #ffed4a !important;
    border-color: rgba(255, 237, 74, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-light:hover{
    --border-opacity: 1 !important;
    border-color: #fff382 !important;
    border-color: rgba(255, 243, 130, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #fff9c2 !important;
    border-color: rgba(255, 249, 194, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #fcfbeb !important;
    border-color: rgba(252, 251, 235, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #0f2f21 !important;
    border-color: rgba(15, 47, 33, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-darker:hover{
    --border-opacity: 1 !important;
    border-color: #1a4731 !important;
    border-color: rgba(26, 71, 49, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-dark:hover{
    --border-opacity: 1 !important;
    border-color: #1f9d55 !important;
    border-color: rgba(31, 157, 85, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green:hover{
    --border-opacity: 1 !important;
    border-color: #38c172 !important;
    border-color: rgba(56, 193, 114, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-light:hover{
    --border-opacity: 1 !important;
    border-color: #51d88a !important;
    border-color: rgba(81, 216, 138, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #a2f5bf !important;
    border-color: rgba(162, 245, 191, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #e3fcec !important;
    border-color: rgba(227, 252, 236, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #0d3331 !important;
    border-color: rgba(13, 51, 49, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-darker:hover{
    --border-opacity: 1 !important;
    border-color: #20504f !important;
    border-color: rgba(32, 80, 79, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-dark:hover{
    --border-opacity: 1 !important;
    border-color: #38a89d !important;
    border-color: rgba(56, 168, 157, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal:hover{
    --border-opacity: 1 !important;
    border-color: #4dc0b5 !important;
    border-color: rgba(77, 192, 181, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-light:hover{
    --border-opacity: 1 !important;
    border-color: #64d5ca !important;
    border-color: rgba(100, 213, 202, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #a0f0ed !important;
    border-color: rgba(160, 240, 237, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #e8fffe !important;
    border-color: rgba(232, 255, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #12283a !important;
    border-color: rgba(18, 40, 58, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-darker:hover{
    --border-opacity: 1 !important;
    border-color: #1c3d5a !important;
    border-color: rgba(28, 61, 90, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-dark:hover{
    --border-opacity: 1 !important;
    border-color: #2779bd !important;
    border-color: rgba(39, 121, 189, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue:hover{
    --border-opacity: 1 !important;
    border-color: #3490dc !important;
    border-color: rgba(52, 144, 220, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-light:hover{
    --border-opacity: 1 !important;
    border-color: #6cb2eb !important;
    border-color: rgba(108, 178, 235, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #bcdefa !important;
    border-color: rgba(188, 222, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #eff8ff !important;
    border-color: rgba(239, 248, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #191e38 !important;
    border-color: rgba(25, 30, 56, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-darker:hover{
    --border-opacity: 1 !important;
    border-color: #2f365f !important;
    border-color: rgba(47, 54, 95, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-dark:hover{
    --border-opacity: 1 !important;
    border-color: #5661b3 !important;
    border-color: rgba(86, 97, 179, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo:hover{
    --border-opacity: 1 !important;
    border-color: #6574cd !important;
    border-color: rgba(101, 116, 205, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-light:hover{
    --border-opacity: 1 !important;
    border-color: #7886d7 !important;
    border-color: rgba(120, 134, 215, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #b2b7ff !important;
    border-color: rgba(178, 183, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #e6e8ff !important;
    border-color: rgba(230, 232, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #21183c !important;
    border-color: rgba(33, 24, 60, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-darker:hover{
    --border-opacity: 1 !important;
    border-color: #382b5f !important;
    border-color: rgba(56, 43, 95, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-dark:hover{
    --border-opacity: 1 !important;
    border-color: #794acf !important;
    border-color: rgba(121, 74, 207, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple:hover{
    --border-opacity: 1 !important;
    border-color: #9561e2 !important;
    border-color: rgba(149, 97, 226, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-light:hover{
    --border-opacity: 1 !important;
    border-color: #a779e9 !important;
    border-color: rgba(167, 121, 233, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #d6bbfc !important;
    border-color: rgba(214, 187, 252, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #f3ebff !important;
    border-color: rgba(243, 235, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #451225 !important;
    border-color: rgba(69, 18, 37, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-darker:hover{
    --border-opacity: 1 !important;
    border-color: #6f213f !important;
    border-color: rgba(111, 33, 63, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-dark:hover{
    --border-opacity: 1 !important;
    border-color: #eb5286 !important;
    border-color: rgba(235, 82, 134, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink:hover{
    --border-opacity: 1 !important;
    border-color: #f66d9b !important;
    border-color: rgba(246, 109, 155, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-light:hover{
    --border-opacity: 1 !important;
    border-color: #fa7ea8 !important;
    border-color: rgba(250, 126, 168, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #ffbbca !important;
    border-color: rgba(255, 187, 202, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #ffebef !important;
    border-color: rgba(255, 235, 239, var(--border-opacity)) !important;
  }

  .md\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .md\:focus\:border-black-real:focus{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:focus\:border-black:focus{
    --border-opacity: 1 !important;
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .md\:focus\:border-grey-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #3d4852 !important;
    border-color: rgba(61, 72, 82, var(--border-opacity)) !important;
  }

  .md\:focus\:border-grey-darker:focus{
    --border-opacity: 1 !important;
    border-color: #606f7b !important;
    border-color: rgba(96, 111, 123, var(--border-opacity)) !important;
  }

  .md\:focus\:border-grey-dark:focus{
    --border-opacity: 1 !important;
    border-color: #8795a1 !important;
    border-color: rgba(135, 149, 161, var(--border-opacity)) !important;
  }

  .md\:focus\:border-grey:focus{
    --border-opacity: 1 !important;
    border-color: #b8c2cc !important;
    border-color: rgba(184, 194, 204, var(--border-opacity)) !important;
  }

  .md\:focus\:border-grey-light:focus{
    --border-opacity: 1 !important;
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .md\:focus\:border-grey-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #f1f5f8 !important;
    border-color: rgba(241, 245, 248, var(--border-opacity)) !important;
  }

  .md\:focus\:border-grey-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .md\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #3b0d0c !important;
    border-color: rgba(59, 13, 12, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red-darker:focus{
    --border-opacity: 1 !important;
    border-color: #621b18 !important;
    border-color: rgba(98, 27, 24, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red-dark:focus{
    --border-opacity: 1 !important;
    border-color: #cc1f1a !important;
    border-color: rgba(204, 31, 26, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red:focus{
    --border-opacity: 1 !important;
    border-color: #e3342f !important;
    border-color: rgba(227, 52, 47, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red-light:focus{
    --border-opacity: 1 !important;
    border-color: #ef5753 !important;
    border-color: rgba(239, 87, 83, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #f9acaa !important;
    border-color: rgba(249, 172, 170, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #fcebea !important;
    border-color: rgba(252, 235, 234, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #462a16 !important;
    border-color: rgba(70, 42, 22, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-darker:focus{
    --border-opacity: 1 !important;
    border-color: #613b1f !important;
    border-color: rgba(97, 59, 31, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-dark:focus{
    --border-opacity: 1 !important;
    border-color: #de751f !important;
    border-color: rgba(222, 117, 31, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange:focus{
    --border-opacity: 1 !important;
    border-color: #f6993f !important;
    border-color: rgba(246, 153, 63, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-light:focus{
    --border-opacity: 1 !important;
    border-color: #faad63 !important;
    border-color: rgba(250, 173, 99, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #fcd9b6 !important;
    border-color: rgba(252, 217, 182, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #fff5eb !important;
    border-color: rgba(255, 245, 235, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #453411 !important;
    border-color: rgba(69, 52, 17, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-darker:focus{
    --border-opacity: 1 !important;
    border-color: #684f1d !important;
    border-color: rgba(104, 79, 29, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-dark:focus{
    --border-opacity: 1 !important;
    border-color: #f2d024 !important;
    border-color: rgba(242, 208, 36, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow:focus{
    --border-opacity: 1 !important;
    border-color: #ffed4a !important;
    border-color: rgba(255, 237, 74, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-light:focus{
    --border-opacity: 1 !important;
    border-color: #fff382 !important;
    border-color: rgba(255, 243, 130, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #fff9c2 !important;
    border-color: rgba(255, 249, 194, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #fcfbeb !important;
    border-color: rgba(252, 251, 235, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #0f2f21 !important;
    border-color: rgba(15, 47, 33, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-darker:focus{
    --border-opacity: 1 !important;
    border-color: #1a4731 !important;
    border-color: rgba(26, 71, 49, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-dark:focus{
    --border-opacity: 1 !important;
    border-color: #1f9d55 !important;
    border-color: rgba(31, 157, 85, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green:focus{
    --border-opacity: 1 !important;
    border-color: #38c172 !important;
    border-color: rgba(56, 193, 114, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-light:focus{
    --border-opacity: 1 !important;
    border-color: #51d88a !important;
    border-color: rgba(81, 216, 138, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #a2f5bf !important;
    border-color: rgba(162, 245, 191, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #e3fcec !important;
    border-color: rgba(227, 252, 236, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #0d3331 !important;
    border-color: rgba(13, 51, 49, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-darker:focus{
    --border-opacity: 1 !important;
    border-color: #20504f !important;
    border-color: rgba(32, 80, 79, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-dark:focus{
    --border-opacity: 1 !important;
    border-color: #38a89d !important;
    border-color: rgba(56, 168, 157, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal:focus{
    --border-opacity: 1 !important;
    border-color: #4dc0b5 !important;
    border-color: rgba(77, 192, 181, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-light:focus{
    --border-opacity: 1 !important;
    border-color: #64d5ca !important;
    border-color: rgba(100, 213, 202, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #a0f0ed !important;
    border-color: rgba(160, 240, 237, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #e8fffe !important;
    border-color: rgba(232, 255, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #12283a !important;
    border-color: rgba(18, 40, 58, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-darker:focus{
    --border-opacity: 1 !important;
    border-color: #1c3d5a !important;
    border-color: rgba(28, 61, 90, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-dark:focus{
    --border-opacity: 1 !important;
    border-color: #2779bd !important;
    border-color: rgba(39, 121, 189, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue:focus{
    --border-opacity: 1 !important;
    border-color: #3490dc !important;
    border-color: rgba(52, 144, 220, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-light:focus{
    --border-opacity: 1 !important;
    border-color: #6cb2eb !important;
    border-color: rgba(108, 178, 235, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #bcdefa !important;
    border-color: rgba(188, 222, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #eff8ff !important;
    border-color: rgba(239, 248, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #191e38 !important;
    border-color: rgba(25, 30, 56, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-darker:focus{
    --border-opacity: 1 !important;
    border-color: #2f365f !important;
    border-color: rgba(47, 54, 95, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-dark:focus{
    --border-opacity: 1 !important;
    border-color: #5661b3 !important;
    border-color: rgba(86, 97, 179, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo:focus{
    --border-opacity: 1 !important;
    border-color: #6574cd !important;
    border-color: rgba(101, 116, 205, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-light:focus{
    --border-opacity: 1 !important;
    border-color: #7886d7 !important;
    border-color: rgba(120, 134, 215, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #b2b7ff !important;
    border-color: rgba(178, 183, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #e6e8ff !important;
    border-color: rgba(230, 232, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #21183c !important;
    border-color: rgba(33, 24, 60, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-darker:focus{
    --border-opacity: 1 !important;
    border-color: #382b5f !important;
    border-color: rgba(56, 43, 95, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-dark:focus{
    --border-opacity: 1 !important;
    border-color: #794acf !important;
    border-color: rgba(121, 74, 207, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple:focus{
    --border-opacity: 1 !important;
    border-color: #9561e2 !important;
    border-color: rgba(149, 97, 226, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-light:focus{
    --border-opacity: 1 !important;
    border-color: #a779e9 !important;
    border-color: rgba(167, 121, 233, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #d6bbfc !important;
    border-color: rgba(214, 187, 252, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #f3ebff !important;
    border-color: rgba(243, 235, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #451225 !important;
    border-color: rgba(69, 18, 37, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-darker:focus{
    --border-opacity: 1 !important;
    border-color: #6f213f !important;
    border-color: rgba(111, 33, 63, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-dark:focus{
    --border-opacity: 1 !important;
    border-color: #eb5286 !important;
    border-color: rgba(235, 82, 134, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink:focus{
    --border-opacity: 1 !important;
    border-color: #f66d9b !important;
    border-color: rgba(246, 109, 155, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-light:focus{
    --border-opacity: 1 !important;
    border-color: #fa7ea8 !important;
    border-color: rgba(250, 126, 168, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #ffbbca !important;
    border-color: rgba(255, 187, 202, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #ffebef !important;
    border-color: rgba(255, 235, 239, var(--border-opacity)) !important;
  }

  .md\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .md\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .md\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .md\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .md\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .md\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .md\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .md\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .md\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .md\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .md\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .md\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .md\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .md\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .md\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

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

  .md\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .md\:rounded{
    border-radius: 0.25rem !important;
  }

  .md\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem !important;
  }

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

  .md\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .md\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

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

  .md\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .md\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .md\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .md\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .md\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .md\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .md\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .md\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .md\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .md\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .md\:border-solid{
    border-style: solid !important;
  }

  .md\:border-dashed{
    border-style: dashed !important;
  }

  .md\:border-dotted{
    border-style: dotted !important;
  }

  .md\:border-double{
    border-style: double !important;
  }

  .md\:border-none{
    border-style: none !important;
  }

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

  .md\:border-2{
    border-width: 2px !important;
  }

  .md\:border-4{
    border-width: 4px !important;
  }

  .md\:border-8{
    border-width: 8px !important;
  }

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

  .md\:border-t-0{
    border-top-width: 0 !important;
  }

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

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

  .md\:border-l-0{
    border-left-width: 0 !important;
  }

  .md\:border-t-2{
    border-top-width: 2px !important;
  }

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

  .md\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .md\:border-l-2{
    border-left-width: 2px !important;
  }

  .md\:border-t-4{
    border-top-width: 4px !important;
  }

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

  .md\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .md\:border-l-4{
    border-left-width: 4px !important;
  }

  .md\:border-t-8{
    border-top-width: 8px !important;
  }

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

  .md\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .md\:border-l-8{
    border-left-width: 8px !important;
  }

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

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

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

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

  .md\:box-border{
    box-sizing: border-box !important;
  }

  .md\:box-content{
    box-sizing: content-box !important;
  }

  .md\:cursor-auto{
    cursor: auto !important;
  }

  .md\:cursor-default{
    cursor: default !important;
  }

  .md\:cursor-pointer{
    cursor: pointer !important;
  }

  .md\:cursor-wait{
    cursor: wait !important;
  }

  .md\:cursor-text{
    cursor: text !important;
  }

  .md\:cursor-move{
    cursor: move !important;
  }

  .md\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

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

  .md\:inline-block{
    display: inline-block !important;
  }

  .md\:inline{
    display: inline !important;
  }

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

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

  .md\:table{
    display: table !important;
  }

  .md\:table-caption{
    display: table-caption !important;
  }

  .md\:table-cell{
    display: table-cell !important;
  }

  .md\:table-column{
    display: table-column !important;
  }

  .md\:table-column-group{
    display: table-column-group !important;
  }

  .md\:table-footer-group{
    display: table-footer-group !important;
  }

  .md\:table-header-group{
    display: table-header-group !important;
  }

  .md\:table-row-group{
    display: table-row-group !important;
  }

  .md\:table-row{
    display: table-row !important;
  }

  .md\:flow-root{
    display: flow-root !important;
  }

  .md\:grid{
    display: grid !important;
  }

  .md\:inline-grid{
    display: inline-grid !important;
  }

  .md\:contents{
    display: contents !important;
  }

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

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

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

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

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

  .md\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .md\:flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .md\:place-items-auto{
    place-items: auto !important;
  }

  .md\:place-items-start{
    place-items: start !important;
  }

  .md\:place-items-end{
    place-items: end !important;
  }

  .md\:place-items-center{
    place-items: center !important;
  }

  .md\:place-items-stretch{
    place-items: stretch !important;
  }

  .md\:place-content-center{
    place-content: center !important;
  }

  .md\:place-content-start{
    place-content: start !important;
  }

  .md\:place-content-end{
    place-content: end !important;
  }

  .md\:place-content-between{
    place-content: space-between !important;
  }

  .md\:place-content-around{
    place-content: space-around !important;
  }

  .md\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .md\:place-content-stretch{
    place-content: stretch !important;
  }

  .md\:place-self-auto{
    place-self: auto !important;
  }

  .md\:place-self-start{
    place-self: start !important;
  }

  .md\:place-self-end{
    place-self: end !important;
  }

  .md\:place-self-center{
    place-self: center !important;
  }

  .md\:place-self-stretch{
    place-self: stretch !important;
  }

  .md\:items-start{
    align-items: flex-start !important;
  }

  .md\:items-end{
    align-items: flex-end !important;
  }

  .md\:items-center{
    align-items: center !important;
  }

  .md\:items-baseline{
    align-items: baseline !important;
  }

  .md\:items-stretch{
    align-items: stretch !important;
  }

  .md\:content-center{
    align-content: center !important;
  }

  .md\:content-start{
    align-content: flex-start !important;
  }

  .md\:content-end{
    align-content: flex-end !important;
  }

  .md\:content-between{
    align-content: space-between !important;
  }

  .md\:content-around{
    align-content: space-around !important;
  }

  .md\:content-evenly{
    align-content: space-evenly !important;
  }

  .md\:self-auto{
    align-self: auto !important;
  }

  .md\:self-start{
    align-self: flex-start !important;
  }

  .md\:self-end{
    align-self: flex-end !important;
  }

  .md\:self-center{
    align-self: center !important;
  }

  .md\:self-stretch{
    align-self: stretch !important;
  }

  .md\:justify-items-auto{
    justify-items: auto !important;
  }

  .md\:justify-items-start{
    justify-items: start !important;
  }

  .md\:justify-items-end{
    justify-items: end !important;
  }

  .md\:justify-items-center{
    justify-items: center !important;
  }

  .md\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .md\:justify-start{
    justify-content: flex-start !important;
  }

  .md\:justify-end{
    justify-content: flex-end !important;
  }

  .md\:justify-center{
    justify-content: center !important;
  }

  .md\:justify-between{
    justify-content: space-between !important;
  }

  .md\:justify-around{
    justify-content: space-around !important;
  }

  .md\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .md\:justify-self-auto{
    justify-self: auto !important;
  }

  .md\:justify-self-start{
    justify-self: start !important;
  }

  .md\:justify-self-end{
    justify-self: end !important;
  }

  .md\:justify-self-center{
    justify-self: center !important;
  }

  .md\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .md\:flex-1{
    flex: 1 1 0% !important;
  }

  .md\:flex-auto{
    flex: 1 1 auto !important;
  }

  .md\:flex-initial{
    flex: 0 1 auto !important;
  }

  .md\:flex-none{
    flex: none !important;
  }

  .md\:flex-grow-0{
    flex-grow: 0 !important;
  }

  .md\:flex-grow{
    flex-grow: 1 !important;
  }

  .md\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .md\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .md\:order-1{
    order: 1 !important;
  }

  .md\:order-2{
    order: 2 !important;
  }

  .md\:order-3{
    order: 3 !important;
  }

  .md\:order-4{
    order: 4 !important;
  }

  .md\:order-5{
    order: 5 !important;
  }

  .md\:order-6{
    order: 6 !important;
  }

  .md\:order-7{
    order: 7 !important;
  }

  .md\:order-8{
    order: 8 !important;
  }

  .md\:order-9{
    order: 9 !important;
  }

  .md\:order-10{
    order: 10 !important;
  }

  .md\:order-11{
    order: 11 !important;
  }

  .md\:order-12{
    order: 12 !important;
  }

  .md\:order-first{
    order: -9999 !important;
  }

  .md\:order-last{
    order: 9999 !important;
  }

  .md\:order-none{
    order: 0 !important;
  }

  .md\:clear-left{
    clear: left !important;
  }

  .md\:clear-right{
    clear: right !important;
  }

  .md\:clear-both{
    clear: both !important;
  }

  .md\:clear-none{
    clear: none !important;
  }

  .md\:font-sans{
    font-family: 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" !important;
  }

  .md\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .md\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .md\:font-hairline{
    font-weight: 100 !important;
  }

  .md\:font-thin{
    font-weight: 200 !important;
  }

  .md\:font-light{
    font-weight: 300 !important;
  }

  .md\:font-normal{
    font-weight: 400 !important;
  }

  .md\:font-medium{
    font-weight: 500 !important;
  }

  .md\:font-semibold{
    font-weight: 600 !important;
  }

  .md\:font-bold{
    font-weight: 700 !important;
  }

  .md\:font-extrabold{
    font-weight: 800 !important;
  }

  .md\:font-black{
    font-weight: 900 !important;
  }

  .md\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .md\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .md\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .md\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .md\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .md\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .md\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .md\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .md\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .md\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .md\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .md\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .md\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .md\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .md\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .md\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .md\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .md\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .md\:h-0{
    height: 0 !important;
  }

  .md\:h-1{
    height: 0.25rem !important;
  }

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

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

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

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

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

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

  .md\:h-10{
    height: 2.5rem !important;
  }

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

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

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

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

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

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

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

  .md\:h-56{
    height: 14rem !important;
  }

  .md\:h-64{
    height: 16rem !important;
  }

  .md\:h-auto{
    height: auto !important;
  }

  .md\:h-px{
    height: 1px !important;
  }

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

  .md\:h-screen{
    height: 100vh !important;
  }

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

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

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

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

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

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

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

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

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

  .md\:text-6xl{
    font-size: 4rem !important;
  }

  .md\:leading-3{
    line-height: .75rem !important;
  }

  .md\:leading-4{
    line-height: 1rem !important;
  }

  .md\:leading-5{
    line-height: 1.25rem !important;
  }

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

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

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

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

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

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

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

  .md\:leading-snug{
    line-height: 1.375 !important;
  }

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

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

  .md\:leading-loose{
    line-height: 2 !important;
  }

  .md\:list-inside{
    list-style-position: inside !important;
  }

  .md\:list-outside{
    list-style-position: outside !important;
  }

  .md\:list-none{
    list-style-type: none !important;
  }

  .md\:list-disc{
    list-style-type: disc !important;
  }

  .md\:list-decimal{
    list-style-type: decimal !important;
  }

  .md\:m-0{
    margin: 0 !important;
  }

  .md\:m-1{
    margin: 0.25rem !important;
  }

  .md\:m-2{
    margin: 0.5rem !important;
  }

  .md\:m-3{
    margin: 0.75rem !important;
  }

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

  .md\:m-5{
    margin: 1.25rem !important;
  }

  .md\:m-6{
    margin: 1.5rem !important;
  }

  .md\:m-8{
    margin: 2rem !important;
  }

  .md\:m-10{
    margin: 2.5rem !important;
  }

  .md\:m-12{
    margin: 3rem !important;
  }

  .md\:m-16{
    margin: 4rem !important;
  }

  .md\:m-20{
    margin: 5rem !important;
  }

  .md\:m-24{
    margin: 6rem !important;
  }

  .md\:m-32{
    margin: 8rem !important;
  }

  .md\:m-40{
    margin: 10rem !important;
  }

  .md\:m-48{
    margin: 12rem !important;
  }

  .md\:m-56{
    margin: 14rem !important;
  }

  .md\:m-64{
    margin: 16rem !important;
  }

  .md\:m-auto{
    margin: auto !important;
  }

  .md\:m-px{
    margin: 1px !important;
  }

  .md\:-m-1{
    margin: -0.25rem !important;
  }

  .md\:-m-2{
    margin: -0.5rem !important;
  }

  .md\:-m-3{
    margin: -0.75rem !important;
  }

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

  .md\:-m-5{
    margin: -1.25rem !important;
  }

  .md\:-m-6{
    margin: -1.5rem !important;
  }

  .md\:-m-8{
    margin: -2rem !important;
  }

  .md\:-m-10{
    margin: -2.5rem !important;
  }

  .md\:-m-12{
    margin: -3rem !important;
  }

  .md\:-m-16{
    margin: -4rem !important;
  }

  .md\:-m-20{
    margin: -5rem !important;
  }

  .md\:-m-24{
    margin: -6rem !important;
  }

  .md\:-m-32{
    margin: -8rem !important;
  }

  .md\:-m-40{
    margin: -10rem !important;
  }

  .md\:-m-48{
    margin: -12rem !important;
  }

  .md\:-m-56{
    margin: -14rem !important;
  }

  .md\:-m-64{
    margin: -16rem !important;
  }

  .md\:-m-px{
    margin: -1px !important;
  }

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

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

  .md\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

  .md\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

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

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

  .md\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .md\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

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

  .md\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

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

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

  .md\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:mt-0{
    margin-top: 0 !important;
  }

  .md\:mr-0{
    margin-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

  .md\:ml-2{
    margin-left: 0.5rem !important;
  }

  .md\:mt-3{
    margin-top: 0.75rem !important;
  }

  .md\:mr-3{
    margin-right: 0.75rem !important;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .md\:ml-3{
    margin-left: 0.75rem !important;
  }

  .md\:mt-4{
    margin-top: 1rem !important;
  }

  .md\:mr-4{
    margin-right: 1rem !important;
  }

  .md\:mb-4{
    margin-bottom: 1rem !important;
  }

  .md\:ml-4{
    margin-left: 1rem !important;
  }

  .md\:mt-5{
    margin-top: 1.25rem !important;
  }

  .md\:mr-5{
    margin-right: 1.25rem !important;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .md\:ml-5{
    margin-left: 1.25rem !important;
  }

  .md\:mt-6{
    margin-top: 1.5rem !important;
  }

  .md\:mr-6{
    margin-right: 1.5rem !important;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .md\:ml-6{
    margin-left: 1.5rem !important;
  }

  .md\:mt-8{
    margin-top: 2rem !important;
  }

  .md\:mr-8{
    margin-right: 2rem !important;
  }

  .md\:mb-8{
    margin-bottom: 2rem !important;
  }

  .md\:ml-8{
    margin-left: 2rem !important;
  }

  .md\:mt-10{
    margin-top: 2.5rem !important;
  }

  .md\:mr-10{
    margin-right: 2.5rem !important;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .md\:ml-10{
    margin-left: 2.5rem !important;
  }

  .md\:mt-12{
    margin-top: 3rem !important;
  }

  .md\:mr-12{
    margin-right: 3rem !important;
  }

  .md\:mb-12{
    margin-bottom: 3rem !important;
  }

  .md\:ml-12{
    margin-left: 3rem !important;
  }

  .md\:mt-16{
    margin-top: 4rem !important;
  }

  .md\:mr-16{
    margin-right: 4rem !important;
  }

  .md\:mb-16{
    margin-bottom: 4rem !important;
  }

  .md\:ml-16{
    margin-left: 4rem !important;
  }

  .md\:mt-20{
    margin-top: 5rem !important;
  }

  .md\:mr-20{
    margin-right: 5rem !important;
  }

  .md\:mb-20{
    margin-bottom: 5rem !important;
  }

  .md\:ml-20{
    margin-left: 5rem !important;
  }

  .md\:mt-24{
    margin-top: 6rem !important;
  }

  .md\:mr-24{
    margin-right: 6rem !important;
  }

  .md\:mb-24{
    margin-bottom: 6rem !important;
  }

  .md\:ml-24{
    margin-left: 6rem !important;
  }

  .md\:mt-32{
    margin-top: 8rem !important;
  }

  .md\:mr-32{
    margin-right: 8rem !important;
  }

  .md\:mb-32{
    margin-bottom: 8rem !important;
  }

  .md\:ml-32{
    margin-left: 8rem !important;
  }

  .md\:mt-40{
    margin-top: 10rem !important;
  }

  .md\:mr-40{
    margin-right: 10rem !important;
  }

  .md\:mb-40{
    margin-bottom: 10rem !important;
  }

  .md\:ml-40{
    margin-left: 10rem !important;
  }

  .md\:mt-48{
    margin-top: 12rem !important;
  }

  .md\:mr-48{
    margin-right: 12rem !important;
  }

  .md\:mb-48{
    margin-bottom: 12rem !important;
  }

  .md\:ml-48{
    margin-left: 12rem !important;
  }

  .md\:mt-56{
    margin-top: 14rem !important;
  }

  .md\:mr-56{
    margin-right: 14rem !important;
  }

  .md\:mb-56{
    margin-bottom: 14rem !important;
  }

  .md\:ml-56{
    margin-left: 14rem !important;
  }

  .md\:mt-64{
    margin-top: 16rem !important;
  }

  .md\:mr-64{
    margin-right: 16rem !important;
  }

  .md\:mb-64{
    margin-bottom: 16rem !important;
  }

  .md\:ml-64{
    margin-left: 16rem !important;
  }

  .md\:mt-auto{
    margin-top: auto !important;
  }

  .md\:mr-auto{
    margin-right: auto !important;
  }

  .md\:mb-auto{
    margin-bottom: auto !important;
  }

  .md\:ml-auto{
    margin-left: auto !important;
  }

  .md\:mt-px{
    margin-top: 1px !important;
  }

  .md\:mr-px{
    margin-right: 1px !important;
  }

  .md\:mb-px{
    margin-bottom: 1px !important;
  }

  .md\:ml-px{
    margin-left: 1px !important;
  }

  .md\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .md\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .md\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .md\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .md\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .md\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .md\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .md\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .md\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .md\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .md\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .md\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .md\:-mt-4{
    margin-top: -1rem !important;
  }

  .md\:-mr-4{
    margin-right: -1rem !important;
  }

  .md\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .md\:-ml-4{
    margin-left: -1rem !important;
  }

  .md\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .md\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .md\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .md\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .md\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .md\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .md\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .md\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .md\:-mt-8{
    margin-top: -2rem !important;
  }

  .md\:-mr-8{
    margin-right: -2rem !important;
  }

  .md\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .md\:-ml-8{
    margin-left: -2rem !important;
  }

  .md\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .md\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .md\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .md\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .md\:-mt-12{
    margin-top: -3rem !important;
  }

  .md\:-mr-12{
    margin-right: -3rem !important;
  }

  .md\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .md\:-ml-12{
    margin-left: -3rem !important;
  }

  .md\:-mt-16{
    margin-top: -4rem !important;
  }

  .md\:-mr-16{
    margin-right: -4rem !important;
  }

  .md\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .md\:-ml-16{
    margin-left: -4rem !important;
  }

  .md\:-mt-20{
    margin-top: -5rem !important;
  }

  .md\:-mr-20{
    margin-right: -5rem !important;
  }

  .md\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .md\:-ml-20{
    margin-left: -5rem !important;
  }

  .md\:-mt-24{
    margin-top: -6rem !important;
  }

  .md\:-mr-24{
    margin-right: -6rem !important;
  }

  .md\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .md\:-ml-24{
    margin-left: -6rem !important;
  }

  .md\:-mt-32{
    margin-top: -8rem !important;
  }

  .md\:-mr-32{
    margin-right: -8rem !important;
  }

  .md\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .md\:-ml-32{
    margin-left: -8rem !important;
  }

  .md\:-mt-40{
    margin-top: -10rem !important;
  }

  .md\:-mr-40{
    margin-right: -10rem !important;
  }

  .md\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .md\:-ml-40{
    margin-left: -10rem !important;
  }

  .md\:-mt-48{
    margin-top: -12rem !important;
  }

  .md\:-mr-48{
    margin-right: -12rem !important;
  }

  .md\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .md\:-ml-48{
    margin-left: -12rem !important;
  }

  .md\:-mt-56{
    margin-top: -14rem !important;
  }

  .md\:-mr-56{
    margin-right: -14rem !important;
  }

  .md\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .md\:-ml-56{
    margin-left: -14rem !important;
  }

  .md\:-mt-64{
    margin-top: -16rem !important;
  }

  .md\:-mr-64{
    margin-right: -16rem !important;
  }

  .md\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .md\:-ml-64{
    margin-left: -16rem !important;
  }

  .md\:-mt-px{
    margin-top: -1px !important;
  }

  .md\:-mr-px{
    margin-right: -1px !important;
  }

  .md\:-mb-px{
    margin-bottom: -1px !important;
  }

  .md\:-ml-px{
    margin-left: -1px !important;
  }

  .md\:max-h-full{
    max-height: 100% !important;
  }

  .md\:max-h-screen{
    max-height: 100vh !important;
  }

  .md\:max-w-none{
    max-width: none !important;
  }

  .md\:max-w-xs{
    max-width: 20rem !important;
  }

  .md\:max-w-sm{
    max-width: 24rem !important;
  }

  .md\:max-w-md{
    max-width: 28rem !important;
  }

  .md\:max-w-lg{
    max-width: 32rem !important;
  }

  .md\:max-w-xl{
    max-width: 36rem !important;
  }

  .md\:max-w-2xl{
    max-width: 42rem !important;
  }

  .md\:max-w-3xl{
    max-width: 48rem !important;
  }

  .md\:max-w-4xl{
    max-width: 56rem !important;
  }

  .md\:max-w-5xl{
    max-width: 64rem !important;
  }

  .md\:max-w-6xl{
    max-width: 72rem !important;
  }

  .md\:max-w-full{
    max-width: 100% !important;
  }

  .md\:max-w-screen-sm{
    max-width: 576px !important;
  }

  .md\:max-w-screen-md{
    max-width: 768px !important;
  }

  .md\:max-w-screen-lg{
    max-width: 992px !important;
  }

  .md\:max-w-screen-xl{
    max-width: 1200px !important;
  }

  .md\:min-h-0{
    min-height: 0 !important;
  }

  .md\:min-h-full{
    min-height: 100% !important;
  }

  .md\:min-h-screen{
    min-height: 100vh !important;
  }

  .md\:min-w-0{
    min-width: 0 !important;
  }

  .md\:min-w-full{
    min-width: 100% !important;
  }

  .md\:opacity-0{
    opacity: 0 !important;
  }

  .md\:opacity-25{
    opacity: 0.25 !important;
  }

  .md\:opacity-50{
    opacity: 0.5 !important;
  }

  .md\:opacity-75{
    opacity: 0.75 !important;
  }

  .md\:opacity-100{
    opacity: 1 !important;
  }

  .md\:overflow-auto{
    overflow: auto !important;
  }

  .md\:overflow-hidden{
    overflow: hidden !important;
  }

  .md\:overflow-visible{
    overflow: visible !important;
  }

  .md\:overflow-scroll{
    overflow: scroll !important;
  }

  .md\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .md\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .md\:overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .md\:overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .md\:overscroll-none{
    overscroll-behavior: none !important;
  }

  .md\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .md\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .md\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .md\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .md\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .md\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .md\:p-0{
    padding: 0 !important;
  }

  .md\:p-1{
    padding: 0.25rem !important;
  }

  .md\:p-2{
    padding: 0.5rem !important;
  }

  .md\:p-3{
    padding: 0.75rem !important;
  }

  .md\:p-4{
    padding: 1rem !important;
  }

  .md\:p-5{
    padding: 1.25rem !important;
  }

  .md\:p-6{
    padding: 1.5rem !important;
  }

  .md\:p-8{
    padding: 2rem !important;
  }

  .md\:p-10{
    padding: 2.5rem !important;
  }

  .md\:p-12{
    padding: 3rem !important;
  }

  .md\:p-16{
    padding: 4rem !important;
  }

  .md\:p-20{
    padding: 5rem !important;
  }

  .md\:p-24{
    padding: 6rem !important;
  }

  .md\:p-32{
    padding: 8rem !important;
  }

  .md\:p-40{
    padding: 10rem !important;
  }

  .md\:p-48{
    padding: 12rem !important;
  }

  .md\:p-56{
    padding: 14rem !important;
  }

  .md\:p-64{
    padding: 16rem !important;
  }

  .md\:p-px{
    padding: 1px !important;
  }

  .md\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:pt-0{
    padding-top: 0 !important;
  }

  .md\:pr-0{
    padding-right: 0 !important;
  }

  .md\:pb-0{
    padding-bottom: 0 !important;
  }

  .md\:pl-0{
    padding-left: 0 !important;
  }

  .md\:pt-1{
    padding-top: 0.25rem !important;
  }

  .md\:pr-1{
    padding-right: 0.25rem !important;
  }

  .md\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .md\:pl-1{
    padding-left: 0.25rem !important;
  }

  .md\:pt-2{
    padding-top: 0.5rem !important;
  }

  .md\:pr-2{
    padding-right: 0.5rem !important;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .md\:pl-2{
    padding-left: 0.5rem !important;
  }

  .md\:pt-3{
    padding-top: 0.75rem !important;
  }

  .md\:pr-3{
    padding-right: 0.75rem !important;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .md\:pl-3{
    padding-left: 0.75rem !important;
  }

  .md\:pt-4{
    padding-top: 1rem !important;
  }

  .md\:pr-4{
    padding-right: 1rem !important;
  }

  .md\:pb-4{
    padding-bottom: 1rem !important;
  }

  .md\:pl-4{
    padding-left: 1rem !important;
  }

  .md\:pt-5{
    padding-top: 1.25rem !important;
  }

  .md\:pr-5{
    padding-right: 1.25rem !important;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .md\:pl-5{
    padding-left: 1.25rem !important;
  }

  .md\:pt-6{
    padding-top: 1.5rem !important;
  }

  .md\:pr-6{
    padding-right: 1.5rem !important;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .md\:pl-6{
    padding-left: 1.5rem !important;
  }

  .md\:pt-8{
    padding-top: 2rem !important;
  }

  .md\:pr-8{
    padding-right: 2rem !important;
  }

  .md\:pb-8{
    padding-bottom: 2rem !important;
  }

  .md\:pl-8{
    padding-left: 2rem !important;
  }

  .md\:pt-10{
    padding-top: 2.5rem !important;
  }

  .md\:pr-10{
    padding-right: 2.5rem !important;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .md\:pl-10{
    padding-left: 2.5rem !important;
  }

  .md\:pt-12{
    padding-top: 3rem !important;
  }

  .md\:pr-12{
    padding-right: 3rem !important;
  }

  .md\:pb-12{
    padding-bottom: 3rem !important;
  }

  .md\:pl-12{
    padding-left: 3rem !important;
  }

  .md\:pt-16{
    padding-top: 4rem !important;
  }

  .md\:pr-16{
    padding-right: 4rem !important;
  }

  .md\:pb-16{
    padding-bottom: 4rem !important;
  }

  .md\:pl-16{
    padding-left: 4rem !important;
  }

  .md\:pt-20{
    padding-top: 5rem !important;
  }

  .md\:pr-20{
    padding-right: 5rem !important;
  }

  .md\:pb-20{
    padding-bottom: 5rem !important;
  }

  .md\:pl-20{
    padding-left: 5rem !important;
  }

  .md\:pt-24{
    padding-top: 6rem !important;
  }

  .md\:pr-24{
    padding-right: 6rem !important;
  }

  .md\:pb-24{
    padding-bottom: 6rem !important;
  }

  .md\:pl-24{
    padding-left: 6rem !important;
  }

  .md\:pt-32{
    padding-top: 8rem !important;
  }

  .md\:pr-32{
    padding-right: 8rem !important;
  }

  .md\:pb-32{
    padding-bottom: 8rem !important;
  }

  .md\:pl-32{
    padding-left: 8rem !important;
  }

  .md\:pt-40{
    padding-top: 10rem !important;
  }

  .md\:pr-40{
    padding-right: 10rem !important;
  }

  .md\:pb-40{
    padding-bottom: 10rem !important;
  }

  .md\:pl-40{
    padding-left: 10rem !important;
  }

  .md\:pt-48{
    padding-top: 12rem !important;
  }

  .md\:pr-48{
    padding-right: 12rem !important;
  }

  .md\:pb-48{
    padding-bottom: 12rem !important;
  }

  .md\:pl-48{
    padding-left: 12rem !important;
  }

  .md\:pt-56{
    padding-top: 14rem !important;
  }

  .md\:pr-56{
    padding-right: 14rem !important;
  }

  .md\:pb-56{
    padding-bottom: 14rem !important;
  }

  .md\:pl-56{
    padding-left: 14rem !important;
  }

  .md\:pt-64{
    padding-top: 16rem !important;
  }

  .md\:pr-64{
    padding-right: 16rem !important;
  }

  .md\:pb-64{
    padding-bottom: 16rem !important;
  }

  .md\:pl-64{
    padding-left: 16rem !important;
  }

  .md\:pt-px{
    padding-top: 1px !important;
  }

  .md\:pr-px{
    padding-right: 1px !important;
  }

  .md\:pb-px{
    padding-bottom: 1px !important;
  }

  .md\:pl-px{
    padding-left: 1px !important;
  }

  .md\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .md\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .md\:placeholder-black-real::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black-real::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .md\:focus\:placeholder-black-real:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black-real:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:pointer-events-none{
    pointer-events: none !important;
  }

  .md\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .md\:static{
    position: static !important;
  }

  .md\:fixed{
    position: fixed !important;
  }

  .md\:absolute{
    position: absolute !important;
  }

  .md\:relative{
    position: relative !important;
  }

  .md\:sticky{
    position: sticky !important;
  }

  .md\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .md\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .md\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .md\:top-0{
    top: 0 !important;
  }

  .md\:right-0{
    right: 0 !important;
  }

  .md\:bottom-0{
    bottom: 0 !important;
  }

  .md\:left-0{
    left: 0 !important;
  }

  .md\:top-auto{
    top: auto !important;
  }

  .md\:right-auto{
    right: auto !important;
  }

  .md\:bottom-auto{
    bottom: auto !important;
  }

  .md\:left-auto{
    left: auto !important;
  }

  .md\:resize-none{
    resize: none !important;
  }

  .md\:resize-y{
    resize: vertical !important;
  }

  .md\:resize-x{
    resize: horizontal !important;
  }

  .md\:resize{
    resize: both !important;
  }

  .md\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:shadow-none{
    box-shadow: none !important;
  }

  .md\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:hover\:shadow-none:hover{
    box-shadow: none !important;
  }

  .md\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:focus\:shadow-none:focus{
    box-shadow: none !important;
  }

  .md\:stroke-0{
    stroke-width: 0 !important;
  }

  .md\:stroke-1{
    stroke-width: 1 !important;
  }

  .md\:stroke-2{
    stroke-width: 2 !important;
  }

  .md\:table-auto{
    table-layout: auto !important;
  }

  .md\:table-fixed{
    table-layout: fixed !important;
  }

  .md\:text-left{
    text-align: left !important;
  }

  .md\:text-center{
    text-align: center !important;
  }

  .md\:text-right{
    text-align: right !important;
  }

  .md\:text-justify{
    text-align: justify !important;
  }

  .md\:text-transparent{
    color: transparent !important;
  }

  .md\:text-black-real{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:text-black{
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .md\:text-grey-darkest{
    --text-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--text-opacity)) !important;
  }

  .md\:text-grey-darker{
    --text-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--text-opacity)) !important;
  }

  .md\:text-grey-dark{
    --text-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--text-opacity)) !important;
  }

  .md\:text-grey{
    --text-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--text-opacity)) !important;
  }

  .md\:text-grey-light{
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .md\:text-grey-lighter{
    --text-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--text-opacity)) !important;
  }

  .md\:text-grey-lightest{
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .md\:text-white{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:text-red-darkest{
    --text-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--text-opacity)) !important;
  }

  .md\:text-red-darker{
    --text-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--text-opacity)) !important;
  }

  .md\:text-red-dark{
    --text-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--text-opacity)) !important;
  }

  .md\:text-red{
    --text-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--text-opacity)) !important;
  }

  .md\:text-red-light{
    --text-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--text-opacity)) !important;
  }

  .md\:text-red-lighter{
    --text-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--text-opacity)) !important;
  }

  .md\:text-red-lightest{
    --text-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--text-opacity)) !important;
  }

  .md\:text-orange-darkest{
    --text-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--text-opacity)) !important;
  }

  .md\:text-orange-darker{
    --text-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--text-opacity)) !important;
  }

  .md\:text-orange-dark{
    --text-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--text-opacity)) !important;
  }

  .md\:text-orange{
    --text-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--text-opacity)) !important;
  }

  .md\:text-orange-light{
    --text-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--text-opacity)) !important;
  }

  .md\:text-orange-lighter{
    --text-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--text-opacity)) !important;
  }

  .md\:text-orange-lightest{
    --text-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--text-opacity)) !important;
  }

  .md\:text-yellow-darkest{
    --text-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--text-opacity)) !important;
  }

  .md\:text-yellow-darker{
    --text-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--text-opacity)) !important;
  }

  .md\:text-yellow-dark{
    --text-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--text-opacity)) !important;
  }

  .md\:text-yellow{
    --text-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--text-opacity)) !important;
  }

  .md\:text-yellow-light{
    --text-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--text-opacity)) !important;
  }

  .md\:text-yellow-lighter{
    --text-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--text-opacity)) !important;
  }

  .md\:text-yellow-lightest{
    --text-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--text-opacity)) !important;
  }

  .md\:text-green-darkest{
    --text-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--text-opacity)) !important;
  }

  .md\:text-green-darker{
    --text-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--text-opacity)) !important;
  }

  .md\:text-green-dark{
    --text-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--text-opacity)) !important;
  }

  .md\:text-green{
    --text-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--text-opacity)) !important;
  }

  .md\:text-green-light{
    --text-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--text-opacity)) !important;
  }

  .md\:text-green-lighter{
    --text-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--text-opacity)) !important;
  }

  .md\:text-green-lightest{
    --text-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--text-opacity)) !important;
  }

  .md\:text-teal-darkest{
    --text-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--text-opacity)) !important;
  }

  .md\:text-teal-darker{
    --text-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--text-opacity)) !important;
  }

  .md\:text-teal-dark{
    --text-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--text-opacity)) !important;
  }

  .md\:text-teal{
    --text-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--text-opacity)) !important;
  }

  .md\:text-teal-light{
    --text-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--text-opacity)) !important;
  }

  .md\:text-teal-lighter{
    --text-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--text-opacity)) !important;
  }

  .md\:text-teal-lightest{
    --text-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--text-opacity)) !important;
  }

  .md\:text-blue-darkest{
    --text-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--text-opacity)) !important;
  }

  .md\:text-blue-darker{
    --text-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--text-opacity)) !important;
  }

  .md\:text-blue-dark{
    --text-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--text-opacity)) !important;
  }

  .md\:text-blue{
    --text-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--text-opacity)) !important;
  }

  .md\:text-blue-light{
    --text-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--text-opacity)) !important;
  }

  .md\:text-blue-lighter{
    --text-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--text-opacity)) !important;
  }

  .md\:text-blue-lightest{
    --text-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--text-opacity)) !important;
  }

  .md\:text-indigo-darkest{
    --text-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--text-opacity)) !important;
  }

  .md\:text-indigo-darker{
    --text-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--text-opacity)) !important;
  }

  .md\:text-indigo-dark{
    --text-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--text-opacity)) !important;
  }

  .md\:text-indigo{
    --text-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--text-opacity)) !important;
  }

  .md\:text-indigo-light{
    --text-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--text-opacity)) !important;
  }

  .md\:text-indigo-lighter{
    --text-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--text-opacity)) !important;
  }

  .md\:text-indigo-lightest{
    --text-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--text-opacity)) !important;
  }

  .md\:text-purple-darkest{
    --text-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--text-opacity)) !important;
  }

  .md\:text-purple-darker{
    --text-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--text-opacity)) !important;
  }

  .md\:text-purple-dark{
    --text-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--text-opacity)) !important;
  }

  .md\:text-purple{
    --text-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--text-opacity)) !important;
  }

  .md\:text-purple-light{
    --text-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--text-opacity)) !important;
  }

  .md\:text-purple-lighter{
    --text-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--text-opacity)) !important;
  }

  .md\:text-purple-lightest{
    --text-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--text-opacity)) !important;
  }

  .md\:text-pink-darkest{
    --text-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--text-opacity)) !important;
  }

  .md\:text-pink-darker{
    --text-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--text-opacity)) !important;
  }

  .md\:text-pink-dark{
    --text-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--text-opacity)) !important;
  }

  .md\:text-pink{
    --text-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--text-opacity)) !important;
  }

  .md\:text-pink-light{
    --text-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--text-opacity)) !important;
  }

  .md\:text-pink-lighter{
    --text-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--text-opacity)) !important;
  }

  .md\:text-pink-lightest{
    --text-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--text-opacity)) !important;
  }

  .md\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .md\:hover\:text-black-real:hover{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:hover\:text-black:hover{
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-darkest:hover{
    --text-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-darker:hover{
    --text-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-dark:hover{
    --text-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey:hover{
    --text-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-light:hover{
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-lighter:hover{
    --text-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-lightest:hover{
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .md\:hover\:text-white:hover{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-darkest:hover{
    --text-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-darker:hover{
    --text-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-dark:hover{
    --text-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red:hover{
    --text-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-light:hover{
    --text-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-lighter:hover{
    --text-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-lightest:hover{
    --text-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-darkest:hover{
    --text-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-darker:hover{
    --text-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-dark:hover{
    --text-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange:hover{
    --text-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-light:hover{
    --text-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-lighter:hover{
    --text-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-lightest:hover{
    --text-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-darkest:hover{
    --text-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-darker:hover{
    --text-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-dark:hover{
    --text-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow:hover{
    --text-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-light:hover{
    --text-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-lighter:hover{
    --text-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-lightest:hover{
    --text-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-darkest:hover{
    --text-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-darker:hover{
    --text-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-dark:hover{
    --text-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green:hover{
    --text-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-light:hover{
    --text-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-lighter:hover{
    --text-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-lightest:hover{
    --text-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-darkest:hover{
    --text-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-darker:hover{
    --text-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-dark:hover{
    --text-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal:hover{
    --text-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-light:hover{
    --text-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-lighter:hover{
    --text-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-lightest:hover{
    --text-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-darkest:hover{
    --text-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-darker:hover{
    --text-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-dark:hover{
    --text-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue:hover{
    --text-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-light:hover{
    --text-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-lighter:hover{
    --text-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-lightest:hover{
    --text-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-darkest:hover{
    --text-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-darker:hover{
    --text-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-dark:hover{
    --text-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo:hover{
    --text-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-light:hover{
    --text-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-lighter:hover{
    --text-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-lightest:hover{
    --text-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-darkest:hover{
    --text-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-darker:hover{
    --text-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-dark:hover{
    --text-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple:hover{
    --text-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-light:hover{
    --text-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-lighter:hover{
    --text-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-lightest:hover{
    --text-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-darkest:hover{
    --text-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-darker:hover{
    --text-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-dark:hover{
    --text-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink:hover{
    --text-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-light:hover{
    --text-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-lighter:hover{
    --text-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-lightest:hover{
    --text-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--text-opacity)) !important;
  }

  .md\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .md\:focus\:text-black-real:focus{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:focus\:text-black:focus{
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-darkest:focus{
    --text-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-darker:focus{
    --text-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-dark:focus{
    --text-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey:focus{
    --text-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-light:focus{
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-lighter:focus{
    --text-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-lightest:focus{
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .md\:focus\:text-white:focus{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-darkest:focus{
    --text-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-darker:focus{
    --text-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-dark:focus{
    --text-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red:focus{
    --text-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-light:focus{
    --text-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-lighter:focus{
    --text-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-lightest:focus{
    --text-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-darkest:focus{
    --text-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-darker:focus{
    --text-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-dark:focus{
    --text-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange:focus{
    --text-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-light:focus{
    --text-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-lighter:focus{
    --text-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-lightest:focus{
    --text-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-darkest:focus{
    --text-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-darker:focus{
    --text-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-dark:focus{
    --text-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow:focus{
    --text-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-light:focus{
    --text-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-lighter:focus{
    --text-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-lightest:focus{
    --text-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-darkest:focus{
    --text-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-darker:focus{
    --text-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-dark:focus{
    --text-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green:focus{
    --text-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-light:focus{
    --text-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-lighter:focus{
    --text-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-lightest:focus{
    --text-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-darkest:focus{
    --text-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-darker:focus{
    --text-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-dark:focus{
    --text-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal:focus{
    --text-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-light:focus{
    --text-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-lighter:focus{
    --text-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-lightest:focus{
    --text-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-darkest:focus{
    --text-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-darker:focus{
    --text-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-dark:focus{
    --text-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue:focus{
    --text-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-light:focus{
    --text-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-lighter:focus{
    --text-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-lightest:focus{
    --text-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-darkest:focus{
    --text-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-darker:focus{
    --text-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-dark:focus{
    --text-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo:focus{
    --text-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-light:focus{
    --text-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-lighter:focus{
    --text-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-lightest:focus{
    --text-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-darkest:focus{
    --text-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-darker:focus{
    --text-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-dark:focus{
    --text-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple:focus{
    --text-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-light:focus{
    --text-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-lighter:focus{
    --text-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-lightest:focus{
    --text-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-darkest:focus{
    --text-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-darker:focus{
    --text-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-dark:focus{
    --text-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink:focus{
    --text-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-light:focus{
    --text-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-lighter:focus{
    --text-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-lightest:focus{
    --text-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--text-opacity)) !important;
  }

  .md\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .md\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .md\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .md\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .md\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .md\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .md\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .md\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .md\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .md\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .md\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .md\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .md\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .md\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .md\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .md\:italic{
    font-style: italic !important;
  }

  .md\:not-italic{
    font-style: normal !important;
  }

  .md\:uppercase{
    text-transform: uppercase !important;
  }

  .md\:lowercase{
    text-transform: lowercase !important;
  }

  .md\:capitalize{
    text-transform: capitalize !important;
  }

  .md\:normal-case{
    text-transform: none !important;
  }

  .md\:underline{
    text-decoration: underline !important;
  }

  .md\:line-through{
    text-decoration: line-through !important;
  }

  .md\:no-underline{
    text-decoration: none !important;
  }

  .md\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .md\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .md\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .md\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .md\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .md\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .md\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .md\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .md\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .md\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .md\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .md\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .md\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .md\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .md\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .md\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .md\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .md\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .md\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .md\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .md\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .md\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .md\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .md\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .md\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:align-baseline{
    vertical-align: baseline !important;
  }

  .md\:align-top{
    vertical-align: top !important;
  }

  .md\:align-middle{
    vertical-align: middle !important;
  }

  .md\:align-bottom{
    vertical-align: bottom !important;
  }

  .md\:align-text-top{
    vertical-align: text-top !important;
  }

  .md\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .md\:visible{
    visibility: visible !important;
  }

  .md\:invisible{
    visibility: hidden !important;
  }

  .md\:whitespace-normal{
    white-space: normal !important;
  }

  .md\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .md\:whitespace-pre{
    white-space: pre !important;
  }

  .md\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .md\:break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .md\:break-all{
    word-break: break-all !important;
  }

  .md\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:w-0{
    width: 0 !important;
  }

  .md\:w-1{
    width: 0.25rem !important;
  }

  .md\:w-2{
    width: 0.5rem !important;
  }

  .md\:w-3{
    width: 0.75rem !important;
  }

  .md\:w-4{
    width: 1rem !important;
  }

  .md\:w-5{
    width: 1.25rem !important;
  }

  .md\:w-6{
    width: 1.5rem !important;
  }

  .md\:w-8{
    width: 2rem !important;
  }

  .md\:w-10{
    width: 2.5rem !important;
  }

  .md\:w-12{
    width: 3rem !important;
  }

  .md\:w-16{
    width: 4rem !important;
  }

  .md\:w-20{
    width: 5rem !important;
  }

  .md\:w-24{
    width: 6rem !important;
  }

  .md\:w-32{
    width: 8rem !important;
  }

  .md\:w-40{
    width: 10rem !important;
  }

  .md\:w-48{
    width: 12rem !important;
  }

  .md\:w-56{
    width: 14rem !important;
  }

  .md\:w-64{
    width: 16rem !important;
  }

  .md\:w-auto{
    width: auto !important;
  }

  .md\:w-px{
    width: 1px !important;
  }

  .md\:w-1\/2{
    width: 50% !important;
  }

  .md\:w-1\/3{
    width: 33.333333% !important;
  }

  .md\:w-2\/3{
    width: 66.666667% !important;
  }

  .md\:w-1\/4{
    width: 25% !important;
  }

  .md\:w-2\/4{
    width: 50% !important;
  }

  .md\:w-3\/4{
    width: 75% !important;
  }

  .md\:w-1\/5{
    width: 20% !important;
  }

  .md\:w-2\/5{
    width: 40% !important;
  }

  .md\:w-3\/5{
    width: 60% !important;
  }

  .md\:w-4\/5{
    width: 80% !important;
  }

  .md\:w-1\/6{
    width: 16.666667% !important;
  }

  .md\:w-2\/6{
    width: 33.333333% !important;
  }

  .md\:w-3\/6{
    width: 50% !important;
  }

  .md\:w-4\/6{
    width: 66.666667% !important;
  }

  .md\:w-5\/6{
    width: 83.333333% !important;
  }

  .md\:w-1\/12{
    width: 8.333333% !important;
  }

  .md\:w-2\/12{
    width: 16.666667% !important;
  }

  .md\:w-3\/12{
    width: 25% !important;
  }

  .md\:w-4\/12{
    width: 33.333333% !important;
  }

  .md\:w-5\/12{
    width: 41.666667% !important;
  }

  .md\:w-6\/12{
    width: 50% !important;
  }

  .md\:w-7\/12{
    width: 58.333333% !important;
  }

  .md\:w-8\/12{
    width: 66.666667% !important;
  }

  .md\:w-9\/12{
    width: 75% !important;
  }

  .md\:w-10\/12{
    width: 83.333333% !important;
  }

  .md\:w-11\/12{
    width: 91.666667% !important;
  }

  .md\:w-full{
    width: 100% !important;
  }

  .md\:w-screen{
    width: 100vw !important;
  }

  .md\:z-0{
    z-index: 0 !important;
  }

  .md\:z-10{
    z-index: 10 !important;
  }

  .md\:z-20{
    z-index: 20 !important;
  }

  .md\:z-30{
    z-index: 30 !important;
  }

  .md\:z-40{
    z-index: 40 !important;
  }

  .md\:z-50{
    z-index: 50 !important;
  }

  .md\:z-auto{
    z-index: auto !important;
  }

  .md\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .md\:gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .md\:gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .md\:gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .md\:gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .md\:gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .md\:gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .md\:gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .md\:gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .md\:gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .md\:gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .md\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .md\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .md\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .md\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .md\:gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .md\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .md\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .md\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .md\:col-gap-0{
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .md\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:col-gap-2{
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:col-gap-3{
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:col-gap-4{
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:col-gap-6{
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:col-gap-8{
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:col-gap-12{
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:col-gap-16{
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:col-gap-20{
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:col-gap-24{
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:col-gap-32{
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:col-gap-40{
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:col-gap-48{
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:col-gap-56{
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:col-gap-64{
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:col-gap-px{
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:gap-x-0{
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .md\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:gap-x-2{
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:gap-x-3{
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:gap-x-4{
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:gap-x-6{
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:gap-x-8{
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:gap-x-10{
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:gap-x-12{
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:gap-x-16{
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:gap-x-20{
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:gap-x-24{
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:gap-x-32{
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:gap-x-40{
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:gap-x-48{
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:gap-x-56{
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:gap-x-64{
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:gap-x-px{
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .md\:row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .md\:row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .md\:row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .md\:row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .md\:row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md\:row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .md\:row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .md\:row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .md\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .md\:row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .md\:row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .md\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .md\:gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .md\:gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .md\:gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .md\:gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .md\:gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .md\:gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md\:gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .md\:gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .md\:gap-y-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .md\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .md\:gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .md\:gap-y-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .md\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .md\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .md\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .md\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .md\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .md\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .md\:auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .md\:auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .md\:col-auto{
    grid-column: auto !important;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .md\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .md\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .md\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .md\:col-start-1{
    grid-column-start: 1 !important;
  }

  .md\:col-start-2{
    grid-column-start: 2 !important;
  }

  .md\:col-start-3{
    grid-column-start: 3 !important;
  }

  .md\:col-start-4{
    grid-column-start: 4 !important;
  }

  .md\:col-start-5{
    grid-column-start: 5 !important;
  }

  .md\:col-start-6{
    grid-column-start: 6 !important;
  }

  .md\:col-start-7{
    grid-column-start: 7 !important;
  }

  .md\:col-start-8{
    grid-column-start: 8 !important;
  }

  .md\:col-start-9{
    grid-column-start: 9 !important;
  }

  .md\:col-start-10{
    grid-column-start: 10 !important;
  }

  .md\:col-start-11{
    grid-column-start: 11 !important;
  }

  .md\:col-start-12{
    grid-column-start: 12 !important;
  }

  .md\:col-start-13{
    grid-column-start: 13 !important;
  }

  .md\:col-start-auto{
    grid-column-start: auto !important;
  }

  .md\:col-end-1{
    grid-column-end: 1 !important;
  }

  .md\:col-end-2{
    grid-column-end: 2 !important;
  }

  .md\:col-end-3{
    grid-column-end: 3 !important;
  }

  .md\:col-end-4{
    grid-column-end: 4 !important;
  }

  .md\:col-end-5{
    grid-column-end: 5 !important;
  }

  .md\:col-end-6{
    grid-column-end: 6 !important;
  }

  .md\:col-end-7{
    grid-column-end: 7 !important;
  }

  .md\:col-end-8{
    grid-column-end: 8 !important;
  }

  .md\:col-end-9{
    grid-column-end: 9 !important;
  }

  .md\:col-end-10{
    grid-column-end: 10 !important;
  }

  .md\:col-end-11{
    grid-column-end: 11 !important;
  }

  .md\:col-end-12{
    grid-column-end: 12 !important;
  }

  .md\:col-end-13{
    grid-column-end: 13 !important;
  }

  .md\:col-end-auto{
    grid-column-end: auto !important;
  }

  .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .md\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .md\:auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .md\:auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .md\:row-auto{
    grid-row: auto !important;
  }

  .md\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .md\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .md\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .md\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .md\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .md\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .md\:row-start-1{
    grid-row-start: 1 !important;
  }

  .md\:row-start-2{
    grid-row-start: 2 !important;
  }

  .md\:row-start-3{
    grid-row-start: 3 !important;
  }

  .md\:row-start-4{
    grid-row-start: 4 !important;
  }

  .md\:row-start-5{
    grid-row-start: 5 !important;
  }

  .md\:row-start-6{
    grid-row-start: 6 !important;
  }

  .md\:row-start-7{
    grid-row-start: 7 !important;
  }

  .md\:row-start-auto{
    grid-row-start: auto !important;
  }

  .md\:row-end-1{
    grid-row-end: 1 !important;
  }

  .md\:row-end-2{
    grid-row-end: 2 !important;
  }

  .md\:row-end-3{
    grid-row-end: 3 !important;
  }

  .md\:row-end-4{
    grid-row-end: 4 !important;
  }

  .md\:row-end-5{
    grid-row-end: 5 !important;
  }

  .md\:row-end-6{
    grid-row-end: 6 !important;
  }

  .md\:row-end-7{
    grid-row-end: 7 !important;
  }

  .md\:row-end-auto{
    grid-row-end: auto !important;
  }

  .md\:transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .md\:transform-none{
    transform: none !important;
  }

  .md\:origin-center{
    transform-origin: center !important;
  }

  .md\:origin-top{
    transform-origin: top !important;
  }

  .md\:origin-top-right{
    transform-origin: top right !important;
  }

  .md\:origin-right{
    transform-origin: right !important;
  }

  .md\:origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .md\:origin-bottom{
    transform-origin: bottom !important;
  }

  .md\:origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .md\:origin-left{
    transform-origin: left !important;
  }

  .md\:origin-top-left{
    transform-origin: top left !important;
  }

  .md\:scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .md\:scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .md\:scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .md\:scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .md\:scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .md\:scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .md\:scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .md\:scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .md\:scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .md\:scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .md\:scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .md\:scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .md\:scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .md\:scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .md\:scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .md\:scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .md\:scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .md\:scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .md\:scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .md\:scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:hover\:scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:hover\:scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:hover\:scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:hover\:scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:hover\:scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:hover\:scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .md\:hover\:scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .md\:hover\:scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .md\:hover\:scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .md\:hover\:scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .md\:hover\:scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .md\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .md\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .md\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .md\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .md\:hover\:scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .md\:hover\:scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .md\:hover\:scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .md\:hover\:scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .md\:hover\:scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .md\:hover\:scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .md\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:focus\:scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:focus\:scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:focus\:scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:focus\:scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:focus\:scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:focus\:scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .md\:focus\:scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .md\:focus\:scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .md\:focus\:scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .md\:focus\:scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .md\:focus\:scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .md\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .md\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .md\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .md\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .md\:focus\:scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .md\:focus\:scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .md\:focus\:scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .md\:focus\:scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .md\:focus\:scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .md\:focus\:scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .md\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .md\:rotate-0{
    --transform-rotate: 0 !important;
  }

  .md\:rotate-1{
    --transform-rotate: 1deg !important;
  }

  .md\:rotate-2{
    --transform-rotate: 2deg !important;
  }

  .md\:rotate-3{
    --transform-rotate: 3deg !important;
  }

  .md\:rotate-6{
    --transform-rotate: 6deg !important;
  }

  .md\:rotate-12{
    --transform-rotate: 12deg !important;
  }

  .md\:rotate-45{
    --transform-rotate: 45deg !important;
  }

  .md\:rotate-90{
    --transform-rotate: 90deg !important;
  }

  .md\:rotate-180{
    --transform-rotate: 180deg !important;
  }

  .md\:-rotate-180{
    --transform-rotate: -180deg !important;
  }

  .md\:-rotate-90{
    --transform-rotate: -90deg !important;
  }

  .md\:-rotate-45{
    --transform-rotate: -45deg !important;
  }

  .md\:-rotate-12{
    --transform-rotate: -12deg !important;
  }

  .md\:-rotate-6{
    --transform-rotate: -6deg !important;
  }

  .md\:-rotate-3{
    --transform-rotate: -3deg !important;
  }

  .md\:-rotate-2{
    --transform-rotate: -2deg !important;
  }

  .md\:-rotate-1{
    --transform-rotate: -1deg !important;
  }

  .md\:hover\:rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .md\:hover\:rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .md\:hover\:rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .md\:hover\:rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .md\:hover\:rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .md\:hover\:rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .md\:hover\:rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .md\:hover\:rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .md\:hover\:rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .md\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .md\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .md\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .md\:hover\:-rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .md\:hover\:-rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .md\:hover\:-rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .md\:hover\:-rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .md\:hover\:-rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .md\:focus\:rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .md\:focus\:rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .md\:focus\:rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .md\:focus\:rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .md\:focus\:rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .md\:focus\:rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .md\:focus\:rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .md\:focus\:rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .md\:focus\:rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .md\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .md\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .md\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .md\:focus\:-rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .md\:focus\:-rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .md\:focus\:-rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .md\:focus\:-rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .md\:focus\:-rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .md\:translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .md\:translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .md\:translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .md\:translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .md\:translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .md\:translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .md\:translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .md\:translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .md\:translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .md\:translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .md\:translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .md\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .md\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .md\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .md\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .md\:translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .md\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .md\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .md\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .md\:-translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .md\:-translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .md\:-translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .md\:-translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .md\:-translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .md\:-translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .md\:-translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .md\:-translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .md\:-translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .md\:-translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .md\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .md\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .md\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .md\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .md\:-translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .md\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .md\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .md\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .md\:-translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .md\:-translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .md\:translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .md\:translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .md\:translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .md\:translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .md\:translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .md\:translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .md\:translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .md\:translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .md\:translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .md\:translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .md\:translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .md\:translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .md\:translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .md\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .md\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .md\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .md\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .md\:translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .md\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .md\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .md\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .md\:-translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .md\:-translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .md\:-translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .md\:-translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .md\:-translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .md\:-translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .md\:-translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .md\:-translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .md\:-translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .md\:-translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .md\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .md\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .md\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .md\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .md\:-translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .md\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .md\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .md\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .md\:-translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .md\:-translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .md\:translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .md\:translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .md\:hover\:translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .md\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .md\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .md\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .md\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .md\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .md\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .md\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .md\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .md\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .md\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .md\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .md\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .md\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .md\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .md\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .md\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .md\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .md\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .md\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .md\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .md\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .md\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .md\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .md\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .md\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .md\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .md\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .md\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .md\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .md\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .md\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .md\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .md\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .md\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .md\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .md\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .md\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .md\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .md\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .md\:hover\:translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .md\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .md\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .md\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .md\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .md\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .md\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .md\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .md\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .md\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .md\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .md\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .md\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .md\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .md\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .md\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .md\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .md\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .md\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .md\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .md\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .md\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .md\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .md\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .md\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .md\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .md\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .md\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .md\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .md\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .md\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .md\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .md\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .md\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .md\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .md\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .md\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .md\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .md\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .md\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .md\:focus\:translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .md\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .md\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .md\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .md\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .md\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .md\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .md\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .md\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .md\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .md\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .md\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .md\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .md\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .md\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .md\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .md\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .md\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .md\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .md\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .md\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .md\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .md\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .md\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .md\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .md\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .md\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .md\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .md\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .md\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .md\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .md\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .md\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .md\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .md\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .md\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .md\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .md\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .md\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .md\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .md\:focus\:translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .md\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .md\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .md\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .md\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .md\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .md\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .md\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .md\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .md\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .md\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .md\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .md\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .md\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .md\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .md\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .md\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .md\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .md\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .md\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .md\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .md\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .md\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .md\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .md\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .md\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .md\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .md\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .md\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .md\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .md\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .md\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .md\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .md\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .md\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .md\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .md\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .md\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .md\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .md\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .md\:skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .md\:skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .md\:skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .md\:skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .md\:skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .md\:skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .md\:-skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .md\:-skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .md\:-skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .md\:-skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .md\:-skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .md\:skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .md\:skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .md\:skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .md\:skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .md\:skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .md\:skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .md\:-skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .md\:-skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .md\:-skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .md\:-skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .md\:-skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .md\:hover\:skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .md\:hover\:skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .md\:hover\:skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .md\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .md\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .md\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .md\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .md\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .md\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .md\:hover\:-skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .md\:hover\:-skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .md\:hover\:skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .md\:hover\:skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .md\:hover\:skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .md\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .md\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .md\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .md\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .md\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .md\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .md\:hover\:-skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .md\:hover\:-skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .md\:focus\:skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .md\:focus\:skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .md\:focus\:skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .md\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .md\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .md\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .md\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .md\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .md\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .md\:focus\:-skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .md\:focus\:-skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .md\:focus\:skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .md\:focus\:skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .md\:focus\:skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .md\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .md\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .md\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .md\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .md\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .md\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .md\:focus\:-skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .md\:focus\:-skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .md\:transition-none{
    transition-property: none !important;
  }

  .md\:transition-all{
    transition-property: all !important;
  }

  .md\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .md\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .md\:transition-opacity{
    transition-property: opacity !important;
  }

  .md\:transition-shadow{
    transition-property: box-shadow !important;
  }

  .md\:transition-transform{
    transition-property: transform !important;
  }

  .md\:ease-linear{
    transition-timing-function: linear !important;
  }

  .md\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .md\:duration-75{
    transition-duration: 75ms !important;
  }

  .md\:duration-100{
    transition-duration: 100ms !important;
  }

  .md\:duration-150{
    transition-duration: 150ms !important;
  }

  .md\:duration-200{
    transition-duration: 200ms !important;
  }

  .md\:duration-300{
    transition-duration: 300ms !important;
  }

  .md\:duration-500{
    transition-duration: 500ms !important;
  }

  .md\:duration-700{
    transition-duration: 700ms !important;
  }

  .md\:duration-1000{
    transition-duration: 1000ms !important;
  }

  .md\:delay-75{
    transition-delay: 75ms !important;
  }

  .md\:delay-100{
    transition-delay: 100ms !important;
  }

  .md\:delay-150{
    transition-delay: 150ms !important;
  }

  .md\:delay-200{
    transition-delay: 200ms !important;
  }

  .md\:delay-300{
    transition-delay: 300ms !important;
  }

  .md\:delay-500{
    transition-delay: 500ms !important;
  }

  .md\:delay-700{
    transition-delay: 700ms !important;
  }

  .md\:delay-1000{
    transition-delay: 1000ms !important;
  }

  .md\:animate-none{
    animation: none !important;
  }

  .md\:animate-spin{
    animation: spin 1s linear infinite !important;
  }

  .md\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:animate-bounce{
    animation: bounce 1s infinite !important;
  }
}

@media (min-width: 992px){
  .lg\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .lg\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .lg\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .lg\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .lg\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .lg\:divide-black-real > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .lg\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3d4852 !important;
    border-color: rgba(61, 72, 82, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #606f7b !important;
    border-color: rgba(96, 111, 123, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #8795a1 !important;
    border-color: rgba(135, 149, 161, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b8c2cc !important;
    border-color: rgba(184, 194, 204, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f1f5f8 !important;
    border-color: rgba(241, 245, 248, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--divide-opacity)) !important;
  }

  .lg\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3b0d0c !important;
    border-color: rgba(59, 13, 12, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #621b18 !important;
    border-color: rgba(98, 27, 24, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cc1f1a !important;
    border-color: rgba(204, 31, 26, var(--divide-opacity)) !important;
  }

  .lg\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e3342f !important;
    border-color: rgba(227, 52, 47, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ef5753 !important;
    border-color: rgba(239, 87, 83, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f9acaa !important;
    border-color: rgba(249, 172, 170, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fcebea !important;
    border-color: rgba(252, 235, 234, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #462a16 !important;
    border-color: rgba(70, 42, 22, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #613b1f !important;
    border-color: rgba(97, 59, 31, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #de751f !important;
    border-color: rgba(222, 117, 31, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6993f !important;
    border-color: rgba(246, 153, 63, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faad63 !important;
    border-color: rgba(250, 173, 99, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fcd9b6 !important;
    border-color: rgba(252, 217, 182, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5eb !important;
    border-color: rgba(255, 245, 235, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #453411 !important;
    border-color: rgba(69, 52, 17, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #684f1d !important;
    border-color: rgba(104, 79, 29, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f2d024 !important;
    border-color: rgba(242, 208, 36, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffed4a !important;
    border-color: rgba(255, 237, 74, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff382 !important;
    border-color: rgba(255, 243, 130, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff9c2 !important;
    border-color: rgba(255, 249, 194, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fcfbeb !important;
    border-color: rgba(252, 251, 235, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0f2f21 !important;
    border-color: rgba(15, 47, 33, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a4731 !important;
    border-color: rgba(26, 71, 49, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1f9d55 !important;
    border-color: rgba(31, 157, 85, var(--divide-opacity)) !important;
  }

  .lg\:divide-green > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38c172 !important;
    border-color: rgba(56, 193, 114, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #51d88a !important;
    border-color: rgba(81, 216, 138, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a2f5bf !important;
    border-color: rgba(162, 245, 191, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e3fcec !important;
    border-color: rgba(227, 252, 236, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0d3331 !important;
    border-color: rgba(13, 51, 49, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #20504f !important;
    border-color: rgba(32, 80, 79, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a89d !important;
    border-color: rgba(56, 168, 157, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4dc0b5 !important;
    border-color: rgba(77, 192, 181, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #64d5ca !important;
    border-color: rgba(100, 213, 202, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0f0ed !important;
    border-color: rgba(160, 240, 237, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e8fffe !important;
    border-color: rgba(232, 255, 254, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #12283a !important;
    border-color: rgba(18, 40, 58, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1c3d5a !important;
    border-color: rgba(28, 61, 90, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2779bd !important;
    border-color: rgba(39, 121, 189, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3490dc !important;
    border-color: rgba(52, 144, 220, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6cb2eb !important;
    border-color: rgba(108, 178, 235, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bcdefa !important;
    border-color: rgba(188, 222, 250, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #eff8ff !important;
    border-color: rgba(239, 248, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #191e38 !important;
    border-color: rgba(25, 30, 56, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f365f !important;
    border-color: rgba(47, 54, 95, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5661b3 !important;
    border-color: rgba(86, 97, 179, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6574cd !important;
    border-color: rgba(101, 116, 205, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7886d7 !important;
    border-color: rgba(120, 134, 215, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2b7ff !important;
    border-color: rgba(178, 183, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6e8ff !important;
    border-color: rgba(230, 232, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #21183c !important;
    border-color: rgba(33, 24, 60, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #382b5f !important;
    border-color: rgba(56, 43, 95, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #794acf !important;
    border-color: rgba(121, 74, 207, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9561e2 !important;
    border-color: rgba(149, 97, 226, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a779e9 !important;
    border-color: rgba(167, 121, 233, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bbfc !important;
    border-color: rgba(214, 187, 252, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f3ebff !important;
    border-color: rgba(243, 235, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #451225 !important;
    border-color: rgba(69, 18, 37, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6f213f !important;
    border-color: rgba(111, 33, 63, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #eb5286 !important;
    border-color: rgba(235, 82, 134, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f66d9b !important;
    border-color: rgba(246, 109, 155, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fa7ea8 !important;
    border-color: rgba(250, 126, 168, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffbbca !important;
    border-color: rgba(255, 187, 202, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffebef !important;
    border-color: rgba(255, 235, 239, var(--divide-opacity)) !important;
  }

  .lg\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .lg\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .lg\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .lg\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .lg\:divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .lg\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .lg\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .lg\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .lg\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .lg\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .lg\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:bg-fixed{
    background-attachment: fixed !important;
  }

  .lg\:bg-local{
    background-attachment: local !important;
  }

  .lg\:bg-scroll{
    background-attachment: scroll !important;
  }

  .lg\:bg-clip-border{
    background-clip: border-box !important;
  }

  .lg\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .lg\:bg-clip-content{
    background-clip: content-box !important;
  }

  .lg\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lg\:bg-transparent{
    background-color: transparent !important;
  }

  .lg\:bg-black-real{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-darkest{
    --bg-opacity: 1 !important;
    background-color: #3d4852 !important;
    background-color: rgba(61, 72, 82, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-darker{
    --bg-opacity: 1 !important;
    background-color: #606f7b !important;
    background-color: rgba(96, 111, 123, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-dark{
    --bg-opacity: 1 !important;
    background-color: #8795a1 !important;
    background-color: rgba(135, 149, 161, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey{
    --bg-opacity: 1 !important;
    background-color: #b8c2cc !important;
    background-color: rgba(184, 194, 204, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-light{
    --bg-opacity: 1 !important;
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-lighter{
    --bg-opacity: 1 !important;
    background-color: #f1f5f8 !important;
    background-color: rgba(241, 245, 248, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-lightest{
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-darkest{
    --bg-opacity: 1 !important;
    background-color: #3b0d0c !important;
    background-color: rgba(59, 13, 12, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-darker{
    --bg-opacity: 1 !important;
    background-color: #621b18 !important;
    background-color: rgba(98, 27, 24, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-dark{
    --bg-opacity: 1 !important;
    background-color: #cc1f1a !important;
    background-color: rgba(204, 31, 26, var(--bg-opacity)) !important;
  }

  .lg\:bg-red{
    --bg-opacity: 1 !important;
    background-color: #e3342f !important;
    background-color: rgba(227, 52, 47, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-light{
    --bg-opacity: 1 !important;
    background-color: #ef5753 !important;
    background-color: rgba(239, 87, 83, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-lighter{
    --bg-opacity: 1 !important;
    background-color: #f9acaa !important;
    background-color: rgba(249, 172, 170, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-lightest{
    --bg-opacity: 1 !important;
    background-color: #fcebea !important;
    background-color: rgba(252, 235, 234, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-darkest{
    --bg-opacity: 1 !important;
    background-color: #462a16 !important;
    background-color: rgba(70, 42, 22, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-darker{
    --bg-opacity: 1 !important;
    background-color: #613b1f !important;
    background-color: rgba(97, 59, 31, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-dark{
    --bg-opacity: 1 !important;
    background-color: #de751f !important;
    background-color: rgba(222, 117, 31, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange{
    --bg-opacity: 1 !important;
    background-color: #f6993f !important;
    background-color: rgba(246, 153, 63, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-light{
    --bg-opacity: 1 !important;
    background-color: #faad63 !important;
    background-color: rgba(250, 173, 99, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-lighter{
    --bg-opacity: 1 !important;
    background-color: #fcd9b6 !important;
    background-color: rgba(252, 217, 182, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-lightest{
    --bg-opacity: 1 !important;
    background-color: #fff5eb !important;
    background-color: rgba(255, 245, 235, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-darkest{
    --bg-opacity: 1 !important;
    background-color: #453411 !important;
    background-color: rgba(69, 52, 17, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-darker{
    --bg-opacity: 1 !important;
    background-color: #684f1d !important;
    background-color: rgba(104, 79, 29, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-dark{
    --bg-opacity: 1 !important;
    background-color: #f2d024 !important;
    background-color: rgba(242, 208, 36, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow{
    --bg-opacity: 1 !important;
    background-color: #ffed4a !important;
    background-color: rgba(255, 237, 74, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-light{
    --bg-opacity: 1 !important;
    background-color: #fff382 !important;
    background-color: rgba(255, 243, 130, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-lighter{
    --bg-opacity: 1 !important;
    background-color: #fff9c2 !important;
    background-color: rgba(255, 249, 194, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-lightest{
    --bg-opacity: 1 !important;
    background-color: #fcfbeb !important;
    background-color: rgba(252, 251, 235, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-darkest{
    --bg-opacity: 1 !important;
    background-color: #0f2f21 !important;
    background-color: rgba(15, 47, 33, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-darker{
    --bg-opacity: 1 !important;
    background-color: #1a4731 !important;
    background-color: rgba(26, 71, 49, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-dark{
    --bg-opacity: 1 !important;
    background-color: #1f9d55 !important;
    background-color: rgba(31, 157, 85, var(--bg-opacity)) !important;
  }

  .lg\:bg-green{
    --bg-opacity: 1 !important;
    background-color: #38c172 !important;
    background-color: rgba(56, 193, 114, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-light{
    --bg-opacity: 1 !important;
    background-color: #51d88a !important;
    background-color: rgba(81, 216, 138, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-lighter{
    --bg-opacity: 1 !important;
    background-color: #a2f5bf !important;
    background-color: rgba(162, 245, 191, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-lightest{
    --bg-opacity: 1 !important;
    background-color: #e3fcec !important;
    background-color: rgba(227, 252, 236, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-darkest{
    --bg-opacity: 1 !important;
    background-color: #0d3331 !important;
    background-color: rgba(13, 51, 49, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-darker{
    --bg-opacity: 1 !important;
    background-color: #20504f !important;
    background-color: rgba(32, 80, 79, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-dark{
    --bg-opacity: 1 !important;
    background-color: #38a89d !important;
    background-color: rgba(56, 168, 157, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal{
    --bg-opacity: 1 !important;
    background-color: #4dc0b5 !important;
    background-color: rgba(77, 192, 181, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-light{
    --bg-opacity: 1 !important;
    background-color: #64d5ca !important;
    background-color: rgba(100, 213, 202, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-lighter{
    --bg-opacity: 1 !important;
    background-color: #a0f0ed !important;
    background-color: rgba(160, 240, 237, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-lightest{
    --bg-opacity: 1 !important;
    background-color: #e8fffe !important;
    background-color: rgba(232, 255, 254, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-darkest{
    --bg-opacity: 1 !important;
    background-color: #12283a !important;
    background-color: rgba(18, 40, 58, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-darker{
    --bg-opacity: 1 !important;
    background-color: #1c3d5a !important;
    background-color: rgba(28, 61, 90, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-dark{
    --bg-opacity: 1 !important;
    background-color: #2779bd !important;
    background-color: rgba(39, 121, 189, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue{
    --bg-opacity: 1 !important;
    background-color: #3490dc !important;
    background-color: rgba(52, 144, 220, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-light{
    --bg-opacity: 1 !important;
    background-color: #6cb2eb !important;
    background-color: rgba(108, 178, 235, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-lighter{
    --bg-opacity: 1 !important;
    background-color: #bcdefa !important;
    background-color: rgba(188, 222, 250, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-lightest{
    --bg-opacity: 1 !important;
    background-color: #eff8ff !important;
    background-color: rgba(239, 248, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-darkest{
    --bg-opacity: 1 !important;
    background-color: #191e38 !important;
    background-color: rgba(25, 30, 56, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-darker{
    --bg-opacity: 1 !important;
    background-color: #2f365f !important;
    background-color: rgba(47, 54, 95, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-dark{
    --bg-opacity: 1 !important;
    background-color: #5661b3 !important;
    background-color: rgba(86, 97, 179, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo{
    --bg-opacity: 1 !important;
    background-color: #6574cd !important;
    background-color: rgba(101, 116, 205, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-light{
    --bg-opacity: 1 !important;
    background-color: #7886d7 !important;
    background-color: rgba(120, 134, 215, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-lighter{
    --bg-opacity: 1 !important;
    background-color: #b2b7ff !important;
    background-color: rgba(178, 183, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-lightest{
    --bg-opacity: 1 !important;
    background-color: #e6e8ff !important;
    background-color: rgba(230, 232, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-darkest{
    --bg-opacity: 1 !important;
    background-color: #21183c !important;
    background-color: rgba(33, 24, 60, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-darker{
    --bg-opacity: 1 !important;
    background-color: #382b5f !important;
    background-color: rgba(56, 43, 95, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-dark{
    --bg-opacity: 1 !important;
    background-color: #794acf !important;
    background-color: rgba(121, 74, 207, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple{
    --bg-opacity: 1 !important;
    background-color: #9561e2 !important;
    background-color: rgba(149, 97, 226, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-light{
    --bg-opacity: 1 !important;
    background-color: #a779e9 !important;
    background-color: rgba(167, 121, 233, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-lighter{
    --bg-opacity: 1 !important;
    background-color: #d6bbfc !important;
    background-color: rgba(214, 187, 252, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-lightest{
    --bg-opacity: 1 !important;
    background-color: #f3ebff !important;
    background-color: rgba(243, 235, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-darkest{
    --bg-opacity: 1 !important;
    background-color: #451225 !important;
    background-color: rgba(69, 18, 37, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-darker{
    --bg-opacity: 1 !important;
    background-color: #6f213f !important;
    background-color: rgba(111, 33, 63, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-dark{
    --bg-opacity: 1 !important;
    background-color: #eb5286 !important;
    background-color: rgba(235, 82, 134, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink{
    --bg-opacity: 1 !important;
    background-color: #f66d9b !important;
    background-color: rgba(246, 109, 155, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-light{
    --bg-opacity: 1 !important;
    background-color: #fa7ea8 !important;
    background-color: rgba(250, 126, 168, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-lighter{
    --bg-opacity: 1 !important;
    background-color: #ffbbca !important;
    background-color: rgba(255, 187, 202, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-lightest{
    --bg-opacity: 1 !important;
    background-color: #ffebef !important;
    background-color: rgba(255, 235, 239, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .lg\:hover\:bg-black-real:hover{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #3d4852 !important;
    background-color: rgba(61, 72, 82, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #606f7b !important;
    background-color: rgba(96, 111, 123, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #8795a1 !important;
    background-color: rgba(135, 149, 161, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey:hover{
    --bg-opacity: 1 !important;
    background-color: #b8c2cc !important;
    background-color: rgba(184, 194, 204, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-light:hover{
    --bg-opacity: 1 !important;
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #f1f5f8 !important;
    background-color: rgba(241, 245, 248, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #3b0d0c !important;
    background-color: rgba(59, 13, 12, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #621b18 !important;
    background-color: rgba(98, 27, 24, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #cc1f1a !important;
    background-color: rgba(204, 31, 26, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red:hover{
    --bg-opacity: 1 !important;
    background-color: #e3342f !important;
    background-color: rgba(227, 52, 47, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-light:hover{
    --bg-opacity: 1 !important;
    background-color: #ef5753 !important;
    background-color: rgba(239, 87, 83, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #f9acaa !important;
    background-color: rgba(249, 172, 170, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #fcebea !important;
    background-color: rgba(252, 235, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #462a16 !important;
    background-color: rgba(70, 42, 22, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #613b1f !important;
    background-color: rgba(97, 59, 31, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #de751f !important;
    background-color: rgba(222, 117, 31, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange:hover{
    --bg-opacity: 1 !important;
    background-color: #f6993f !important;
    background-color: rgba(246, 153, 63, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-light:hover{
    --bg-opacity: 1 !important;
    background-color: #faad63 !important;
    background-color: rgba(250, 173, 99, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #fcd9b6 !important;
    background-color: rgba(252, 217, 182, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5eb !important;
    background-color: rgba(255, 245, 235, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #453411 !important;
    background-color: rgba(69, 52, 17, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #684f1d !important;
    background-color: rgba(104, 79, 29, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #f2d024 !important;
    background-color: rgba(242, 208, 36, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow:hover{
    --bg-opacity: 1 !important;
    background-color: #ffed4a !important;
    background-color: rgba(255, 237, 74, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-light:hover{
    --bg-opacity: 1 !important;
    background-color: #fff382 !important;
    background-color: rgba(255, 243, 130, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #fff9c2 !important;
    background-color: rgba(255, 249, 194, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #fcfbeb !important;
    background-color: rgba(252, 251, 235, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #0f2f21 !important;
    background-color: rgba(15, 47, 33, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #1a4731 !important;
    background-color: rgba(26, 71, 49, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #1f9d55 !important;
    background-color: rgba(31, 157, 85, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green:hover{
    --bg-opacity: 1 !important;
    background-color: #38c172 !important;
    background-color: rgba(56, 193, 114, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-light:hover{
    --bg-opacity: 1 !important;
    background-color: #51d88a !important;
    background-color: rgba(81, 216, 138, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #a2f5bf !important;
    background-color: rgba(162, 245, 191, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #e3fcec !important;
    background-color: rgba(227, 252, 236, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #0d3331 !important;
    background-color: rgba(13, 51, 49, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #20504f !important;
    background-color: rgba(32, 80, 79, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #38a89d !important;
    background-color: rgba(56, 168, 157, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal:hover{
    --bg-opacity: 1 !important;
    background-color: #4dc0b5 !important;
    background-color: rgba(77, 192, 181, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-light:hover{
    --bg-opacity: 1 !important;
    background-color: #64d5ca !important;
    background-color: rgba(100, 213, 202, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #a0f0ed !important;
    background-color: rgba(160, 240, 237, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #e8fffe !important;
    background-color: rgba(232, 255, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #12283a !important;
    background-color: rgba(18, 40, 58, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #1c3d5a !important;
    background-color: rgba(28, 61, 90, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #2779bd !important;
    background-color: rgba(39, 121, 189, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue:hover{
    --bg-opacity: 1 !important;
    background-color: #3490dc !important;
    background-color: rgba(52, 144, 220, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-light:hover{
    --bg-opacity: 1 !important;
    background-color: #6cb2eb !important;
    background-color: rgba(108, 178, 235, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #bcdefa !important;
    background-color: rgba(188, 222, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #eff8ff !important;
    background-color: rgba(239, 248, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #191e38 !important;
    background-color: rgba(25, 30, 56, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #2f365f !important;
    background-color: rgba(47, 54, 95, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #5661b3 !important;
    background-color: rgba(86, 97, 179, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo:hover{
    --bg-opacity: 1 !important;
    background-color: #6574cd !important;
    background-color: rgba(101, 116, 205, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-light:hover{
    --bg-opacity: 1 !important;
    background-color: #7886d7 !important;
    background-color: rgba(120, 134, 215, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #b2b7ff !important;
    background-color: rgba(178, 183, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #e6e8ff !important;
    background-color: rgba(230, 232, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #21183c !important;
    background-color: rgba(33, 24, 60, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #382b5f !important;
    background-color: rgba(56, 43, 95, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #794acf !important;
    background-color: rgba(121, 74, 207, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple:hover{
    --bg-opacity: 1 !important;
    background-color: #9561e2 !important;
    background-color: rgba(149, 97, 226, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-light:hover{
    --bg-opacity: 1 !important;
    background-color: #a779e9 !important;
    background-color: rgba(167, 121, 233, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bbfc !important;
    background-color: rgba(214, 187, 252, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #f3ebff !important;
    background-color: rgba(243, 235, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #451225 !important;
    background-color: rgba(69, 18, 37, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #6f213f !important;
    background-color: rgba(111, 33, 63, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #eb5286 !important;
    background-color: rgba(235, 82, 134, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink:hover{
    --bg-opacity: 1 !important;
    background-color: #f66d9b !important;
    background-color: rgba(246, 109, 155, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-light:hover{
    --bg-opacity: 1 !important;
    background-color: #fa7ea8 !important;
    background-color: rgba(250, 126, 168, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #ffbbca !important;
    background-color: rgba(255, 187, 202, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #ffebef !important;
    background-color: rgba(255, 235, 239, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .lg\:focus\:bg-black-real:focus{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #3d4852 !important;
    background-color: rgba(61, 72, 82, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #606f7b !important;
    background-color: rgba(96, 111, 123, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #8795a1 !important;
    background-color: rgba(135, 149, 161, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey:focus{
    --bg-opacity: 1 !important;
    background-color: #b8c2cc !important;
    background-color: rgba(184, 194, 204, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-light:focus{
    --bg-opacity: 1 !important;
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #f1f5f8 !important;
    background-color: rgba(241, 245, 248, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #3b0d0c !important;
    background-color: rgba(59, 13, 12, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #621b18 !important;
    background-color: rgba(98, 27, 24, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #cc1f1a !important;
    background-color: rgba(204, 31, 26, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red:focus{
    --bg-opacity: 1 !important;
    background-color: #e3342f !important;
    background-color: rgba(227, 52, 47, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-light:focus{
    --bg-opacity: 1 !important;
    background-color: #ef5753 !important;
    background-color: rgba(239, 87, 83, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #f9acaa !important;
    background-color: rgba(249, 172, 170, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #fcebea !important;
    background-color: rgba(252, 235, 234, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #462a16 !important;
    background-color: rgba(70, 42, 22, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #613b1f !important;
    background-color: rgba(97, 59, 31, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #de751f !important;
    background-color: rgba(222, 117, 31, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange:focus{
    --bg-opacity: 1 !important;
    background-color: #f6993f !important;
    background-color: rgba(246, 153, 63, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-light:focus{
    --bg-opacity: 1 !important;
    background-color: #faad63 !important;
    background-color: rgba(250, 173, 99, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #fcd9b6 !important;
    background-color: rgba(252, 217, 182, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5eb !important;
    background-color: rgba(255, 245, 235, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #453411 !important;
    background-color: rgba(69, 52, 17, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #684f1d !important;
    background-color: rgba(104, 79, 29, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #f2d024 !important;
    background-color: rgba(242, 208, 36, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow:focus{
    --bg-opacity: 1 !important;
    background-color: #ffed4a !important;
    background-color: rgba(255, 237, 74, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-light:focus{
    --bg-opacity: 1 !important;
    background-color: #fff382 !important;
    background-color: rgba(255, 243, 130, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #fff9c2 !important;
    background-color: rgba(255, 249, 194, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #fcfbeb !important;
    background-color: rgba(252, 251, 235, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #0f2f21 !important;
    background-color: rgba(15, 47, 33, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #1a4731 !important;
    background-color: rgba(26, 71, 49, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #1f9d55 !important;
    background-color: rgba(31, 157, 85, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green:focus{
    --bg-opacity: 1 !important;
    background-color: #38c172 !important;
    background-color: rgba(56, 193, 114, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-light:focus{
    --bg-opacity: 1 !important;
    background-color: #51d88a !important;
    background-color: rgba(81, 216, 138, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #a2f5bf !important;
    background-color: rgba(162, 245, 191, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #e3fcec !important;
    background-color: rgba(227, 252, 236, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #0d3331 !important;
    background-color: rgba(13, 51, 49, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #20504f !important;
    background-color: rgba(32, 80, 79, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #38a89d !important;
    background-color: rgba(56, 168, 157, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal:focus{
    --bg-opacity: 1 !important;
    background-color: #4dc0b5 !important;
    background-color: rgba(77, 192, 181, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-light:focus{
    --bg-opacity: 1 !important;
    background-color: #64d5ca !important;
    background-color: rgba(100, 213, 202, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #a0f0ed !important;
    background-color: rgba(160, 240, 237, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #e8fffe !important;
    background-color: rgba(232, 255, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #12283a !important;
    background-color: rgba(18, 40, 58, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #1c3d5a !important;
    background-color: rgba(28, 61, 90, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #2779bd !important;
    background-color: rgba(39, 121, 189, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue:focus{
    --bg-opacity: 1 !important;
    background-color: #3490dc !important;
    background-color: rgba(52, 144, 220, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-light:focus{
    --bg-opacity: 1 !important;
    background-color: #6cb2eb !important;
    background-color: rgba(108, 178, 235, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #bcdefa !important;
    background-color: rgba(188, 222, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #eff8ff !important;
    background-color: rgba(239, 248, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #191e38 !important;
    background-color: rgba(25, 30, 56, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #2f365f !important;
    background-color: rgba(47, 54, 95, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #5661b3 !important;
    background-color: rgba(86, 97, 179, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo:focus{
    --bg-opacity: 1 !important;
    background-color: #6574cd !important;
    background-color: rgba(101, 116, 205, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-light:focus{
    --bg-opacity: 1 !important;
    background-color: #7886d7 !important;
    background-color: rgba(120, 134, 215, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #b2b7ff !important;
    background-color: rgba(178, 183, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #e6e8ff !important;
    background-color: rgba(230, 232, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #21183c !important;
    background-color: rgba(33, 24, 60, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #382b5f !important;
    background-color: rgba(56, 43, 95, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #794acf !important;
    background-color: rgba(121, 74, 207, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple:focus{
    --bg-opacity: 1 !important;
    background-color: #9561e2 !important;
    background-color: rgba(149, 97, 226, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-light:focus{
    --bg-opacity: 1 !important;
    background-color: #a779e9 !important;
    background-color: rgba(167, 121, 233, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bbfc !important;
    background-color: rgba(214, 187, 252, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #f3ebff !important;
    background-color: rgba(243, 235, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #451225 !important;
    background-color: rgba(69, 18, 37, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #6f213f !important;
    background-color: rgba(111, 33, 63, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #eb5286 !important;
    background-color: rgba(235, 82, 134, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink:focus{
    --bg-opacity: 1 !important;
    background-color: #f66d9b !important;
    background-color: rgba(246, 109, 155, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-light:focus{
    --bg-opacity: 1 !important;
    background-color: #fa7ea8 !important;
    background-color: rgba(250, 126, 168, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #ffbbca !important;
    background-color: rgba(255, 187, 202, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #ffebef !important;
    background-color: rgba(255, 235, 239, var(--bg-opacity)) !important;
  }

  .lg\:bg-none{
    background-image: none !important;
  }

  .lg\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .lg\:from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-black-real{
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-black{
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .lg\:from-grey-darkest{
    --gradient-from-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .lg\:from-grey-darker{
    --gradient-from-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .lg\:from-grey-dark{
    --gradient-from-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .lg\:from-grey{
    --gradient-from-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .lg\:from-grey-light{
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .lg\:from-grey-lighter{
    --gradient-from-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .lg\:from-grey-lightest{
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:from-white{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-red-darkest{
    --gradient-from-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .lg\:from-red-darker{
    --gradient-from-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .lg\:from-red-dark{
    --gradient-from-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .lg\:from-red{
    --gradient-from-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .lg\:from-red-light{
    --gradient-from-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .lg\:from-red-lighter{
    --gradient-from-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .lg\:from-red-lightest{
    --gradient-from-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .lg\:from-orange-darkest{
    --gradient-from-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .lg\:from-orange-darker{
    --gradient-from-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .lg\:from-orange-dark{
    --gradient-from-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .lg\:from-orange{
    --gradient-from-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .lg\:from-orange-light{
    --gradient-from-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .lg\:from-orange-lighter{
    --gradient-from-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .lg\:from-orange-lightest{
    --gradient-from-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .lg\:from-yellow-darkest{
    --gradient-from-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .lg\:from-yellow-darker{
    --gradient-from-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .lg\:from-yellow-dark{
    --gradient-from-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .lg\:from-yellow{
    --gradient-from-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .lg\:from-yellow-light{
    --gradient-from-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .lg\:from-yellow-lighter{
    --gradient-from-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .lg\:from-yellow-lightest{
    --gradient-from-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .lg\:from-green-darkest{
    --gradient-from-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .lg\:from-green-darker{
    --gradient-from-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .lg\:from-green-dark{
    --gradient-from-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .lg\:from-green{
    --gradient-from-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .lg\:from-green-light{
    --gradient-from-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .lg\:from-green-lighter{
    --gradient-from-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .lg\:from-green-lightest{
    --gradient-from-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .lg\:from-teal-darkest{
    --gradient-from-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .lg\:from-teal-darker{
    --gradient-from-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .lg\:from-teal-dark{
    --gradient-from-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .lg\:from-teal{
    --gradient-from-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .lg\:from-teal-light{
    --gradient-from-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .lg\:from-teal-lighter{
    --gradient-from-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .lg\:from-teal-lightest{
    --gradient-from-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .lg\:from-blue-darkest{
    --gradient-from-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .lg\:from-blue-darker{
    --gradient-from-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .lg\:from-blue-dark{
    --gradient-from-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .lg\:from-blue{
    --gradient-from-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .lg\:from-blue-light{
    --gradient-from-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .lg\:from-blue-lighter{
    --gradient-from-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .lg\:from-blue-lightest{
    --gradient-from-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .lg\:from-indigo-darkest{
    --gradient-from-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .lg\:from-indigo-darker{
    --gradient-from-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .lg\:from-indigo-dark{
    --gradient-from-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .lg\:from-indigo{
    --gradient-from-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .lg\:from-indigo-light{
    --gradient-from-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .lg\:from-indigo-lighter{
    --gradient-from-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .lg\:from-indigo-lightest{
    --gradient-from-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .lg\:from-purple-darkest{
    --gradient-from-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .lg\:from-purple-darker{
    --gradient-from-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .lg\:from-purple-dark{
    --gradient-from-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .lg\:from-purple{
    --gradient-from-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .lg\:from-purple-light{
    --gradient-from-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .lg\:from-purple-lighter{
    --gradient-from-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .lg\:from-purple-lightest{
    --gradient-from-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .lg\:from-pink-darkest{
    --gradient-from-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .lg\:from-pink-darker{
    --gradient-from-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .lg\:from-pink-dark{
    --gradient-from-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .lg\:from-pink{
    --gradient-from-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .lg\:from-pink-light{
    --gradient-from-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .lg\:from-pink-lighter{
    --gradient-from-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .lg\:from-pink-lightest{
    --gradient-from-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .lg\:via-transparent{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-black-real{
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-black{
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .lg\:via-grey-darkest{
    --gradient-via-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .lg\:via-grey-darker{
    --gradient-via-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .lg\:via-grey-dark{
    --gradient-via-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .lg\:via-grey{
    --gradient-via-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .lg\:via-grey-light{
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .lg\:via-grey-lighter{
    --gradient-via-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .lg\:via-grey-lightest{
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:via-white{
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-red-darkest{
    --gradient-via-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .lg\:via-red-darker{
    --gradient-via-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .lg\:via-red-dark{
    --gradient-via-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .lg\:via-red{
    --gradient-via-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .lg\:via-red-light{
    --gradient-via-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .lg\:via-red-lighter{
    --gradient-via-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .lg\:via-red-lightest{
    --gradient-via-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .lg\:via-orange-darkest{
    --gradient-via-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .lg\:via-orange-darker{
    --gradient-via-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .lg\:via-orange-dark{
    --gradient-via-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .lg\:via-orange{
    --gradient-via-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .lg\:via-orange-light{
    --gradient-via-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .lg\:via-orange-lighter{
    --gradient-via-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .lg\:via-orange-lightest{
    --gradient-via-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .lg\:via-yellow-darkest{
    --gradient-via-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .lg\:via-yellow-darker{
    --gradient-via-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .lg\:via-yellow-dark{
    --gradient-via-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .lg\:via-yellow{
    --gradient-via-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .lg\:via-yellow-light{
    --gradient-via-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .lg\:via-yellow-lighter{
    --gradient-via-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .lg\:via-yellow-lightest{
    --gradient-via-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .lg\:via-green-darkest{
    --gradient-via-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .lg\:via-green-darker{
    --gradient-via-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .lg\:via-green-dark{
    --gradient-via-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .lg\:via-green{
    --gradient-via-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .lg\:via-green-light{
    --gradient-via-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .lg\:via-green-lighter{
    --gradient-via-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .lg\:via-green-lightest{
    --gradient-via-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .lg\:via-teal-darkest{
    --gradient-via-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .lg\:via-teal-darker{
    --gradient-via-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .lg\:via-teal-dark{
    --gradient-via-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .lg\:via-teal{
    --gradient-via-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .lg\:via-teal-light{
    --gradient-via-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .lg\:via-teal-lighter{
    --gradient-via-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .lg\:via-teal-lightest{
    --gradient-via-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .lg\:via-blue-darkest{
    --gradient-via-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .lg\:via-blue-darker{
    --gradient-via-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .lg\:via-blue-dark{
    --gradient-via-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .lg\:via-blue{
    --gradient-via-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .lg\:via-blue-light{
    --gradient-via-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .lg\:via-blue-lighter{
    --gradient-via-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .lg\:via-blue-lightest{
    --gradient-via-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .lg\:via-indigo-darkest{
    --gradient-via-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .lg\:via-indigo-darker{
    --gradient-via-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .lg\:via-indigo-dark{
    --gradient-via-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .lg\:via-indigo{
    --gradient-via-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .lg\:via-indigo-light{
    --gradient-via-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .lg\:via-indigo-lighter{
    --gradient-via-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .lg\:via-indigo-lightest{
    --gradient-via-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .lg\:via-purple-darkest{
    --gradient-via-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .lg\:via-purple-darker{
    --gradient-via-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .lg\:via-purple-dark{
    --gradient-via-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .lg\:via-purple{
    --gradient-via-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .lg\:via-purple-light{
    --gradient-via-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .lg\:via-purple-lighter{
    --gradient-via-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .lg\:via-purple-lightest{
    --gradient-via-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .lg\:via-pink-darkest{
    --gradient-via-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .lg\:via-pink-darker{
    --gradient-via-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .lg\:via-pink-dark{
    --gradient-via-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .lg\:via-pink{
    --gradient-via-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .lg\:via-pink-light{
    --gradient-via-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .lg\:via-pink-lighter{
    --gradient-via-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .lg\:via-pink-lightest{
    --gradient-via-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .lg\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .lg\:to-black-real{
    --gradient-to-color: #000000 !important;
  }

  .lg\:to-black{
    --gradient-to-color: #22292f !important;
  }

  .lg\:to-grey-darkest{
    --gradient-to-color: #3d4852 !important;
  }

  .lg\:to-grey-darker{
    --gradient-to-color: #606f7b !important;
  }

  .lg\:to-grey-dark{
    --gradient-to-color: #8795a1 !important;
  }

  .lg\:to-grey{
    --gradient-to-color: #b8c2cc !important;
  }

  .lg\:to-grey-light{
    --gradient-to-color: #dae1e7 !important;
  }

  .lg\:to-grey-lighter{
    --gradient-to-color: #f1f5f8 !important;
  }

  .lg\:to-grey-lightest{
    --gradient-to-color: #f8fafc !important;
  }

  .lg\:to-white{
    --gradient-to-color: #ffffff !important;
  }

  .lg\:to-red-darkest{
    --gradient-to-color: #3b0d0c !important;
  }

  .lg\:to-red-darker{
    --gradient-to-color: #621b18 !important;
  }

  .lg\:to-red-dark{
    --gradient-to-color: #cc1f1a !important;
  }

  .lg\:to-red{
    --gradient-to-color: #e3342f !important;
  }

  .lg\:to-red-light{
    --gradient-to-color: #ef5753 !important;
  }

  .lg\:to-red-lighter{
    --gradient-to-color: #f9acaa !important;
  }

  .lg\:to-red-lightest{
    --gradient-to-color: #fcebea !important;
  }

  .lg\:to-orange-darkest{
    --gradient-to-color: #462a16 !important;
  }

  .lg\:to-orange-darker{
    --gradient-to-color: #613b1f !important;
  }

  .lg\:to-orange-dark{
    --gradient-to-color: #de751f !important;
  }

  .lg\:to-orange{
    --gradient-to-color: #f6993f !important;
  }

  .lg\:to-orange-light{
    --gradient-to-color: #faad63 !important;
  }

  .lg\:to-orange-lighter{
    --gradient-to-color: #fcd9b6 !important;
  }

  .lg\:to-orange-lightest{
    --gradient-to-color: #fff5eb !important;
  }

  .lg\:to-yellow-darkest{
    --gradient-to-color: #453411 !important;
  }

  .lg\:to-yellow-darker{
    --gradient-to-color: #684f1d !important;
  }

  .lg\:to-yellow-dark{
    --gradient-to-color: #f2d024 !important;
  }

  .lg\:to-yellow{
    --gradient-to-color: #ffed4a !important;
  }

  .lg\:to-yellow-light{
    --gradient-to-color: #fff382 !important;
  }

  .lg\:to-yellow-lighter{
    --gradient-to-color: #fff9c2 !important;
  }

  .lg\:to-yellow-lightest{
    --gradient-to-color: #fcfbeb !important;
  }

  .lg\:to-green-darkest{
    --gradient-to-color: #0f2f21 !important;
  }

  .lg\:to-green-darker{
    --gradient-to-color: #1a4731 !important;
  }

  .lg\:to-green-dark{
    --gradient-to-color: #1f9d55 !important;
  }

  .lg\:to-green{
    --gradient-to-color: #38c172 !important;
  }

  .lg\:to-green-light{
    --gradient-to-color: #51d88a !important;
  }

  .lg\:to-green-lighter{
    --gradient-to-color: #a2f5bf !important;
  }

  .lg\:to-green-lightest{
    --gradient-to-color: #e3fcec !important;
  }

  .lg\:to-teal-darkest{
    --gradient-to-color: #0d3331 !important;
  }

  .lg\:to-teal-darker{
    --gradient-to-color: #20504f !important;
  }

  .lg\:to-teal-dark{
    --gradient-to-color: #38a89d !important;
  }

  .lg\:to-teal{
    --gradient-to-color: #4dc0b5 !important;
  }

  .lg\:to-teal-light{
    --gradient-to-color: #64d5ca !important;
  }

  .lg\:to-teal-lighter{
    --gradient-to-color: #a0f0ed !important;
  }

  .lg\:to-teal-lightest{
    --gradient-to-color: #e8fffe !important;
  }

  .lg\:to-blue-darkest{
    --gradient-to-color: #12283a !important;
  }

  .lg\:to-blue-darker{
    --gradient-to-color: #1c3d5a !important;
  }

  .lg\:to-blue-dark{
    --gradient-to-color: #2779bd !important;
  }

  .lg\:to-blue{
    --gradient-to-color: #3490dc !important;
  }

  .lg\:to-blue-light{
    --gradient-to-color: #6cb2eb !important;
  }

  .lg\:to-blue-lighter{
    --gradient-to-color: #bcdefa !important;
  }

  .lg\:to-blue-lightest{
    --gradient-to-color: #eff8ff !important;
  }

  .lg\:to-indigo-darkest{
    --gradient-to-color: #191e38 !important;
  }

  .lg\:to-indigo-darker{
    --gradient-to-color: #2f365f !important;
  }

  .lg\:to-indigo-dark{
    --gradient-to-color: #5661b3 !important;
  }

  .lg\:to-indigo{
    --gradient-to-color: #6574cd !important;
  }

  .lg\:to-indigo-light{
    --gradient-to-color: #7886d7 !important;
  }

  .lg\:to-indigo-lighter{
    --gradient-to-color: #b2b7ff !important;
  }

  .lg\:to-indigo-lightest{
    --gradient-to-color: #e6e8ff !important;
  }

  .lg\:to-purple-darkest{
    --gradient-to-color: #21183c !important;
  }

  .lg\:to-purple-darker{
    --gradient-to-color: #382b5f !important;
  }

  .lg\:to-purple-dark{
    --gradient-to-color: #794acf !important;
  }

  .lg\:to-purple{
    --gradient-to-color: #9561e2 !important;
  }

  .lg\:to-purple-light{
    --gradient-to-color: #a779e9 !important;
  }

  .lg\:to-purple-lighter{
    --gradient-to-color: #d6bbfc !important;
  }

  .lg\:to-purple-lightest{
    --gradient-to-color: #f3ebff !important;
  }

  .lg\:to-pink-darkest{
    --gradient-to-color: #451225 !important;
  }

  .lg\:to-pink-darker{
    --gradient-to-color: #6f213f !important;
  }

  .lg\:to-pink-dark{
    --gradient-to-color: #eb5286 !important;
  }

  .lg\:to-pink{
    --gradient-to-color: #f66d9b !important;
  }

  .lg\:to-pink-light{
    --gradient-to-color: #fa7ea8 !important;
  }

  .lg\:to-pink-lighter{
    --gradient-to-color: #ffbbca !important;
  }

  .lg\:to-pink-lightest{
    --gradient-to-color: #ffebef !important;
  }

  .lg\:hover\:from-transparent:hover{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-black-real:hover{
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-black:hover{
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .lg\:hover\:from-grey-darkest:hover{
    --gradient-from-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .lg\:hover\:from-grey-darker:hover{
    --gradient-from-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .lg\:hover\:from-grey-dark:hover{
    --gradient-from-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .lg\:hover\:from-grey:hover{
    --gradient-from-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .lg\:hover\:from-grey-light:hover{
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .lg\:hover\:from-grey-lighter:hover{
    --gradient-from-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .lg\:hover\:from-grey-lightest:hover{
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:hover\:from-white:hover{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-red-darkest:hover{
    --gradient-from-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .lg\:hover\:from-red-darker:hover{
    --gradient-from-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .lg\:hover\:from-red-dark:hover{
    --gradient-from-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .lg\:hover\:from-red:hover{
    --gradient-from-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .lg\:hover\:from-red-light:hover{
    --gradient-from-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .lg\:hover\:from-red-lighter:hover{
    --gradient-from-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .lg\:hover\:from-red-lightest:hover{
    --gradient-from-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .lg\:hover\:from-orange-darkest:hover{
    --gradient-from-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .lg\:hover\:from-orange-darker:hover{
    --gradient-from-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .lg\:hover\:from-orange-dark:hover{
    --gradient-from-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .lg\:hover\:from-orange:hover{
    --gradient-from-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .lg\:hover\:from-orange-light:hover{
    --gradient-from-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .lg\:hover\:from-orange-lighter:hover{
    --gradient-from-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .lg\:hover\:from-orange-lightest:hover{
    --gradient-from-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .lg\:hover\:from-yellow-darkest:hover{
    --gradient-from-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .lg\:hover\:from-yellow-darker:hover{
    --gradient-from-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .lg\:hover\:from-yellow-dark:hover{
    --gradient-from-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .lg\:hover\:from-yellow:hover{
    --gradient-from-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .lg\:hover\:from-yellow-light:hover{
    --gradient-from-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .lg\:hover\:from-yellow-lighter:hover{
    --gradient-from-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .lg\:hover\:from-yellow-lightest:hover{
    --gradient-from-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .lg\:hover\:from-green-darkest:hover{
    --gradient-from-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .lg\:hover\:from-green-darker:hover{
    --gradient-from-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .lg\:hover\:from-green-dark:hover{
    --gradient-from-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .lg\:hover\:from-green:hover{
    --gradient-from-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .lg\:hover\:from-green-light:hover{
    --gradient-from-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .lg\:hover\:from-green-lighter:hover{
    --gradient-from-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .lg\:hover\:from-green-lightest:hover{
    --gradient-from-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .lg\:hover\:from-teal-darkest:hover{
    --gradient-from-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .lg\:hover\:from-teal-darker:hover{
    --gradient-from-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .lg\:hover\:from-teal-dark:hover{
    --gradient-from-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .lg\:hover\:from-teal:hover{
    --gradient-from-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .lg\:hover\:from-teal-light:hover{
    --gradient-from-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .lg\:hover\:from-teal-lighter:hover{
    --gradient-from-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .lg\:hover\:from-teal-lightest:hover{
    --gradient-from-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .lg\:hover\:from-blue-darkest:hover{
    --gradient-from-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .lg\:hover\:from-blue-darker:hover{
    --gradient-from-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .lg\:hover\:from-blue-dark:hover{
    --gradient-from-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .lg\:hover\:from-blue:hover{
    --gradient-from-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .lg\:hover\:from-blue-light:hover{
    --gradient-from-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .lg\:hover\:from-blue-lighter:hover{
    --gradient-from-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .lg\:hover\:from-blue-lightest:hover{
    --gradient-from-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .lg\:hover\:from-indigo-darkest:hover{
    --gradient-from-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .lg\:hover\:from-indigo-darker:hover{
    --gradient-from-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .lg\:hover\:from-indigo-dark:hover{
    --gradient-from-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .lg\:hover\:from-indigo:hover{
    --gradient-from-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .lg\:hover\:from-indigo-light:hover{
    --gradient-from-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .lg\:hover\:from-indigo-lighter:hover{
    --gradient-from-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .lg\:hover\:from-indigo-lightest:hover{
    --gradient-from-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .lg\:hover\:from-purple-darkest:hover{
    --gradient-from-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .lg\:hover\:from-purple-darker:hover{
    --gradient-from-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .lg\:hover\:from-purple-dark:hover{
    --gradient-from-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .lg\:hover\:from-purple:hover{
    --gradient-from-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .lg\:hover\:from-purple-light:hover{
    --gradient-from-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .lg\:hover\:from-purple-lighter:hover{
    --gradient-from-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .lg\:hover\:from-purple-lightest:hover{
    --gradient-from-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .lg\:hover\:from-pink-darkest:hover{
    --gradient-from-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .lg\:hover\:from-pink-darker:hover{
    --gradient-from-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .lg\:hover\:from-pink-dark:hover{
    --gradient-from-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .lg\:hover\:from-pink:hover{
    --gradient-from-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .lg\:hover\:from-pink-light:hover{
    --gradient-from-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .lg\:hover\:from-pink-lighter:hover{
    --gradient-from-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .lg\:hover\:from-pink-lightest:hover{
    --gradient-from-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .lg\:hover\:via-transparent:hover{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-black-real:hover{
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-black:hover{
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .lg\:hover\:via-grey-darkest:hover{
    --gradient-via-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .lg\:hover\:via-grey-darker:hover{
    --gradient-via-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .lg\:hover\:via-grey-dark:hover{
    --gradient-via-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .lg\:hover\:via-grey:hover{
    --gradient-via-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .lg\:hover\:via-grey-light:hover{
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .lg\:hover\:via-grey-lighter:hover{
    --gradient-via-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .lg\:hover\:via-grey-lightest:hover{
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:hover\:via-white:hover{
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-red-darkest:hover{
    --gradient-via-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .lg\:hover\:via-red-darker:hover{
    --gradient-via-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .lg\:hover\:via-red-dark:hover{
    --gradient-via-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .lg\:hover\:via-red:hover{
    --gradient-via-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .lg\:hover\:via-red-light:hover{
    --gradient-via-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .lg\:hover\:via-red-lighter:hover{
    --gradient-via-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .lg\:hover\:via-red-lightest:hover{
    --gradient-via-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .lg\:hover\:via-orange-darkest:hover{
    --gradient-via-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .lg\:hover\:via-orange-darker:hover{
    --gradient-via-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .lg\:hover\:via-orange-dark:hover{
    --gradient-via-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .lg\:hover\:via-orange:hover{
    --gradient-via-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .lg\:hover\:via-orange-light:hover{
    --gradient-via-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .lg\:hover\:via-orange-lighter:hover{
    --gradient-via-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .lg\:hover\:via-orange-lightest:hover{
    --gradient-via-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .lg\:hover\:via-yellow-darkest:hover{
    --gradient-via-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .lg\:hover\:via-yellow-darker:hover{
    --gradient-via-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .lg\:hover\:via-yellow-dark:hover{
    --gradient-via-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .lg\:hover\:via-yellow:hover{
    --gradient-via-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .lg\:hover\:via-yellow-light:hover{
    --gradient-via-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .lg\:hover\:via-yellow-lighter:hover{
    --gradient-via-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .lg\:hover\:via-yellow-lightest:hover{
    --gradient-via-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .lg\:hover\:via-green-darkest:hover{
    --gradient-via-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .lg\:hover\:via-green-darker:hover{
    --gradient-via-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .lg\:hover\:via-green-dark:hover{
    --gradient-via-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .lg\:hover\:via-green:hover{
    --gradient-via-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .lg\:hover\:via-green-light:hover{
    --gradient-via-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .lg\:hover\:via-green-lighter:hover{
    --gradient-via-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .lg\:hover\:via-green-lightest:hover{
    --gradient-via-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .lg\:hover\:via-teal-darkest:hover{
    --gradient-via-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .lg\:hover\:via-teal-darker:hover{
    --gradient-via-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .lg\:hover\:via-teal-dark:hover{
    --gradient-via-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .lg\:hover\:via-teal:hover{
    --gradient-via-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .lg\:hover\:via-teal-light:hover{
    --gradient-via-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .lg\:hover\:via-teal-lighter:hover{
    --gradient-via-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .lg\:hover\:via-teal-lightest:hover{
    --gradient-via-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .lg\:hover\:via-blue-darkest:hover{
    --gradient-via-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .lg\:hover\:via-blue-darker:hover{
    --gradient-via-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .lg\:hover\:via-blue-dark:hover{
    --gradient-via-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .lg\:hover\:via-blue:hover{
    --gradient-via-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .lg\:hover\:via-blue-light:hover{
    --gradient-via-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .lg\:hover\:via-blue-lighter:hover{
    --gradient-via-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .lg\:hover\:via-blue-lightest:hover{
    --gradient-via-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .lg\:hover\:via-indigo-darkest:hover{
    --gradient-via-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .lg\:hover\:via-indigo-darker:hover{
    --gradient-via-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .lg\:hover\:via-indigo-dark:hover{
    --gradient-via-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .lg\:hover\:via-indigo:hover{
    --gradient-via-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .lg\:hover\:via-indigo-light:hover{
    --gradient-via-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .lg\:hover\:via-indigo-lighter:hover{
    --gradient-via-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .lg\:hover\:via-indigo-lightest:hover{
    --gradient-via-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .lg\:hover\:via-purple-darkest:hover{
    --gradient-via-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .lg\:hover\:via-purple-darker:hover{
    --gradient-via-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .lg\:hover\:via-purple-dark:hover{
    --gradient-via-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .lg\:hover\:via-purple:hover{
    --gradient-via-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .lg\:hover\:via-purple-light:hover{
    --gradient-via-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .lg\:hover\:via-purple-lighter:hover{
    --gradient-via-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .lg\:hover\:via-purple-lightest:hover{
    --gradient-via-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .lg\:hover\:via-pink-darkest:hover{
    --gradient-via-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .lg\:hover\:via-pink-darker:hover{
    --gradient-via-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .lg\:hover\:via-pink-dark:hover{
    --gradient-via-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .lg\:hover\:via-pink:hover{
    --gradient-via-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .lg\:hover\:via-pink-light:hover{
    --gradient-via-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .lg\:hover\:via-pink-lighter:hover{
    --gradient-via-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .lg\:hover\:via-pink-lightest:hover{
    --gradient-via-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .lg\:hover\:to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .lg\:hover\:to-black-real:hover{
    --gradient-to-color: #000000 !important;
  }

  .lg\:hover\:to-black:hover{
    --gradient-to-color: #22292f !important;
  }

  .lg\:hover\:to-grey-darkest:hover{
    --gradient-to-color: #3d4852 !important;
  }

  .lg\:hover\:to-grey-darker:hover{
    --gradient-to-color: #606f7b !important;
  }

  .lg\:hover\:to-grey-dark:hover{
    --gradient-to-color: #8795a1 !important;
  }

  .lg\:hover\:to-grey:hover{
    --gradient-to-color: #b8c2cc !important;
  }

  .lg\:hover\:to-grey-light:hover{
    --gradient-to-color: #dae1e7 !important;
  }

  .lg\:hover\:to-grey-lighter:hover{
    --gradient-to-color: #f1f5f8 !important;
  }

  .lg\:hover\:to-grey-lightest:hover{
    --gradient-to-color: #f8fafc !important;
  }

  .lg\:hover\:to-white:hover{
    --gradient-to-color: #ffffff !important;
  }

  .lg\:hover\:to-red-darkest:hover{
    --gradient-to-color: #3b0d0c !important;
  }

  .lg\:hover\:to-red-darker:hover{
    --gradient-to-color: #621b18 !important;
  }

  .lg\:hover\:to-red-dark:hover{
    --gradient-to-color: #cc1f1a !important;
  }

  .lg\:hover\:to-red:hover{
    --gradient-to-color: #e3342f !important;
  }

  .lg\:hover\:to-red-light:hover{
    --gradient-to-color: #ef5753 !important;
  }

  .lg\:hover\:to-red-lighter:hover{
    --gradient-to-color: #f9acaa !important;
  }

  .lg\:hover\:to-red-lightest:hover{
    --gradient-to-color: #fcebea !important;
  }

  .lg\:hover\:to-orange-darkest:hover{
    --gradient-to-color: #462a16 !important;
  }

  .lg\:hover\:to-orange-darker:hover{
    --gradient-to-color: #613b1f !important;
  }

  .lg\:hover\:to-orange-dark:hover{
    --gradient-to-color: #de751f !important;
  }

  .lg\:hover\:to-orange:hover{
    --gradient-to-color: #f6993f !important;
  }

  .lg\:hover\:to-orange-light:hover{
    --gradient-to-color: #faad63 !important;
  }

  .lg\:hover\:to-orange-lighter:hover{
    --gradient-to-color: #fcd9b6 !important;
  }

  .lg\:hover\:to-orange-lightest:hover{
    --gradient-to-color: #fff5eb !important;
  }

  .lg\:hover\:to-yellow-darkest:hover{
    --gradient-to-color: #453411 !important;
  }

  .lg\:hover\:to-yellow-darker:hover{
    --gradient-to-color: #684f1d !important;
  }

  .lg\:hover\:to-yellow-dark:hover{
    --gradient-to-color: #f2d024 !important;
  }

  .lg\:hover\:to-yellow:hover{
    --gradient-to-color: #ffed4a !important;
  }

  .lg\:hover\:to-yellow-light:hover{
    --gradient-to-color: #fff382 !important;
  }

  .lg\:hover\:to-yellow-lighter:hover{
    --gradient-to-color: #fff9c2 !important;
  }

  .lg\:hover\:to-yellow-lightest:hover{
    --gradient-to-color: #fcfbeb !important;
  }

  .lg\:hover\:to-green-darkest:hover{
    --gradient-to-color: #0f2f21 !important;
  }

  .lg\:hover\:to-green-darker:hover{
    --gradient-to-color: #1a4731 !important;
  }

  .lg\:hover\:to-green-dark:hover{
    --gradient-to-color: #1f9d55 !important;
  }

  .lg\:hover\:to-green:hover{
    --gradient-to-color: #38c172 !important;
  }

  .lg\:hover\:to-green-light:hover{
    --gradient-to-color: #51d88a !important;
  }

  .lg\:hover\:to-green-lighter:hover{
    --gradient-to-color: #a2f5bf !important;
  }

  .lg\:hover\:to-green-lightest:hover{
    --gradient-to-color: #e3fcec !important;
  }

  .lg\:hover\:to-teal-darkest:hover{
    --gradient-to-color: #0d3331 !important;
  }

  .lg\:hover\:to-teal-darker:hover{
    --gradient-to-color: #20504f !important;
  }

  .lg\:hover\:to-teal-dark:hover{
    --gradient-to-color: #38a89d !important;
  }

  .lg\:hover\:to-teal:hover{
    --gradient-to-color: #4dc0b5 !important;
  }

  .lg\:hover\:to-teal-light:hover{
    --gradient-to-color: #64d5ca !important;
  }

  .lg\:hover\:to-teal-lighter:hover{
    --gradient-to-color: #a0f0ed !important;
  }

  .lg\:hover\:to-teal-lightest:hover{
    --gradient-to-color: #e8fffe !important;
  }

  .lg\:hover\:to-blue-darkest:hover{
    --gradient-to-color: #12283a !important;
  }

  .lg\:hover\:to-blue-darker:hover{
    --gradient-to-color: #1c3d5a !important;
  }

  .lg\:hover\:to-blue-dark:hover{
    --gradient-to-color: #2779bd !important;
  }

  .lg\:hover\:to-blue:hover{
    --gradient-to-color: #3490dc !important;
  }

  .lg\:hover\:to-blue-light:hover{
    --gradient-to-color: #6cb2eb !important;
  }

  .lg\:hover\:to-blue-lighter:hover{
    --gradient-to-color: #bcdefa !important;
  }

  .lg\:hover\:to-blue-lightest:hover{
    --gradient-to-color: #eff8ff !important;
  }

  .lg\:hover\:to-indigo-darkest:hover{
    --gradient-to-color: #191e38 !important;
  }

  .lg\:hover\:to-indigo-darker:hover{
    --gradient-to-color: #2f365f !important;
  }

  .lg\:hover\:to-indigo-dark:hover{
    --gradient-to-color: #5661b3 !important;
  }

  .lg\:hover\:to-indigo:hover{
    --gradient-to-color: #6574cd !important;
  }

  .lg\:hover\:to-indigo-light:hover{
    --gradient-to-color: #7886d7 !important;
  }

  .lg\:hover\:to-indigo-lighter:hover{
    --gradient-to-color: #b2b7ff !important;
  }

  .lg\:hover\:to-indigo-lightest:hover{
    --gradient-to-color: #e6e8ff !important;
  }

  .lg\:hover\:to-purple-darkest:hover{
    --gradient-to-color: #21183c !important;
  }

  .lg\:hover\:to-purple-darker:hover{
    --gradient-to-color: #382b5f !important;
  }

  .lg\:hover\:to-purple-dark:hover{
    --gradient-to-color: #794acf !important;
  }

  .lg\:hover\:to-purple:hover{
    --gradient-to-color: #9561e2 !important;
  }

  .lg\:hover\:to-purple-light:hover{
    --gradient-to-color: #a779e9 !important;
  }

  .lg\:hover\:to-purple-lighter:hover{
    --gradient-to-color: #d6bbfc !important;
  }

  .lg\:hover\:to-purple-lightest:hover{
    --gradient-to-color: #f3ebff !important;
  }

  .lg\:hover\:to-pink-darkest:hover{
    --gradient-to-color: #451225 !important;
  }

  .lg\:hover\:to-pink-darker:hover{
    --gradient-to-color: #6f213f !important;
  }

  .lg\:hover\:to-pink-dark:hover{
    --gradient-to-color: #eb5286 !important;
  }

  .lg\:hover\:to-pink:hover{
    --gradient-to-color: #f66d9b !important;
  }

  .lg\:hover\:to-pink-light:hover{
    --gradient-to-color: #fa7ea8 !important;
  }

  .lg\:hover\:to-pink-lighter:hover{
    --gradient-to-color: #ffbbca !important;
  }

  .lg\:hover\:to-pink-lightest:hover{
    --gradient-to-color: #ffebef !important;
  }

  .lg\:focus\:from-transparent:focus{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-black-real:focus{
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-black:focus{
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .lg\:focus\:from-grey-darkest:focus{
    --gradient-from-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .lg\:focus\:from-grey-darker:focus{
    --gradient-from-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .lg\:focus\:from-grey-dark:focus{
    --gradient-from-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .lg\:focus\:from-grey:focus{
    --gradient-from-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .lg\:focus\:from-grey-light:focus{
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .lg\:focus\:from-grey-lighter:focus{
    --gradient-from-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .lg\:focus\:from-grey-lightest:focus{
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:focus\:from-white:focus{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-red-darkest:focus{
    --gradient-from-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .lg\:focus\:from-red-darker:focus{
    --gradient-from-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .lg\:focus\:from-red-dark:focus{
    --gradient-from-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .lg\:focus\:from-red:focus{
    --gradient-from-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .lg\:focus\:from-red-light:focus{
    --gradient-from-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .lg\:focus\:from-red-lighter:focus{
    --gradient-from-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .lg\:focus\:from-red-lightest:focus{
    --gradient-from-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .lg\:focus\:from-orange-darkest:focus{
    --gradient-from-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .lg\:focus\:from-orange-darker:focus{
    --gradient-from-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .lg\:focus\:from-orange-dark:focus{
    --gradient-from-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .lg\:focus\:from-orange:focus{
    --gradient-from-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .lg\:focus\:from-orange-light:focus{
    --gradient-from-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .lg\:focus\:from-orange-lighter:focus{
    --gradient-from-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .lg\:focus\:from-orange-lightest:focus{
    --gradient-from-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .lg\:focus\:from-yellow-darkest:focus{
    --gradient-from-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .lg\:focus\:from-yellow-darker:focus{
    --gradient-from-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .lg\:focus\:from-yellow-dark:focus{
    --gradient-from-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .lg\:focus\:from-yellow:focus{
    --gradient-from-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .lg\:focus\:from-yellow-light:focus{
    --gradient-from-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .lg\:focus\:from-yellow-lighter:focus{
    --gradient-from-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .lg\:focus\:from-yellow-lightest:focus{
    --gradient-from-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .lg\:focus\:from-green-darkest:focus{
    --gradient-from-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .lg\:focus\:from-green-darker:focus{
    --gradient-from-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .lg\:focus\:from-green-dark:focus{
    --gradient-from-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .lg\:focus\:from-green:focus{
    --gradient-from-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .lg\:focus\:from-green-light:focus{
    --gradient-from-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .lg\:focus\:from-green-lighter:focus{
    --gradient-from-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .lg\:focus\:from-green-lightest:focus{
    --gradient-from-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .lg\:focus\:from-teal-darkest:focus{
    --gradient-from-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .lg\:focus\:from-teal-darker:focus{
    --gradient-from-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .lg\:focus\:from-teal-dark:focus{
    --gradient-from-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .lg\:focus\:from-teal:focus{
    --gradient-from-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .lg\:focus\:from-teal-light:focus{
    --gradient-from-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .lg\:focus\:from-teal-lighter:focus{
    --gradient-from-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .lg\:focus\:from-teal-lightest:focus{
    --gradient-from-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .lg\:focus\:from-blue-darkest:focus{
    --gradient-from-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .lg\:focus\:from-blue-darker:focus{
    --gradient-from-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .lg\:focus\:from-blue-dark:focus{
    --gradient-from-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .lg\:focus\:from-blue:focus{
    --gradient-from-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .lg\:focus\:from-blue-light:focus{
    --gradient-from-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .lg\:focus\:from-blue-lighter:focus{
    --gradient-from-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .lg\:focus\:from-blue-lightest:focus{
    --gradient-from-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .lg\:focus\:from-indigo-darkest:focus{
    --gradient-from-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .lg\:focus\:from-indigo-darker:focus{
    --gradient-from-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .lg\:focus\:from-indigo-dark:focus{
    --gradient-from-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .lg\:focus\:from-indigo:focus{
    --gradient-from-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .lg\:focus\:from-indigo-light:focus{
    --gradient-from-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .lg\:focus\:from-indigo-lighter:focus{
    --gradient-from-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .lg\:focus\:from-indigo-lightest:focus{
    --gradient-from-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .lg\:focus\:from-purple-darkest:focus{
    --gradient-from-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .lg\:focus\:from-purple-darker:focus{
    --gradient-from-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .lg\:focus\:from-purple-dark:focus{
    --gradient-from-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .lg\:focus\:from-purple:focus{
    --gradient-from-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .lg\:focus\:from-purple-light:focus{
    --gradient-from-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .lg\:focus\:from-purple-lighter:focus{
    --gradient-from-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .lg\:focus\:from-purple-lightest:focus{
    --gradient-from-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .lg\:focus\:from-pink-darkest:focus{
    --gradient-from-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .lg\:focus\:from-pink-darker:focus{
    --gradient-from-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .lg\:focus\:from-pink-dark:focus{
    --gradient-from-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .lg\:focus\:from-pink:focus{
    --gradient-from-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .lg\:focus\:from-pink-light:focus{
    --gradient-from-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .lg\:focus\:from-pink-lighter:focus{
    --gradient-from-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .lg\:focus\:from-pink-lightest:focus{
    --gradient-from-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .lg\:focus\:via-transparent:focus{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-black-real:focus{
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-black:focus{
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .lg\:focus\:via-grey-darkest:focus{
    --gradient-via-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .lg\:focus\:via-grey-darker:focus{
    --gradient-via-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .lg\:focus\:via-grey-dark:focus{
    --gradient-via-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .lg\:focus\:via-grey:focus{
    --gradient-via-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .lg\:focus\:via-grey-light:focus{
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .lg\:focus\:via-grey-lighter:focus{
    --gradient-via-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .lg\:focus\:via-grey-lightest:focus{
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:focus\:via-white:focus{
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-red-darkest:focus{
    --gradient-via-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .lg\:focus\:via-red-darker:focus{
    --gradient-via-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .lg\:focus\:via-red-dark:focus{
    --gradient-via-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .lg\:focus\:via-red:focus{
    --gradient-via-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .lg\:focus\:via-red-light:focus{
    --gradient-via-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .lg\:focus\:via-red-lighter:focus{
    --gradient-via-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .lg\:focus\:via-red-lightest:focus{
    --gradient-via-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .lg\:focus\:via-orange-darkest:focus{
    --gradient-via-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .lg\:focus\:via-orange-darker:focus{
    --gradient-via-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .lg\:focus\:via-orange-dark:focus{
    --gradient-via-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .lg\:focus\:via-orange:focus{
    --gradient-via-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .lg\:focus\:via-orange-light:focus{
    --gradient-via-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .lg\:focus\:via-orange-lighter:focus{
    --gradient-via-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .lg\:focus\:via-orange-lightest:focus{
    --gradient-via-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .lg\:focus\:via-yellow-darkest:focus{
    --gradient-via-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .lg\:focus\:via-yellow-darker:focus{
    --gradient-via-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .lg\:focus\:via-yellow-dark:focus{
    --gradient-via-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .lg\:focus\:via-yellow:focus{
    --gradient-via-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .lg\:focus\:via-yellow-light:focus{
    --gradient-via-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .lg\:focus\:via-yellow-lighter:focus{
    --gradient-via-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .lg\:focus\:via-yellow-lightest:focus{
    --gradient-via-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .lg\:focus\:via-green-darkest:focus{
    --gradient-via-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .lg\:focus\:via-green-darker:focus{
    --gradient-via-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .lg\:focus\:via-green-dark:focus{
    --gradient-via-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .lg\:focus\:via-green:focus{
    --gradient-via-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .lg\:focus\:via-green-light:focus{
    --gradient-via-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .lg\:focus\:via-green-lighter:focus{
    --gradient-via-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .lg\:focus\:via-green-lightest:focus{
    --gradient-via-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .lg\:focus\:via-teal-darkest:focus{
    --gradient-via-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .lg\:focus\:via-teal-darker:focus{
    --gradient-via-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .lg\:focus\:via-teal-dark:focus{
    --gradient-via-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .lg\:focus\:via-teal:focus{
    --gradient-via-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .lg\:focus\:via-teal-light:focus{
    --gradient-via-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .lg\:focus\:via-teal-lighter:focus{
    --gradient-via-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .lg\:focus\:via-teal-lightest:focus{
    --gradient-via-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .lg\:focus\:via-blue-darkest:focus{
    --gradient-via-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .lg\:focus\:via-blue-darker:focus{
    --gradient-via-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .lg\:focus\:via-blue-dark:focus{
    --gradient-via-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .lg\:focus\:via-blue:focus{
    --gradient-via-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .lg\:focus\:via-blue-light:focus{
    --gradient-via-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .lg\:focus\:via-blue-lighter:focus{
    --gradient-via-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .lg\:focus\:via-blue-lightest:focus{
    --gradient-via-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .lg\:focus\:via-indigo-darkest:focus{
    --gradient-via-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .lg\:focus\:via-indigo-darker:focus{
    --gradient-via-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .lg\:focus\:via-indigo-dark:focus{
    --gradient-via-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .lg\:focus\:via-indigo:focus{
    --gradient-via-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .lg\:focus\:via-indigo-light:focus{
    --gradient-via-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .lg\:focus\:via-indigo-lighter:focus{
    --gradient-via-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .lg\:focus\:via-indigo-lightest:focus{
    --gradient-via-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .lg\:focus\:via-purple-darkest:focus{
    --gradient-via-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .lg\:focus\:via-purple-darker:focus{
    --gradient-via-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .lg\:focus\:via-purple-dark:focus{
    --gradient-via-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .lg\:focus\:via-purple:focus{
    --gradient-via-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .lg\:focus\:via-purple-light:focus{
    --gradient-via-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .lg\:focus\:via-purple-lighter:focus{
    --gradient-via-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .lg\:focus\:via-purple-lightest:focus{
    --gradient-via-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .lg\:focus\:via-pink-darkest:focus{
    --gradient-via-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .lg\:focus\:via-pink-darker:focus{
    --gradient-via-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .lg\:focus\:via-pink-dark:focus{
    --gradient-via-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .lg\:focus\:via-pink:focus{
    --gradient-via-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .lg\:focus\:via-pink-light:focus{
    --gradient-via-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .lg\:focus\:via-pink-lighter:focus{
    --gradient-via-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .lg\:focus\:via-pink-lightest:focus{
    --gradient-via-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .lg\:focus\:to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .lg\:focus\:to-black-real:focus{
    --gradient-to-color: #000000 !important;
  }

  .lg\:focus\:to-black:focus{
    --gradient-to-color: #22292f !important;
  }

  .lg\:focus\:to-grey-darkest:focus{
    --gradient-to-color: #3d4852 !important;
  }

  .lg\:focus\:to-grey-darker:focus{
    --gradient-to-color: #606f7b !important;
  }

  .lg\:focus\:to-grey-dark:focus{
    --gradient-to-color: #8795a1 !important;
  }

  .lg\:focus\:to-grey:focus{
    --gradient-to-color: #b8c2cc !important;
  }

  .lg\:focus\:to-grey-light:focus{
    --gradient-to-color: #dae1e7 !important;
  }

  .lg\:focus\:to-grey-lighter:focus{
    --gradient-to-color: #f1f5f8 !important;
  }

  .lg\:focus\:to-grey-lightest:focus{
    --gradient-to-color: #f8fafc !important;
  }

  .lg\:focus\:to-white:focus{
    --gradient-to-color: #ffffff !important;
  }

  .lg\:focus\:to-red-darkest:focus{
    --gradient-to-color: #3b0d0c !important;
  }

  .lg\:focus\:to-red-darker:focus{
    --gradient-to-color: #621b18 !important;
  }

  .lg\:focus\:to-red-dark:focus{
    --gradient-to-color: #cc1f1a !important;
  }

  .lg\:focus\:to-red:focus{
    --gradient-to-color: #e3342f !important;
  }

  .lg\:focus\:to-red-light:focus{
    --gradient-to-color: #ef5753 !important;
  }

  .lg\:focus\:to-red-lighter:focus{
    --gradient-to-color: #f9acaa !important;
  }

  .lg\:focus\:to-red-lightest:focus{
    --gradient-to-color: #fcebea !important;
  }

  .lg\:focus\:to-orange-darkest:focus{
    --gradient-to-color: #462a16 !important;
  }

  .lg\:focus\:to-orange-darker:focus{
    --gradient-to-color: #613b1f !important;
  }

  .lg\:focus\:to-orange-dark:focus{
    --gradient-to-color: #de751f !important;
  }

  .lg\:focus\:to-orange:focus{
    --gradient-to-color: #f6993f !important;
  }

  .lg\:focus\:to-orange-light:focus{
    --gradient-to-color: #faad63 !important;
  }

  .lg\:focus\:to-orange-lighter:focus{
    --gradient-to-color: #fcd9b6 !important;
  }

  .lg\:focus\:to-orange-lightest:focus{
    --gradient-to-color: #fff5eb !important;
  }

  .lg\:focus\:to-yellow-darkest:focus{
    --gradient-to-color: #453411 !important;
  }

  .lg\:focus\:to-yellow-darker:focus{
    --gradient-to-color: #684f1d !important;
  }

  .lg\:focus\:to-yellow-dark:focus{
    --gradient-to-color: #f2d024 !important;
  }

  .lg\:focus\:to-yellow:focus{
    --gradient-to-color: #ffed4a !important;
  }

  .lg\:focus\:to-yellow-light:focus{
    --gradient-to-color: #fff382 !important;
  }

  .lg\:focus\:to-yellow-lighter:focus{
    --gradient-to-color: #fff9c2 !important;
  }

  .lg\:focus\:to-yellow-lightest:focus{
    --gradient-to-color: #fcfbeb !important;
  }

  .lg\:focus\:to-green-darkest:focus{
    --gradient-to-color: #0f2f21 !important;
  }

  .lg\:focus\:to-green-darker:focus{
    --gradient-to-color: #1a4731 !important;
  }

  .lg\:focus\:to-green-dark:focus{
    --gradient-to-color: #1f9d55 !important;
  }

  .lg\:focus\:to-green:focus{
    --gradient-to-color: #38c172 !important;
  }

  .lg\:focus\:to-green-light:focus{
    --gradient-to-color: #51d88a !important;
  }

  .lg\:focus\:to-green-lighter:focus{
    --gradient-to-color: #a2f5bf !important;
  }

  .lg\:focus\:to-green-lightest:focus{
    --gradient-to-color: #e3fcec !important;
  }

  .lg\:focus\:to-teal-darkest:focus{
    --gradient-to-color: #0d3331 !important;
  }

  .lg\:focus\:to-teal-darker:focus{
    --gradient-to-color: #20504f !important;
  }

  .lg\:focus\:to-teal-dark:focus{
    --gradient-to-color: #38a89d !important;
  }

  .lg\:focus\:to-teal:focus{
    --gradient-to-color: #4dc0b5 !important;
  }

  .lg\:focus\:to-teal-light:focus{
    --gradient-to-color: #64d5ca !important;
  }

  .lg\:focus\:to-teal-lighter:focus{
    --gradient-to-color: #a0f0ed !important;
  }

  .lg\:focus\:to-teal-lightest:focus{
    --gradient-to-color: #e8fffe !important;
  }

  .lg\:focus\:to-blue-darkest:focus{
    --gradient-to-color: #12283a !important;
  }

  .lg\:focus\:to-blue-darker:focus{
    --gradient-to-color: #1c3d5a !important;
  }

  .lg\:focus\:to-blue-dark:focus{
    --gradient-to-color: #2779bd !important;
  }

  .lg\:focus\:to-blue:focus{
    --gradient-to-color: #3490dc !important;
  }

  .lg\:focus\:to-blue-light:focus{
    --gradient-to-color: #6cb2eb !important;
  }

  .lg\:focus\:to-blue-lighter:focus{
    --gradient-to-color: #bcdefa !important;
  }

  .lg\:focus\:to-blue-lightest:focus{
    --gradient-to-color: #eff8ff !important;
  }

  .lg\:focus\:to-indigo-darkest:focus{
    --gradient-to-color: #191e38 !important;
  }

  .lg\:focus\:to-indigo-darker:focus{
    --gradient-to-color: #2f365f !important;
  }

  .lg\:focus\:to-indigo-dark:focus{
    --gradient-to-color: #5661b3 !important;
  }

  .lg\:focus\:to-indigo:focus{
    --gradient-to-color: #6574cd !important;
  }

  .lg\:focus\:to-indigo-light:focus{
    --gradient-to-color: #7886d7 !important;
  }

  .lg\:focus\:to-indigo-lighter:focus{
    --gradient-to-color: #b2b7ff !important;
  }

  .lg\:focus\:to-indigo-lightest:focus{
    --gradient-to-color: #e6e8ff !important;
  }

  .lg\:focus\:to-purple-darkest:focus{
    --gradient-to-color: #21183c !important;
  }

  .lg\:focus\:to-purple-darker:focus{
    --gradient-to-color: #382b5f !important;
  }

  .lg\:focus\:to-purple-dark:focus{
    --gradient-to-color: #794acf !important;
  }

  .lg\:focus\:to-purple:focus{
    --gradient-to-color: #9561e2 !important;
  }

  .lg\:focus\:to-purple-light:focus{
    --gradient-to-color: #a779e9 !important;
  }

  .lg\:focus\:to-purple-lighter:focus{
    --gradient-to-color: #d6bbfc !important;
  }

  .lg\:focus\:to-purple-lightest:focus{
    --gradient-to-color: #f3ebff !important;
  }

  .lg\:focus\:to-pink-darkest:focus{
    --gradient-to-color: #451225 !important;
  }

  .lg\:focus\:to-pink-darker:focus{
    --gradient-to-color: #6f213f !important;
  }

  .lg\:focus\:to-pink-dark:focus{
    --gradient-to-color: #eb5286 !important;
  }

  .lg\:focus\:to-pink:focus{
    --gradient-to-color: #f66d9b !important;
  }

  .lg\:focus\:to-pink-light:focus{
    --gradient-to-color: #fa7ea8 !important;
  }

  .lg\:focus\:to-pink-lighter:focus{
    --gradient-to-color: #ffbbca !important;
  }

  .lg\:focus\:to-pink-lightest:focus{
    --gradient-to-color: #ffebef !important;
  }

  .lg\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .lg\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .lg\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .lg\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .lg\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .lg\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .lg\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .lg\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .lg\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .lg\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .lg\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .lg\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .lg\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .lg\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .lg\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .lg\:bg-bottom{
    background-position: bottom !important;
  }

  .lg\:bg-center{
    background-position: center !important;
  }

  .lg\:bg-left{
    background-position: left !important;
  }

  .lg\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .lg\:bg-left-top{
    background-position: left top !important;
  }

  .lg\:bg-right{
    background-position: right !important;
  }

  .lg\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .lg\:bg-right-top{
    background-position: right top !important;
  }

  .lg\:bg-top{
    background-position: top !important;
  }

  .lg\:bg-repeat{
    background-repeat: repeat !important;
  }

  .lg\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .lg\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .lg\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .lg\:bg-repeat-round{
    background-repeat: round !important;
  }

  .lg\:bg-repeat-space{
    background-repeat: space !important;
  }

  .lg\:bg-auto{
    background-size: auto !important;
  }

  .lg\:bg-cover{
    background-size: cover !important;
  }

  .lg\:bg-contain{
    background-size: contain !important;
  }

  .lg\:border-transparent{
    border-color: transparent !important;
  }

  .lg\:border-black-real{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:border-black{
    --border-opacity: 1 !important;
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .lg\:border-grey-darkest{
    --border-opacity: 1 !important;
    border-color: #3d4852 !important;
    border-color: rgba(61, 72, 82, var(--border-opacity)) !important;
  }

  .lg\:border-grey-darker{
    --border-opacity: 1 !important;
    border-color: #606f7b !important;
    border-color: rgba(96, 111, 123, var(--border-opacity)) !important;
  }

  .lg\:border-grey-dark{
    --border-opacity: 1 !important;
    border-color: #8795a1 !important;
    border-color: rgba(135, 149, 161, var(--border-opacity)) !important;
  }

  .lg\:border-grey{
    --border-opacity: 1 !important;
    border-color: #b8c2cc !important;
    border-color: rgba(184, 194, 204, var(--border-opacity)) !important;
  }

  .lg\:border-grey-light{
    --border-opacity: 1 !important;
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .lg\:border-grey-lighter{
    --border-opacity: 1 !important;
    border-color: #f1f5f8 !important;
    border-color: rgba(241, 245, 248, var(--border-opacity)) !important;
  }

  .lg\:border-grey-lightest{
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:border-white{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:border-red-darkest{
    --border-opacity: 1 !important;
    border-color: #3b0d0c !important;
    border-color: rgba(59, 13, 12, var(--border-opacity)) !important;
  }

  .lg\:border-red-darker{
    --border-opacity: 1 !important;
    border-color: #621b18 !important;
    border-color: rgba(98, 27, 24, var(--border-opacity)) !important;
  }

  .lg\:border-red-dark{
    --border-opacity: 1 !important;
    border-color: #cc1f1a !important;
    border-color: rgba(204, 31, 26, var(--border-opacity)) !important;
  }

  .lg\:border-red{
    --border-opacity: 1 !important;
    border-color: #e3342f !important;
    border-color: rgba(227, 52, 47, var(--border-opacity)) !important;
  }

  .lg\:border-red-light{
    --border-opacity: 1 !important;
    border-color: #ef5753 !important;
    border-color: rgba(239, 87, 83, var(--border-opacity)) !important;
  }

  .lg\:border-red-lighter{
    --border-opacity: 1 !important;
    border-color: #f9acaa !important;
    border-color: rgba(249, 172, 170, var(--border-opacity)) !important;
  }

  .lg\:border-red-lightest{
    --border-opacity: 1 !important;
    border-color: #fcebea !important;
    border-color: rgba(252, 235, 234, var(--border-opacity)) !important;
  }

  .lg\:border-orange-darkest{
    --border-opacity: 1 !important;
    border-color: #462a16 !important;
    border-color: rgba(70, 42, 22, var(--border-opacity)) !important;
  }

  .lg\:border-orange-darker{
    --border-opacity: 1 !important;
    border-color: #613b1f !important;
    border-color: rgba(97, 59, 31, var(--border-opacity)) !important;
  }

  .lg\:border-orange-dark{
    --border-opacity: 1 !important;
    border-color: #de751f !important;
    border-color: rgba(222, 117, 31, var(--border-opacity)) !important;
  }

  .lg\:border-orange{
    --border-opacity: 1 !important;
    border-color: #f6993f !important;
    border-color: rgba(246, 153, 63, var(--border-opacity)) !important;
  }

  .lg\:border-orange-light{
    --border-opacity: 1 !important;
    border-color: #faad63 !important;
    border-color: rgba(250, 173, 99, var(--border-opacity)) !important;
  }

  .lg\:border-orange-lighter{
    --border-opacity: 1 !important;
    border-color: #fcd9b6 !important;
    border-color: rgba(252, 217, 182, var(--border-opacity)) !important;
  }

  .lg\:border-orange-lightest{
    --border-opacity: 1 !important;
    border-color: #fff5eb !important;
    border-color: rgba(255, 245, 235, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-darkest{
    --border-opacity: 1 !important;
    border-color: #453411 !important;
    border-color: rgba(69, 52, 17, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-darker{
    --border-opacity: 1 !important;
    border-color: #684f1d !important;
    border-color: rgba(104, 79, 29, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-dark{
    --border-opacity: 1 !important;
    border-color: #f2d024 !important;
    border-color: rgba(242, 208, 36, var(--border-opacity)) !important;
  }

  .lg\:border-yellow{
    --border-opacity: 1 !important;
    border-color: #ffed4a !important;
    border-color: rgba(255, 237, 74, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-light{
    --border-opacity: 1 !important;
    border-color: #fff382 !important;
    border-color: rgba(255, 243, 130, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-lighter{
    --border-opacity: 1 !important;
    border-color: #fff9c2 !important;
    border-color: rgba(255, 249, 194, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-lightest{
    --border-opacity: 1 !important;
    border-color: #fcfbeb !important;
    border-color: rgba(252, 251, 235, var(--border-opacity)) !important;
  }

  .lg\:border-green-darkest{
    --border-opacity: 1 !important;
    border-color: #0f2f21 !important;
    border-color: rgba(15, 47, 33, var(--border-opacity)) !important;
  }

  .lg\:border-green-darker{
    --border-opacity: 1 !important;
    border-color: #1a4731 !important;
    border-color: rgba(26, 71, 49, var(--border-opacity)) !important;
  }

  .lg\:border-green-dark{
    --border-opacity: 1 !important;
    border-color: #1f9d55 !important;
    border-color: rgba(31, 157, 85, var(--border-opacity)) !important;
  }

  .lg\:border-green{
    --border-opacity: 1 !important;
    border-color: #38c172 !important;
    border-color: rgba(56, 193, 114, var(--border-opacity)) !important;
  }

  .lg\:border-green-light{
    --border-opacity: 1 !important;
    border-color: #51d88a !important;
    border-color: rgba(81, 216, 138, var(--border-opacity)) !important;
  }

  .lg\:border-green-lighter{
    --border-opacity: 1 !important;
    border-color: #a2f5bf !important;
    border-color: rgba(162, 245, 191, var(--border-opacity)) !important;
  }

  .lg\:border-green-lightest{
    --border-opacity: 1 !important;
    border-color: #e3fcec !important;
    border-color: rgba(227, 252, 236, var(--border-opacity)) !important;
  }

  .lg\:border-teal-darkest{
    --border-opacity: 1 !important;
    border-color: #0d3331 !important;
    border-color: rgba(13, 51, 49, var(--border-opacity)) !important;
  }

  .lg\:border-teal-darker{
    --border-opacity: 1 !important;
    border-color: #20504f !important;
    border-color: rgba(32, 80, 79, var(--border-opacity)) !important;
  }

  .lg\:border-teal-dark{
    --border-opacity: 1 !important;
    border-color: #38a89d !important;
    border-color: rgba(56, 168, 157, var(--border-opacity)) !important;
  }

  .lg\:border-teal{
    --border-opacity: 1 !important;
    border-color: #4dc0b5 !important;
    border-color: rgba(77, 192, 181, var(--border-opacity)) !important;
  }

  .lg\:border-teal-light{
    --border-opacity: 1 !important;
    border-color: #64d5ca !important;
    border-color: rgba(100, 213, 202, var(--border-opacity)) !important;
  }

  .lg\:border-teal-lighter{
    --border-opacity: 1 !important;
    border-color: #a0f0ed !important;
    border-color: rgba(160, 240, 237, var(--border-opacity)) !important;
  }

  .lg\:border-teal-lightest{
    --border-opacity: 1 !important;
    border-color: #e8fffe !important;
    border-color: rgba(232, 255, 254, var(--border-opacity)) !important;
  }

  .lg\:border-blue-darkest{
    --border-opacity: 1 !important;
    border-color: #12283a !important;
    border-color: rgba(18, 40, 58, var(--border-opacity)) !important;
  }

  .lg\:border-blue-darker{
    --border-opacity: 1 !important;
    border-color: #1c3d5a !important;
    border-color: rgba(28, 61, 90, var(--border-opacity)) !important;
  }

  .lg\:border-blue-dark{
    --border-opacity: 1 !important;
    border-color: #2779bd !important;
    border-color: rgba(39, 121, 189, var(--border-opacity)) !important;
  }

  .lg\:border-blue{
    --border-opacity: 1 !important;
    border-color: #3490dc !important;
    border-color: rgba(52, 144, 220, var(--border-opacity)) !important;
  }

  .lg\:border-blue-light{
    --border-opacity: 1 !important;
    border-color: #6cb2eb !important;
    border-color: rgba(108, 178, 235, var(--border-opacity)) !important;
  }

  .lg\:border-blue-lighter{
    --border-opacity: 1 !important;
    border-color: #bcdefa !important;
    border-color: rgba(188, 222, 250, var(--border-opacity)) !important;
  }

  .lg\:border-blue-lightest{
    --border-opacity: 1 !important;
    border-color: #eff8ff !important;
    border-color: rgba(239, 248, 255, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-darkest{
    --border-opacity: 1 !important;
    border-color: #191e38 !important;
    border-color: rgba(25, 30, 56, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-darker{
    --border-opacity: 1 !important;
    border-color: #2f365f !important;
    border-color: rgba(47, 54, 95, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-dark{
    --border-opacity: 1 !important;
    border-color: #5661b3 !important;
    border-color: rgba(86, 97, 179, var(--border-opacity)) !important;
  }

  .lg\:border-indigo{
    --border-opacity: 1 !important;
    border-color: #6574cd !important;
    border-color: rgba(101, 116, 205, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-light{
    --border-opacity: 1 !important;
    border-color: #7886d7 !important;
    border-color: rgba(120, 134, 215, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-lighter{
    --border-opacity: 1 !important;
    border-color: #b2b7ff !important;
    border-color: rgba(178, 183, 255, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-lightest{
    --border-opacity: 1 !important;
    border-color: #e6e8ff !important;
    border-color: rgba(230, 232, 255, var(--border-opacity)) !important;
  }

  .lg\:border-purple-darkest{
    --border-opacity: 1 !important;
    border-color: #21183c !important;
    border-color: rgba(33, 24, 60, var(--border-opacity)) !important;
  }

  .lg\:border-purple-darker{
    --border-opacity: 1 !important;
    border-color: #382b5f !important;
    border-color: rgba(56, 43, 95, var(--border-opacity)) !important;
  }

  .lg\:border-purple-dark{
    --border-opacity: 1 !important;
    border-color: #794acf !important;
    border-color: rgba(121, 74, 207, var(--border-opacity)) !important;
  }

  .lg\:border-purple{
    --border-opacity: 1 !important;
    border-color: #9561e2 !important;
    border-color: rgba(149, 97, 226, var(--border-opacity)) !important;
  }

  .lg\:border-purple-light{
    --border-opacity: 1 !important;
    border-color: #a779e9 !important;
    border-color: rgba(167, 121, 233, var(--border-opacity)) !important;
  }

  .lg\:border-purple-lighter{
    --border-opacity: 1 !important;
    border-color: #d6bbfc !important;
    border-color: rgba(214, 187, 252, var(--border-opacity)) !important;
  }

  .lg\:border-purple-lightest{
    --border-opacity: 1 !important;
    border-color: #f3ebff !important;
    border-color: rgba(243, 235, 255, var(--border-opacity)) !important;
  }

  .lg\:border-pink-darkest{
    --border-opacity: 1 !important;
    border-color: #451225 !important;
    border-color: rgba(69, 18, 37, var(--border-opacity)) !important;
  }

  .lg\:border-pink-darker{
    --border-opacity: 1 !important;
    border-color: #6f213f !important;
    border-color: rgba(111, 33, 63, var(--border-opacity)) !important;
  }

  .lg\:border-pink-dark{
    --border-opacity: 1 !important;
    border-color: #eb5286 !important;
    border-color: rgba(235, 82, 134, var(--border-opacity)) !important;
  }

  .lg\:border-pink{
    --border-opacity: 1 !important;
    border-color: #f66d9b !important;
    border-color: rgba(246, 109, 155, var(--border-opacity)) !important;
  }

  .lg\:border-pink-light{
    --border-opacity: 1 !important;
    border-color: #fa7ea8 !important;
    border-color: rgba(250, 126, 168, var(--border-opacity)) !important;
  }

  .lg\:border-pink-lighter{
    --border-opacity: 1 !important;
    border-color: #ffbbca !important;
    border-color: rgba(255, 187, 202, var(--border-opacity)) !important;
  }

  .lg\:border-pink-lightest{
    --border-opacity: 1 !important;
    border-color: #ffebef !important;
    border-color: rgba(255, 235, 239, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .lg\:hover\:border-black-real:hover{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-black:hover{
    --border-opacity: 1 !important;
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #3d4852 !important;
    border-color: rgba(61, 72, 82, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-darker:hover{
    --border-opacity: 1 !important;
    border-color: #606f7b !important;
    border-color: rgba(96, 111, 123, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-dark:hover{
    --border-opacity: 1 !important;
    border-color: #8795a1 !important;
    border-color: rgba(135, 149, 161, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey:hover{
    --border-opacity: 1 !important;
    border-color: #b8c2cc !important;
    border-color: rgba(184, 194, 204, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-light:hover{
    --border-opacity: 1 !important;
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #f1f5f8 !important;
    border-color: rgba(241, 245, 248, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-white:hover{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #3b0d0c !important;
    border-color: rgba(59, 13, 12, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-darker:hover{
    --border-opacity: 1 !important;
    border-color: #621b18 !important;
    border-color: rgba(98, 27, 24, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-dark:hover{
    --border-opacity: 1 !important;
    border-color: #cc1f1a !important;
    border-color: rgba(204, 31, 26, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red:hover{
    --border-opacity: 1 !important;
    border-color: #e3342f !important;
    border-color: rgba(227, 52, 47, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-light:hover{
    --border-opacity: 1 !important;
    border-color: #ef5753 !important;
    border-color: rgba(239, 87, 83, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #f9acaa !important;
    border-color: rgba(249, 172, 170, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #fcebea !important;
    border-color: rgba(252, 235, 234, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #462a16 !important;
    border-color: rgba(70, 42, 22, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-darker:hover{
    --border-opacity: 1 !important;
    border-color: #613b1f !important;
    border-color: rgba(97, 59, 31, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-dark:hover{
    --border-opacity: 1 !important;
    border-color: #de751f !important;
    border-color: rgba(222, 117, 31, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange:hover{
    --border-opacity: 1 !important;
    border-color: #f6993f !important;
    border-color: rgba(246, 153, 63, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-light:hover{
    --border-opacity: 1 !important;
    border-color: #faad63 !important;
    border-color: rgba(250, 173, 99, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #fcd9b6 !important;
    border-color: rgba(252, 217, 182, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #fff5eb !important;
    border-color: rgba(255, 245, 235, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #453411 !important;
    border-color: rgba(69, 52, 17, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-darker:hover{
    --border-opacity: 1 !important;
    border-color: #684f1d !important;
    border-color: rgba(104, 79, 29, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-dark:hover{
    --border-opacity: 1 !important;
    border-color: #f2d024 !important;
    border-color: rgba(242, 208, 36, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow:hover{
    --border-opacity: 1 !important;
    border-color: #ffed4a !important;
    border-color: rgba(255, 237, 74, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-light:hover{
    --border-opacity: 1 !important;
    border-color: #fff382 !important;
    border-color: rgba(255, 243, 130, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #fff9c2 !important;
    border-color: rgba(255, 249, 194, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #fcfbeb !important;
    border-color: rgba(252, 251, 235, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #0f2f21 !important;
    border-color: rgba(15, 47, 33, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-darker:hover{
    --border-opacity: 1 !important;
    border-color: #1a4731 !important;
    border-color: rgba(26, 71, 49, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-dark:hover{
    --border-opacity: 1 !important;
    border-color: #1f9d55 !important;
    border-color: rgba(31, 157, 85, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green:hover{
    --border-opacity: 1 !important;
    border-color: #38c172 !important;
    border-color: rgba(56, 193, 114, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-light:hover{
    --border-opacity: 1 !important;
    border-color: #51d88a !important;
    border-color: rgba(81, 216, 138, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #a2f5bf !important;
    border-color: rgba(162, 245, 191, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #e3fcec !important;
    border-color: rgba(227, 252, 236, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #0d3331 !important;
    border-color: rgba(13, 51, 49, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-darker:hover{
    --border-opacity: 1 !important;
    border-color: #20504f !important;
    border-color: rgba(32, 80, 79, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-dark:hover{
    --border-opacity: 1 !important;
    border-color: #38a89d !important;
    border-color: rgba(56, 168, 157, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal:hover{
    --border-opacity: 1 !important;
    border-color: #4dc0b5 !important;
    border-color: rgba(77, 192, 181, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-light:hover{
    --border-opacity: 1 !important;
    border-color: #64d5ca !important;
    border-color: rgba(100, 213, 202, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #a0f0ed !important;
    border-color: rgba(160, 240, 237, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #e8fffe !important;
    border-color: rgba(232, 255, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #12283a !important;
    border-color: rgba(18, 40, 58, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-darker:hover{
    --border-opacity: 1 !important;
    border-color: #1c3d5a !important;
    border-color: rgba(28, 61, 90, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-dark:hover{
    --border-opacity: 1 !important;
    border-color: #2779bd !important;
    border-color: rgba(39, 121, 189, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue:hover{
    --border-opacity: 1 !important;
    border-color: #3490dc !important;
    border-color: rgba(52, 144, 220, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-light:hover{
    --border-opacity: 1 !important;
    border-color: #6cb2eb !important;
    border-color: rgba(108, 178, 235, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #bcdefa !important;
    border-color: rgba(188, 222, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #eff8ff !important;
    border-color: rgba(239, 248, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #191e38 !important;
    border-color: rgba(25, 30, 56, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-darker:hover{
    --border-opacity: 1 !important;
    border-color: #2f365f !important;
    border-color: rgba(47, 54, 95, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-dark:hover{
    --border-opacity: 1 !important;
    border-color: #5661b3 !important;
    border-color: rgba(86, 97, 179, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo:hover{
    --border-opacity: 1 !important;
    border-color: #6574cd !important;
    border-color: rgba(101, 116, 205, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-light:hover{
    --border-opacity: 1 !important;
    border-color: #7886d7 !important;
    border-color: rgba(120, 134, 215, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #b2b7ff !important;
    border-color: rgba(178, 183, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #e6e8ff !important;
    border-color: rgba(230, 232, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #21183c !important;
    border-color: rgba(33, 24, 60, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-darker:hover{
    --border-opacity: 1 !important;
    border-color: #382b5f !important;
    border-color: rgba(56, 43, 95, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-dark:hover{
    --border-opacity: 1 !important;
    border-color: #794acf !important;
    border-color: rgba(121, 74, 207, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple:hover{
    --border-opacity: 1 !important;
    border-color: #9561e2 !important;
    border-color: rgba(149, 97, 226, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-light:hover{
    --border-opacity: 1 !important;
    border-color: #a779e9 !important;
    border-color: rgba(167, 121, 233, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #d6bbfc !important;
    border-color: rgba(214, 187, 252, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #f3ebff !important;
    border-color: rgba(243, 235, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #451225 !important;
    border-color: rgba(69, 18, 37, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-darker:hover{
    --border-opacity: 1 !important;
    border-color: #6f213f !important;
    border-color: rgba(111, 33, 63, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-dark:hover{
    --border-opacity: 1 !important;
    border-color: #eb5286 !important;
    border-color: rgba(235, 82, 134, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink:hover{
    --border-opacity: 1 !important;
    border-color: #f66d9b !important;
    border-color: rgba(246, 109, 155, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-light:hover{
    --border-opacity: 1 !important;
    border-color: #fa7ea8 !important;
    border-color: rgba(250, 126, 168, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #ffbbca !important;
    border-color: rgba(255, 187, 202, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #ffebef !important;
    border-color: rgba(255, 235, 239, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .lg\:focus\:border-black-real:focus{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-black:focus{
    --border-opacity: 1 !important;
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-grey-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #3d4852 !important;
    border-color: rgba(61, 72, 82, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-grey-darker:focus{
    --border-opacity: 1 !important;
    border-color: #606f7b !important;
    border-color: rgba(96, 111, 123, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-grey-dark:focus{
    --border-opacity: 1 !important;
    border-color: #8795a1 !important;
    border-color: rgba(135, 149, 161, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-grey:focus{
    --border-opacity: 1 !important;
    border-color: #b8c2cc !important;
    border-color: rgba(184, 194, 204, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-grey-light:focus{
    --border-opacity: 1 !important;
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-grey-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #f1f5f8 !important;
    border-color: rgba(241, 245, 248, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-grey-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #3b0d0c !important;
    border-color: rgba(59, 13, 12, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red-darker:focus{
    --border-opacity: 1 !important;
    border-color: #621b18 !important;
    border-color: rgba(98, 27, 24, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red-dark:focus{
    --border-opacity: 1 !important;
    border-color: #cc1f1a !important;
    border-color: rgba(204, 31, 26, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red:focus{
    --border-opacity: 1 !important;
    border-color: #e3342f !important;
    border-color: rgba(227, 52, 47, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red-light:focus{
    --border-opacity: 1 !important;
    border-color: #ef5753 !important;
    border-color: rgba(239, 87, 83, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #f9acaa !important;
    border-color: rgba(249, 172, 170, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #fcebea !important;
    border-color: rgba(252, 235, 234, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #462a16 !important;
    border-color: rgba(70, 42, 22, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-darker:focus{
    --border-opacity: 1 !important;
    border-color: #613b1f !important;
    border-color: rgba(97, 59, 31, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-dark:focus{
    --border-opacity: 1 !important;
    border-color: #de751f !important;
    border-color: rgba(222, 117, 31, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange:focus{
    --border-opacity: 1 !important;
    border-color: #f6993f !important;
    border-color: rgba(246, 153, 63, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-light:focus{
    --border-opacity: 1 !important;
    border-color: #faad63 !important;
    border-color: rgba(250, 173, 99, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #fcd9b6 !important;
    border-color: rgba(252, 217, 182, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #fff5eb !important;
    border-color: rgba(255, 245, 235, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #453411 !important;
    border-color: rgba(69, 52, 17, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-darker:focus{
    --border-opacity: 1 !important;
    border-color: #684f1d !important;
    border-color: rgba(104, 79, 29, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-dark:focus{
    --border-opacity: 1 !important;
    border-color: #f2d024 !important;
    border-color: rgba(242, 208, 36, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow:focus{
    --border-opacity: 1 !important;
    border-color: #ffed4a !important;
    border-color: rgba(255, 237, 74, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-light:focus{
    --border-opacity: 1 !important;
    border-color: #fff382 !important;
    border-color: rgba(255, 243, 130, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #fff9c2 !important;
    border-color: rgba(255, 249, 194, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #fcfbeb !important;
    border-color: rgba(252, 251, 235, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #0f2f21 !important;
    border-color: rgba(15, 47, 33, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-darker:focus{
    --border-opacity: 1 !important;
    border-color: #1a4731 !important;
    border-color: rgba(26, 71, 49, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-dark:focus{
    --border-opacity: 1 !important;
    border-color: #1f9d55 !important;
    border-color: rgba(31, 157, 85, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green:focus{
    --border-opacity: 1 !important;
    border-color: #38c172 !important;
    border-color: rgba(56, 193, 114, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-light:focus{
    --border-opacity: 1 !important;
    border-color: #51d88a !important;
    border-color: rgba(81, 216, 138, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #a2f5bf !important;
    border-color: rgba(162, 245, 191, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #e3fcec !important;
    border-color: rgba(227, 252, 236, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #0d3331 !important;
    border-color: rgba(13, 51, 49, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-darker:focus{
    --border-opacity: 1 !important;
    border-color: #20504f !important;
    border-color: rgba(32, 80, 79, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-dark:focus{
    --border-opacity: 1 !important;
    border-color: #38a89d !important;
    border-color: rgba(56, 168, 157, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal:focus{
    --border-opacity: 1 !important;
    border-color: #4dc0b5 !important;
    border-color: rgba(77, 192, 181, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-light:focus{
    --border-opacity: 1 !important;
    border-color: #64d5ca !important;
    border-color: rgba(100, 213, 202, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #a0f0ed !important;
    border-color: rgba(160, 240, 237, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #e8fffe !important;
    border-color: rgba(232, 255, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #12283a !important;
    border-color: rgba(18, 40, 58, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-darker:focus{
    --border-opacity: 1 !important;
    border-color: #1c3d5a !important;
    border-color: rgba(28, 61, 90, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-dark:focus{
    --border-opacity: 1 !important;
    border-color: #2779bd !important;
    border-color: rgba(39, 121, 189, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue:focus{
    --border-opacity: 1 !important;
    border-color: #3490dc !important;
    border-color: rgba(52, 144, 220, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-light:focus{
    --border-opacity: 1 !important;
    border-color: #6cb2eb !important;
    border-color: rgba(108, 178, 235, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #bcdefa !important;
    border-color: rgba(188, 222, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #eff8ff !important;
    border-color: rgba(239, 248, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #191e38 !important;
    border-color: rgba(25, 30, 56, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-darker:focus{
    --border-opacity: 1 !important;
    border-color: #2f365f !important;
    border-color: rgba(47, 54, 95, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-dark:focus{
    --border-opacity: 1 !important;
    border-color: #5661b3 !important;
    border-color: rgba(86, 97, 179, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo:focus{
    --border-opacity: 1 !important;
    border-color: #6574cd !important;
    border-color: rgba(101, 116, 205, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-light:focus{
    --border-opacity: 1 !important;
    border-color: #7886d7 !important;
    border-color: rgba(120, 134, 215, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #b2b7ff !important;
    border-color: rgba(178, 183, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #e6e8ff !important;
    border-color: rgba(230, 232, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #21183c !important;
    border-color: rgba(33, 24, 60, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-darker:focus{
    --border-opacity: 1 !important;
    border-color: #382b5f !important;
    border-color: rgba(56, 43, 95, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-dark:focus{
    --border-opacity: 1 !important;
    border-color: #794acf !important;
    border-color: rgba(121, 74, 207, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple:focus{
    --border-opacity: 1 !important;
    border-color: #9561e2 !important;
    border-color: rgba(149, 97, 226, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-light:focus{
    --border-opacity: 1 !important;
    border-color: #a779e9 !important;
    border-color: rgba(167, 121, 233, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #d6bbfc !important;
    border-color: rgba(214, 187, 252, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #f3ebff !important;
    border-color: rgba(243, 235, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #451225 !important;
    border-color: rgba(69, 18, 37, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-darker:focus{
    --border-opacity: 1 !important;
    border-color: #6f213f !important;
    border-color: rgba(111, 33, 63, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-dark:focus{
    --border-opacity: 1 !important;
    border-color: #eb5286 !important;
    border-color: rgba(235, 82, 134, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink:focus{
    --border-opacity: 1 !important;
    border-color: #f66d9b !important;
    border-color: rgba(246, 109, 155, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-light:focus{
    --border-opacity: 1 !important;
    border-color: #fa7ea8 !important;
    border-color: rgba(250, 126, 168, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #ffbbca !important;
    border-color: rgba(255, 187, 202, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #ffebef !important;
    border-color: rgba(255, 235, 239, var(--border-opacity)) !important;
  }

  .lg\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .lg\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .lg\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .lg\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .lg\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .lg\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .lg\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .lg\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .lg\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .lg\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .lg\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .lg\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .lg\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .lg\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .lg\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .lg\:rounded-none{
    border-radius: 0 !important;
  }

  .lg\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .lg\:rounded{
    border-radius: 0.25rem !important;
  }

  .lg\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .lg\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .lg\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .lg\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .lg\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .lg\:rounded-full{
    border-radius: 9999px !important;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .lg\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .lg\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .lg\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:border-solid{
    border-style: solid !important;
  }

  .lg\:border-dashed{
    border-style: dashed !important;
  }

  .lg\:border-dotted{
    border-style: dotted !important;
  }

  .lg\:border-double{
    border-style: double !important;
  }

  .lg\:border-none{
    border-style: none !important;
  }

  .lg\:border-0{
    border-width: 0 !important;
  }

  .lg\:border-2{
    border-width: 2px !important;
  }

  .lg\:border-4{
    border-width: 4px !important;
  }

  .lg\:border-8{
    border-width: 8px !important;
  }

  .lg\:border{
    border-width: 1px !important;
  }

  .lg\:border-t-0{
    border-top-width: 0 !important;
  }

  .lg\:border-r-0{
    border-right-width: 0 !important;
  }

  .lg\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .lg\:border-l-0{
    border-left-width: 0 !important;
  }

  .lg\:border-t-2{
    border-top-width: 2px !important;
  }

  .lg\:border-r-2{
    border-right-width: 2px !important;
  }

  .lg\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .lg\:border-l-2{
    border-left-width: 2px !important;
  }

  .lg\:border-t-4{
    border-top-width: 4px !important;
  }

  .lg\:border-r-4{
    border-right-width: 4px !important;
  }

  .lg\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .lg\:border-l-4{
    border-left-width: 4px !important;
  }

  .lg\:border-t-8{
    border-top-width: 8px !important;
  }

  .lg\:border-r-8{
    border-right-width: 8px !important;
  }

  .lg\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .lg\:border-l-8{
    border-left-width: 8px !important;
  }

  .lg\:border-t{
    border-top-width: 1px !important;
  }

  .lg\:border-r{
    border-right-width: 1px !important;
  }

  .lg\:border-b{
    border-bottom-width: 1px !important;
  }

  .lg\:border-l{
    border-left-width: 1px !important;
  }

  .lg\:box-border{
    box-sizing: border-box !important;
  }

  .lg\:box-content{
    box-sizing: content-box !important;
  }

  .lg\:cursor-auto{
    cursor: auto !important;
  }

  .lg\:cursor-default{
    cursor: default !important;
  }

  .lg\:cursor-pointer{
    cursor: pointer !important;
  }

  .lg\:cursor-wait{
    cursor: wait !important;
  }

  .lg\:cursor-text{
    cursor: text !important;
  }

  .lg\:cursor-move{
    cursor: move !important;
  }

  .lg\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .lg\:block{
    display: block !important;
  }

  .lg\:inline-block{
    display: inline-block !important;
  }

  .lg\:inline{
    display: inline !important;
  }

  .lg\:flex{
    display: flex !important;
  }

  .lg\:inline-flex{
    display: inline-flex !important;
  }

  .lg\:table{
    display: table !important;
  }

  .lg\:table-caption{
    display: table-caption !important;
  }

  .lg\:table-cell{
    display: table-cell !important;
  }

  .lg\:table-column{
    display: table-column !important;
  }

  .lg\:table-column-group{
    display: table-column-group !important;
  }

  .lg\:table-footer-group{
    display: table-footer-group !important;
  }

  .lg\:table-header-group{
    display: table-header-group !important;
  }

  .lg\:table-row-group{
    display: table-row-group !important;
  }

  .lg\:table-row{
    display: table-row !important;
  }

  .lg\:flow-root{
    display: flow-root !important;
  }

  .lg\:grid{
    display: grid !important;
  }

  .lg\:inline-grid{
    display: inline-grid !important;
  }

  .lg\:contents{
    display: contents !important;
  }

  .lg\:hidden{
    display: none !important;
  }

  .lg\:flex-row{
    flex-direction: row !important;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .lg\:flex-col{
    flex-direction: column !important;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .lg\:place-items-auto{
    place-items: auto !important;
  }

  .lg\:place-items-start{
    place-items: start !important;
  }

  .lg\:place-items-end{
    place-items: end !important;
  }

  .lg\:place-items-center{
    place-items: center !important;
  }

  .lg\:place-items-stretch{
    place-items: stretch !important;
  }

  .lg\:place-content-center{
    place-content: center !important;
  }

  .lg\:place-content-start{
    place-content: start !important;
  }

  .lg\:place-content-end{
    place-content: end !important;
  }

  .lg\:place-content-between{
    place-content: space-between !important;
  }

  .lg\:place-content-around{
    place-content: space-around !important;
  }

  .lg\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .lg\:place-content-stretch{
    place-content: stretch !important;
  }

  .lg\:place-self-auto{
    place-self: auto !important;
  }

  .lg\:place-self-start{
    place-self: start !important;
  }

  .lg\:place-self-end{
    place-self: end !important;
  }

  .lg\:place-self-center{
    place-self: center !important;
  }

  .lg\:place-self-stretch{
    place-self: stretch !important;
  }

  .lg\:items-start{
    align-items: flex-start !important;
  }

  .lg\:items-end{
    align-items: flex-end !important;
  }

  .lg\:items-center{
    align-items: center !important;
  }

  .lg\:items-baseline{
    align-items: baseline !important;
  }

  .lg\:items-stretch{
    align-items: stretch !important;
  }

  .lg\:content-center{
    align-content: center !important;
  }

  .lg\:content-start{
    align-content: flex-start !important;
  }

  .lg\:content-end{
    align-content: flex-end !important;
  }

  .lg\:content-between{
    align-content: space-between !important;
  }

  .lg\:content-around{
    align-content: space-around !important;
  }

  .lg\:content-evenly{
    align-content: space-evenly !important;
  }

  .lg\:self-auto{
    align-self: auto !important;
  }

  .lg\:self-start{
    align-self: flex-start !important;
  }

  .lg\:self-end{
    align-self: flex-end !important;
  }

  .lg\:self-center{
    align-self: center !important;
  }

  .lg\:self-stretch{
    align-self: stretch !important;
  }

  .lg\:justify-items-auto{
    justify-items: auto !important;
  }

  .lg\:justify-items-start{
    justify-items: start !important;
  }

  .lg\:justify-items-end{
    justify-items: end !important;
  }

  .lg\:justify-items-center{
    justify-items: center !important;
  }

  .lg\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .lg\:justify-start{
    justify-content: flex-start !important;
  }

  .lg\:justify-end{
    justify-content: flex-end !important;
  }

  .lg\:justify-center{
    justify-content: center !important;
  }

  .lg\:justify-between{
    justify-content: space-between !important;
  }

  .lg\:justify-around{
    justify-content: space-around !important;
  }

  .lg\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .lg\:justify-self-auto{
    justify-self: auto !important;
  }

  .lg\:justify-self-start{
    justify-self: start !important;
  }

  .lg\:justify-self-end{
    justify-self: end !important;
  }

  .lg\:justify-self-center{
    justify-self: center !important;
  }

  .lg\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .lg\:flex-1{
    flex: 1 1 0% !important;
  }

  .lg\:flex-auto{
    flex: 1 1 auto !important;
  }

  .lg\:flex-initial{
    flex: 0 1 auto !important;
  }

  .lg\:flex-none{
    flex: none !important;
  }

  .lg\:flex-grow-0{
    flex-grow: 0 !important;
  }

  .lg\:flex-grow{
    flex-grow: 1 !important;
  }

  .lg\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .lg\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .lg\:order-1{
    order: 1 !important;
  }

  .lg\:order-2{
    order: 2 !important;
  }

  .lg\:order-3{
    order: 3 !important;
  }

  .lg\:order-4{
    order: 4 !important;
  }

  .lg\:order-5{
    order: 5 !important;
  }

  .lg\:order-6{
    order: 6 !important;
  }

  .lg\:order-7{
    order: 7 !important;
  }

  .lg\:order-8{
    order: 8 !important;
  }

  .lg\:order-9{
    order: 9 !important;
  }

  .lg\:order-10{
    order: 10 !important;
  }

  .lg\:order-11{
    order: 11 !important;
  }

  .lg\:order-12{
    order: 12 !important;
  }

  .lg\:order-first{
    order: -9999 !important;
  }

  .lg\:order-last{
    order: 9999 !important;
  }

  .lg\:order-none{
    order: 0 !important;
  }

  .lg\:clear-left{
    clear: left !important;
  }

  .lg\:clear-right{
    clear: right !important;
  }

  .lg\:clear-both{
    clear: both !important;
  }

  .lg\:clear-none{
    clear: none !important;
  }

  .lg\:font-sans{
    font-family: 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" !important;
  }

  .lg\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .lg\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .lg\:font-hairline{
    font-weight: 100 !important;
  }

  .lg\:font-thin{
    font-weight: 200 !important;
  }

  .lg\:font-light{
    font-weight: 300 !important;
  }

  .lg\:font-normal{
    font-weight: 400 !important;
  }

  .lg\:font-medium{
    font-weight: 500 !important;
  }

  .lg\:font-semibold{
    font-weight: 600 !important;
  }

  .lg\:font-bold{
    font-weight: 700 !important;
  }

  .lg\:font-extrabold{
    font-weight: 800 !important;
  }

  .lg\:font-black{
    font-weight: 900 !important;
  }

  .lg\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .lg\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .lg\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .lg\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .lg\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .lg\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .lg\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .lg\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .lg\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .lg\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .lg\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .lg\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .lg\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .lg\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .lg\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .lg\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .lg\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .lg\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .lg\:h-0{
    height: 0 !important;
  }

  .lg\:h-1{
    height: 0.25rem !important;
  }

  .lg\:h-2{
    height: 0.5rem !important;
  }

  .lg\:h-3{
    height: 0.75rem !important;
  }

  .lg\:h-4{
    height: 1rem !important;
  }

  .lg\:h-5{
    height: 1.25rem !important;
  }

  .lg\:h-6{
    height: 1.5rem !important;
  }

  .lg\:h-8{
    height: 2rem !important;
  }

  .lg\:h-10{
    height: 2.5rem !important;
  }

  .lg\:h-12{
    height: 3rem !important;
  }

  .lg\:h-16{
    height: 4rem !important;
  }

  .lg\:h-20{
    height: 5rem !important;
  }

  .lg\:h-24{
    height: 6rem !important;
  }

  .lg\:h-32{
    height: 8rem !important;
  }

  .lg\:h-40{
    height: 10rem !important;
  }

  .lg\:h-48{
    height: 12rem !important;
  }

  .lg\:h-56{
    height: 14rem !important;
  }

  .lg\:h-64{
    height: 16rem !important;
  }

  .lg\:h-auto{
    height: auto !important;
  }

  .lg\:h-px{
    height: 1px !important;
  }

  .lg\:h-full{
    height: 100% !important;
  }

  .lg\:h-screen{
    height: 100vh !important;
  }

  .lg\:text-xs{
    font-size: 0.75rem !important;
  }

  .lg\:text-sm{
    font-size: 0.875rem !important;
  }

  .lg\:text-base{
    font-size: 1rem !important;
  }

  .lg\:text-lg{
    font-size: 1.125rem !important;
  }

  .lg\:text-xl{
    font-size: 1.25rem !important;
  }

  .lg\:text-2xl{
    font-size: 1.5rem !important;
  }

  .lg\:text-3xl{
    font-size: 1.875rem !important;
  }

  .lg\:text-4xl{
    font-size: 2.25rem !important;
  }

  .lg\:text-5xl{
    font-size: 3rem !important;
  }

  .lg\:text-6xl{
    font-size: 4rem !important;
  }

  .lg\:leading-3{
    line-height: .75rem !important;
  }

  .lg\:leading-4{
    line-height: 1rem !important;
  }

  .lg\:leading-5{
    line-height: 1.25rem !important;
  }

  .lg\:leading-6{
    line-height: 1.5rem !important;
  }

  .lg\:leading-7{
    line-height: 1.75rem !important;
  }

  .lg\:leading-8{
    line-height: 2rem !important;
  }

  .lg\:leading-9{
    line-height: 2.25rem !important;
  }

  .lg\:leading-10{
    line-height: 2.5rem !important;
  }

  .lg\:leading-none{
    line-height: 1 !important;
  }

  .lg\:leading-tight{
    line-height: 1.25 !important;
  }

  .lg\:leading-snug{
    line-height: 1.375 !important;
  }

  .lg\:leading-normal{
    line-height: 1.5 !important;
  }

  .lg\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .lg\:leading-loose{
    line-height: 2 !important;
  }

  .lg\:list-inside{
    list-style-position: inside !important;
  }

  .lg\:list-outside{
    list-style-position: outside !important;
  }

  .lg\:list-none{
    list-style-type: none !important;
  }

  .lg\:list-disc{
    list-style-type: disc !important;
  }

  .lg\:list-decimal{
    list-style-type: decimal !important;
  }

  .lg\:m-0{
    margin: 0 !important;
  }

  .lg\:m-1{
    margin: 0.25rem !important;
  }

  .lg\:m-2{
    margin: 0.5rem !important;
  }

  .lg\:m-3{
    margin: 0.75rem !important;
  }

  .lg\:m-4{
    margin: 1rem !important;
  }

  .lg\:m-5{
    margin: 1.25rem !important;
  }

  .lg\:m-6{
    margin: 1.5rem !important;
  }

  .lg\:m-8{
    margin: 2rem !important;
  }

  .lg\:m-10{
    margin: 2.5rem !important;
  }

  .lg\:m-12{
    margin: 3rem !important;
  }

  .lg\:m-16{
    margin: 4rem !important;
  }

  .lg\:m-20{
    margin: 5rem !important;
  }

  .lg\:m-24{
    margin: 6rem !important;
  }

  .lg\:m-32{
    margin: 8rem !important;
  }

  .lg\:m-40{
    margin: 10rem !important;
  }

  .lg\:m-48{
    margin: 12rem !important;
  }

  .lg\:m-56{
    margin: 14rem !important;
  }

  .lg\:m-64{
    margin: 16rem !important;
  }

  .lg\:m-auto{
    margin: auto !important;
  }

  .lg\:m-px{
    margin: 1px !important;
  }

  .lg\:-m-1{
    margin: -0.25rem !important;
  }

  .lg\:-m-2{
    margin: -0.5rem !important;
  }

  .lg\:-m-3{
    margin: -0.75rem !important;
  }

  .lg\:-m-4{
    margin: -1rem !important;
  }

  .lg\:-m-5{
    margin: -1.25rem !important;
  }

  .lg\:-m-6{
    margin: -1.5rem !important;
  }

  .lg\:-m-8{
    margin: -2rem !important;
  }

  .lg\:-m-10{
    margin: -2.5rem !important;
  }

  .lg\:-m-12{
    margin: -3rem !important;
  }

  .lg\:-m-16{
    margin: -4rem !important;
  }

  .lg\:-m-20{
    margin: -5rem !important;
  }

  .lg\:-m-24{
    margin: -6rem !important;
  }

  .lg\:-m-32{
    margin: -8rem !important;
  }

  .lg\:-m-40{
    margin: -10rem !important;
  }

  .lg\:-m-48{
    margin: -12rem !important;
  }

  .lg\:-m-56{
    margin: -14rem !important;
  }

  .lg\:-m-64{
    margin: -16rem !important;
  }

  .lg\:-m-px{
    margin: -1px !important;
  }

  .lg\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:mt-0{
    margin-top: 0 !important;
  }

  .lg\:mr-0{
    margin-right: 0 !important;
  }

  .lg\:mb-0{
    margin-bottom: 0 !important;
  }

  .lg\:ml-0{
    margin-left: 0 !important;
  }

  .lg\:mt-1{
    margin-top: 0.25rem !important;
  }

  .lg\:mr-1{
    margin-right: 0.25rem !important;
  }

  .lg\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .lg\:ml-1{
    margin-left: 0.25rem !important;
  }

  .lg\:mt-2{
    margin-top: 0.5rem !important;
  }

  .lg\:mr-2{
    margin-right: 0.5rem !important;
  }

  .lg\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .lg\:ml-2{
    margin-left: 0.5rem !important;
  }

  .lg\:mt-3{
    margin-top: 0.75rem !important;
  }

  .lg\:mr-3{
    margin-right: 0.75rem !important;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .lg\:ml-3{
    margin-left: 0.75rem !important;
  }

  .lg\:mt-4{
    margin-top: 1rem !important;
  }

  .lg\:mr-4{
    margin-right: 1rem !important;
  }

  .lg\:mb-4{
    margin-bottom: 1rem !important;
  }

  .lg\:ml-4{
    margin-left: 1rem !important;
  }

  .lg\:mt-5{
    margin-top: 1.25rem !important;
  }

  .lg\:mr-5{
    margin-right: 1.25rem !important;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .lg\:ml-5{
    margin-left: 1.25rem !important;
  }

  .lg\:mt-6{
    margin-top: 1.5rem !important;
  }

  .lg\:mr-6{
    margin-right: 1.5rem !important;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .lg\:ml-6{
    margin-left: 1.5rem !important;
  }

  .lg\:mt-8{
    margin-top: 2rem !important;
  }

  .lg\:mr-8{
    margin-right: 2rem !important;
  }

  .lg\:mb-8{
    margin-bottom: 2rem !important;
  }

  .lg\:ml-8{
    margin-left: 2rem !important;
  }

  .lg\:mt-10{
    margin-top: 2.5rem !important;
  }

  .lg\:mr-10{
    margin-right: 2.5rem !important;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .lg\:ml-10{
    margin-left: 2.5rem !important;
  }

  .lg\:mt-12{
    margin-top: 3rem !important;
  }

  .lg\:mr-12{
    margin-right: 3rem !important;
  }

  .lg\:mb-12{
    margin-bottom: 3rem !important;
  }

  .lg\:ml-12{
    margin-left: 3rem !important;
  }

  .lg\:mt-16{
    margin-top: 4rem !important;
  }

  .lg\:mr-16{
    margin-right: 4rem !important;
  }

  .lg\:mb-16{
    margin-bottom: 4rem !important;
  }

  .lg\:ml-16{
    margin-left: 4rem !important;
  }

  .lg\:mt-20{
    margin-top: 5rem !important;
  }

  .lg\:mr-20{
    margin-right: 5rem !important;
  }

  .lg\:mb-20{
    margin-bottom: 5rem !important;
  }

  .lg\:ml-20{
    margin-left: 5rem !important;
  }

  .lg\:mt-24{
    margin-top: 6rem !important;
  }

  .lg\:mr-24{
    margin-right: 6rem !important;
  }

  .lg\:mb-24{
    margin-bottom: 6rem !important;
  }

  .lg\:ml-24{
    margin-left: 6rem !important;
  }

  .lg\:mt-32{
    margin-top: 8rem !important;
  }

  .lg\:mr-32{
    margin-right: 8rem !important;
  }

  .lg\:mb-32{
    margin-bottom: 8rem !important;
  }

  .lg\:ml-32{
    margin-left: 8rem !important;
  }

  .lg\:mt-40{
    margin-top: 10rem !important;
  }

  .lg\:mr-40{
    margin-right: 10rem !important;
  }

  .lg\:mb-40{
    margin-bottom: 10rem !important;
  }

  .lg\:ml-40{
    margin-left: 10rem !important;
  }

  .lg\:mt-48{
    margin-top: 12rem !important;
  }

  .lg\:mr-48{
    margin-right: 12rem !important;
  }

  .lg\:mb-48{
    margin-bottom: 12rem !important;
  }

  .lg\:ml-48{
    margin-left: 12rem !important;
  }

  .lg\:mt-56{
    margin-top: 14rem !important;
  }

  .lg\:mr-56{
    margin-right: 14rem !important;
  }

  .lg\:mb-56{
    margin-bottom: 14rem !important;
  }

  .lg\:ml-56{
    margin-left: 14rem !important;
  }

  .lg\:mt-64{
    margin-top: 16rem !important;
  }

  .lg\:mr-64{
    margin-right: 16rem !important;
  }

  .lg\:mb-64{
    margin-bottom: 16rem !important;
  }

  .lg\:ml-64{
    margin-left: 16rem !important;
  }

  .lg\:mt-auto{
    margin-top: auto !important;
  }

  .lg\:mr-auto{
    margin-right: auto !important;
  }

  .lg\:mb-auto{
    margin-bottom: auto !important;
  }

  .lg\:ml-auto{
    margin-left: auto !important;
  }

  .lg\:mt-px{
    margin-top: 1px !important;
  }

  .lg\:mr-px{
    margin-right: 1px !important;
  }

  .lg\:mb-px{
    margin-bottom: 1px !important;
  }

  .lg\:ml-px{
    margin-left: 1px !important;
  }

  .lg\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .lg\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .lg\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .lg\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .lg\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .lg\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .lg\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .lg\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .lg\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .lg\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .lg\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .lg\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .lg\:-mt-4{
    margin-top: -1rem !important;
  }

  .lg\:-mr-4{
    margin-right: -1rem !important;
  }

  .lg\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .lg\:-ml-4{
    margin-left: -1rem !important;
  }

  .lg\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .lg\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .lg\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .lg\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .lg\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .lg\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .lg\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .lg\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .lg\:-mt-8{
    margin-top: -2rem !important;
  }

  .lg\:-mr-8{
    margin-right: -2rem !important;
  }

  .lg\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .lg\:-ml-8{
    margin-left: -2rem !important;
  }

  .lg\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .lg\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .lg\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .lg\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .lg\:-mt-12{
    margin-top: -3rem !important;
  }

  .lg\:-mr-12{
    margin-right: -3rem !important;
  }

  .lg\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .lg\:-ml-12{
    margin-left: -3rem !important;
  }

  .lg\:-mt-16{
    margin-top: -4rem !important;
  }

  .lg\:-mr-16{
    margin-right: -4rem !important;
  }

  .lg\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .lg\:-ml-16{
    margin-left: -4rem !important;
  }

  .lg\:-mt-20{
    margin-top: -5rem !important;
  }

  .lg\:-mr-20{
    margin-right: -5rem !important;
  }

  .lg\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .lg\:-ml-20{
    margin-left: -5rem !important;
  }

  .lg\:-mt-24{
    margin-top: -6rem !important;
  }

  .lg\:-mr-24{
    margin-right: -6rem !important;
  }

  .lg\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .lg\:-ml-24{
    margin-left: -6rem !important;
  }

  .lg\:-mt-32{
    margin-top: -8rem !important;
  }

  .lg\:-mr-32{
    margin-right: -8rem !important;
  }

  .lg\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .lg\:-ml-32{
    margin-left: -8rem !important;
  }

  .lg\:-mt-40{
    margin-top: -10rem !important;
  }

  .lg\:-mr-40{
    margin-right: -10rem !important;
  }

  .lg\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .lg\:-ml-40{
    margin-left: -10rem !important;
  }

  .lg\:-mt-48{
    margin-top: -12rem !important;
  }

  .lg\:-mr-48{
    margin-right: -12rem !important;
  }

  .lg\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .lg\:-ml-48{
    margin-left: -12rem !important;
  }

  .lg\:-mt-56{
    margin-top: -14rem !important;
  }

  .lg\:-mr-56{
    margin-right: -14rem !important;
  }

  .lg\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .lg\:-ml-56{
    margin-left: -14rem !important;
  }

  .lg\:-mt-64{
    margin-top: -16rem !important;
  }

  .lg\:-mr-64{
    margin-right: -16rem !important;
  }

  .lg\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .lg\:-ml-64{
    margin-left: -16rem !important;
  }

  .lg\:-mt-px{
    margin-top: -1px !important;
  }

  .lg\:-mr-px{
    margin-right: -1px !important;
  }

  .lg\:-mb-px{
    margin-bottom: -1px !important;
  }

  .lg\:-ml-px{
    margin-left: -1px !important;
  }

  .lg\:max-h-full{
    max-height: 100% !important;
  }

  .lg\:max-h-screen{
    max-height: 100vh !important;
  }

  .lg\:max-w-none{
    max-width: none !important;
  }

  .lg\:max-w-xs{
    max-width: 20rem !important;
  }

  .lg\:max-w-sm{
    max-width: 24rem !important;
  }

  .lg\:max-w-md{
    max-width: 28rem !important;
  }

  .lg\:max-w-lg{
    max-width: 32rem !important;
  }

  .lg\:max-w-xl{
    max-width: 36rem !important;
  }

  .lg\:max-w-2xl{
    max-width: 42rem !important;
  }

  .lg\:max-w-3xl{
    max-width: 48rem !important;
  }

  .lg\:max-w-4xl{
    max-width: 56rem !important;
  }

  .lg\:max-w-5xl{
    max-width: 64rem !important;
  }

  .lg\:max-w-6xl{
    max-width: 72rem !important;
  }

  .lg\:max-w-full{
    max-width: 100% !important;
  }

  .lg\:max-w-screen-sm{
    max-width: 576px !important;
  }

  .lg\:max-w-screen-md{
    max-width: 768px !important;
  }

  .lg\:max-w-screen-lg{
    max-width: 992px !important;
  }

  .lg\:max-w-screen-xl{
    max-width: 1200px !important;
  }

  .lg\:min-h-0{
    min-height: 0 !important;
  }

  .lg\:min-h-full{
    min-height: 100% !important;
  }

  .lg\:min-h-screen{
    min-height: 100vh !important;
  }

  .lg\:min-w-0{
    min-width: 0 !important;
  }

  .lg\:min-w-full{
    min-width: 100% !important;
  }

  .lg\:opacity-0{
    opacity: 0 !important;
  }

  .lg\:opacity-25{
    opacity: 0.25 !important;
  }

  .lg\:opacity-50{
    opacity: 0.5 !important;
  }

  .lg\:opacity-75{
    opacity: 0.75 !important;
  }

  .lg\:opacity-100{
    opacity: 1 !important;
  }

  .lg\:overflow-auto{
    overflow: auto !important;
  }

  .lg\:overflow-hidden{
    overflow: hidden !important;
  }

  .lg\:overflow-visible{
    overflow: visible !important;
  }

  .lg\:overflow-scroll{
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .lg\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\:overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .lg\:overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .lg\:overscroll-none{
    overscroll-behavior: none !important;
  }

  .lg\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .lg\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .lg\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .lg\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .lg\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .lg\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .lg\:p-0{
    padding: 0 !important;
  }

  .lg\:p-1{
    padding: 0.25rem !important;
  }

  .lg\:p-2{
    padding: 0.5rem !important;
  }

  .lg\:p-3{
    padding: 0.75rem !important;
  }

  .lg\:p-4{
    padding: 1rem !important;
  }

  .lg\:p-5{
    padding: 1.25rem !important;
  }

  .lg\:p-6{
    padding: 1.5rem !important;
  }

  .lg\:p-8{
    padding: 2rem !important;
  }

  .lg\:p-10{
    padding: 2.5rem !important;
  }

  .lg\:p-12{
    padding: 3rem !important;
  }

  .lg\:p-16{
    padding: 4rem !important;
  }

  .lg\:p-20{
    padding: 5rem !important;
  }

  .lg\:p-24{
    padding: 6rem !important;
  }

  .lg\:p-32{
    padding: 8rem !important;
  }

  .lg\:p-40{
    padding: 10rem !important;
  }

  .lg\:p-48{
    padding: 12rem !important;
  }

  .lg\:p-56{
    padding: 14rem !important;
  }

  .lg\:p-64{
    padding: 16rem !important;
  }

  .lg\:p-px{
    padding: 1px !important;
  }

  .lg\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:pt-0{
    padding-top: 0 !important;
  }

  .lg\:pr-0{
    padding-right: 0 !important;
  }

  .lg\:pb-0{
    padding-bottom: 0 !important;
  }

  .lg\:pl-0{
    padding-left: 0 !important;
  }

  .lg\:pt-1{
    padding-top: 0.25rem !important;
  }

  .lg\:pr-1{
    padding-right: 0.25rem !important;
  }

  .lg\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .lg\:pl-1{
    padding-left: 0.25rem !important;
  }

  .lg\:pt-2{
    padding-top: 0.5rem !important;
  }

  .lg\:pr-2{
    padding-right: 0.5rem !important;
  }

  .lg\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .lg\:pl-2{
    padding-left: 0.5rem !important;
  }

  .lg\:pt-3{
    padding-top: 0.75rem !important;
  }

  .lg\:pr-3{
    padding-right: 0.75rem !important;
  }

  .lg\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .lg\:pl-3{
    padding-left: 0.75rem !important;
  }

  .lg\:pt-4{
    padding-top: 1rem !important;
  }

  .lg\:pr-4{
    padding-right: 1rem !important;
  }

  .lg\:pb-4{
    padding-bottom: 1rem !important;
  }

  .lg\:pl-4{
    padding-left: 1rem !important;
  }

  .lg\:pt-5{
    padding-top: 1.25rem !important;
  }

  .lg\:pr-5{
    padding-right: 1.25rem !important;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .lg\:pl-5{
    padding-left: 1.25rem !important;
  }

  .lg\:pt-6{
    padding-top: 1.5rem !important;
  }

  .lg\:pr-6{
    padding-right: 1.5rem !important;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .lg\:pl-6{
    padding-left: 1.5rem !important;
  }

  .lg\:pt-8{
    padding-top: 2rem !important;
  }

  .lg\:pr-8{
    padding-right: 2rem !important;
  }

  .lg\:pb-8{
    padding-bottom: 2rem !important;
  }

  .lg\:pl-8{
    padding-left: 2rem !important;
  }

  .lg\:pt-10{
    padding-top: 2.5rem !important;
  }

  .lg\:pr-10{
    padding-right: 2.5rem !important;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .lg\:pl-10{
    padding-left: 2.5rem !important;
  }

  .lg\:pt-12{
    padding-top: 3rem !important;
  }

  .lg\:pr-12{
    padding-right: 3rem !important;
  }

  .lg\:pb-12{
    padding-bottom: 3rem !important;
  }

  .lg\:pl-12{
    padding-left: 3rem !important;
  }

  .lg\:pt-16{
    padding-top: 4rem !important;
  }

  .lg\:pr-16{
    padding-right: 4rem !important;
  }

  .lg\:pb-16{
    padding-bottom: 4rem !important;
  }

  .lg\:pl-16{
    padding-left: 4rem !important;
  }

  .lg\:pt-20{
    padding-top: 5rem !important;
  }

  .lg\:pr-20{
    padding-right: 5rem !important;
  }

  .lg\:pb-20{
    padding-bottom: 5rem !important;
  }

  .lg\:pl-20{
    padding-left: 5rem !important;
  }

  .lg\:pt-24{
    padding-top: 6rem !important;
  }

  .lg\:pr-24{
    padding-right: 6rem !important;
  }

  .lg\:pb-24{
    padding-bottom: 6rem !important;
  }

  .lg\:pl-24{
    padding-left: 6rem !important;
  }

  .lg\:pt-32{
    padding-top: 8rem !important;
  }

  .lg\:pr-32{
    padding-right: 8rem !important;
  }

  .lg\:pb-32{
    padding-bottom: 8rem !important;
  }

  .lg\:pl-32{
    padding-left: 8rem !important;
  }

  .lg\:pt-40{
    padding-top: 10rem !important;
  }

  .lg\:pr-40{
    padding-right: 10rem !important;
  }

  .lg\:pb-40{
    padding-bottom: 10rem !important;
  }

  .lg\:pl-40{
    padding-left: 10rem !important;
  }

  .lg\:pt-48{
    padding-top: 12rem !important;
  }

  .lg\:pr-48{
    padding-right: 12rem !important;
  }

  .lg\:pb-48{
    padding-bottom: 12rem !important;
  }

  .lg\:pl-48{
    padding-left: 12rem !important;
  }

  .lg\:pt-56{
    padding-top: 14rem !important;
  }

  .lg\:pr-56{
    padding-right: 14rem !important;
  }

  .lg\:pb-56{
    padding-bottom: 14rem !important;
  }

  .lg\:pl-56{
    padding-left: 14rem !important;
  }

  .lg\:pt-64{
    padding-top: 16rem !important;
  }

  .lg\:pr-64{
    padding-right: 16rem !important;
  }

  .lg\:pb-64{
    padding-bottom: 16rem !important;
  }

  .lg\:pl-64{
    padding-left: 16rem !important;
  }

  .lg\:pt-px{
    padding-top: 1px !important;
  }

  .lg\:pr-px{
    padding-right: 1px !important;
  }

  .lg\:pb-px{
    padding-bottom: 1px !important;
  }

  .lg\:pl-px{
    padding-left: 1px !important;
  }

  .lg\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .lg\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .lg\:placeholder-black-real::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black-real::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .lg\:focus\:placeholder-black-real:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black-real:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:pointer-events-none{
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .lg\:static{
    position: static !important;
  }

  .lg\:fixed{
    position: fixed !important;
  }

  .lg\:absolute{
    position: absolute !important;
  }

  .lg\:relative{
    position: relative !important;
  }

  .lg\:sticky{
    position: sticky !important;
  }

  .lg\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .lg\:top-0{
    top: 0 !important;
  }

  .lg\:right-0{
    right: 0 !important;
  }

  .lg\:bottom-0{
    bottom: 0 !important;
  }

  .lg\:left-0{
    left: 0 !important;
  }

  .lg\:top-auto{
    top: auto !important;
  }

  .lg\:right-auto{
    right: auto !important;
  }

  .lg\:bottom-auto{
    bottom: auto !important;
  }

  .lg\:left-auto{
    left: auto !important;
  }

  .lg\:resize-none{
    resize: none !important;
  }

  .lg\:resize-y{
    resize: vertical !important;
  }

  .lg\:resize-x{
    resize: horizontal !important;
  }

  .lg\:resize{
    resize: both !important;
  }

  .lg\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:shadow-none{
    box-shadow: none !important;
  }

  .lg\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:hover\:shadow-none:hover{
    box-shadow: none !important;
  }

  .lg\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:focus\:shadow-none:focus{
    box-shadow: none !important;
  }

  .lg\:stroke-0{
    stroke-width: 0 !important;
  }

  .lg\:stroke-1{
    stroke-width: 1 !important;
  }

  .lg\:stroke-2{
    stroke-width: 2 !important;
  }

  .lg\:table-auto{
    table-layout: auto !important;
  }

  .lg\:table-fixed{
    table-layout: fixed !important;
  }

  .lg\:text-left{
    text-align: left !important;
  }

  .lg\:text-center{
    text-align: center !important;
  }

  .lg\:text-right{
    text-align: right !important;
  }

  .lg\:text-justify{
    text-align: justify !important;
  }

  .lg\:text-transparent{
    color: transparent !important;
  }

  .lg\:text-black-real{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:text-black{
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .lg\:text-grey-darkest{
    --text-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--text-opacity)) !important;
  }

  .lg\:text-grey-darker{
    --text-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--text-opacity)) !important;
  }

  .lg\:text-grey-dark{
    --text-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--text-opacity)) !important;
  }

  .lg\:text-grey{
    --text-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--text-opacity)) !important;
  }

  .lg\:text-grey-light{
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .lg\:text-grey-lighter{
    --text-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--text-opacity)) !important;
  }

  .lg\:text-grey-lightest{
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:text-white{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:text-red-darkest{
    --text-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--text-opacity)) !important;
  }

  .lg\:text-red-darker{
    --text-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--text-opacity)) !important;
  }

  .lg\:text-red-dark{
    --text-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--text-opacity)) !important;
  }

  .lg\:text-red{
    --text-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--text-opacity)) !important;
  }

  .lg\:text-red-light{
    --text-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--text-opacity)) !important;
  }

  .lg\:text-red-lighter{
    --text-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--text-opacity)) !important;
  }

  .lg\:text-red-lightest{
    --text-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--text-opacity)) !important;
  }

  .lg\:text-orange-darkest{
    --text-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--text-opacity)) !important;
  }

  .lg\:text-orange-darker{
    --text-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--text-opacity)) !important;
  }

  .lg\:text-orange-dark{
    --text-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--text-opacity)) !important;
  }

  .lg\:text-orange{
    --text-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--text-opacity)) !important;
  }

  .lg\:text-orange-light{
    --text-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--text-opacity)) !important;
  }

  .lg\:text-orange-lighter{
    --text-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--text-opacity)) !important;
  }

  .lg\:text-orange-lightest{
    --text-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-darkest{
    --text-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-darker{
    --text-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-dark{
    --text-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--text-opacity)) !important;
  }

  .lg\:text-yellow{
    --text-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-light{
    --text-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-lighter{
    --text-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-lightest{
    --text-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--text-opacity)) !important;
  }

  .lg\:text-green-darkest{
    --text-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--text-opacity)) !important;
  }

  .lg\:text-green-darker{
    --text-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--text-opacity)) !important;
  }

  .lg\:text-green-dark{
    --text-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--text-opacity)) !important;
  }

  .lg\:text-green{
    --text-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--text-opacity)) !important;
  }

  .lg\:text-green-light{
    --text-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--text-opacity)) !important;
  }

  .lg\:text-green-lighter{
    --text-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--text-opacity)) !important;
  }

  .lg\:text-green-lightest{
    --text-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--text-opacity)) !important;
  }

  .lg\:text-teal-darkest{
    --text-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--text-opacity)) !important;
  }

  .lg\:text-teal-darker{
    --text-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--text-opacity)) !important;
  }

  .lg\:text-teal-dark{
    --text-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--text-opacity)) !important;
  }

  .lg\:text-teal{
    --text-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--text-opacity)) !important;
  }

  .lg\:text-teal-light{
    --text-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--text-opacity)) !important;
  }

  .lg\:text-teal-lighter{
    --text-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--text-opacity)) !important;
  }

  .lg\:text-teal-lightest{
    --text-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--text-opacity)) !important;
  }

  .lg\:text-blue-darkest{
    --text-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--text-opacity)) !important;
  }

  .lg\:text-blue-darker{
    --text-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--text-opacity)) !important;
  }

  .lg\:text-blue-dark{
    --text-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--text-opacity)) !important;
  }

  .lg\:text-blue{
    --text-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--text-opacity)) !important;
  }

  .lg\:text-blue-light{
    --text-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--text-opacity)) !important;
  }

  .lg\:text-blue-lighter{
    --text-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--text-opacity)) !important;
  }

  .lg\:text-blue-lightest{
    --text-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-darkest{
    --text-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-darker{
    --text-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-dark{
    --text-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--text-opacity)) !important;
  }

  .lg\:text-indigo{
    --text-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-light{
    --text-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-lighter{
    --text-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-lightest{
    --text-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--text-opacity)) !important;
  }

  .lg\:text-purple-darkest{
    --text-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--text-opacity)) !important;
  }

  .lg\:text-purple-darker{
    --text-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--text-opacity)) !important;
  }

  .lg\:text-purple-dark{
    --text-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--text-opacity)) !important;
  }

  .lg\:text-purple{
    --text-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--text-opacity)) !important;
  }

  .lg\:text-purple-light{
    --text-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--text-opacity)) !important;
  }

  .lg\:text-purple-lighter{
    --text-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--text-opacity)) !important;
  }

  .lg\:text-purple-lightest{
    --text-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--text-opacity)) !important;
  }

  .lg\:text-pink-darkest{
    --text-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--text-opacity)) !important;
  }

  .lg\:text-pink-darker{
    --text-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--text-opacity)) !important;
  }

  .lg\:text-pink-dark{
    --text-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--text-opacity)) !important;
  }

  .lg\:text-pink{
    --text-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--text-opacity)) !important;
  }

  .lg\:text-pink-light{
    --text-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--text-opacity)) !important;
  }

  .lg\:text-pink-lighter{
    --text-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--text-opacity)) !important;
  }

  .lg\:text-pink-lightest{
    --text-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .lg\:hover\:text-black-real:hover{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-black:hover{
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-darkest:hover{
    --text-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-darker:hover{
    --text-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-dark:hover{
    --text-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey:hover{
    --text-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-light:hover{
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-lighter:hover{
    --text-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-lightest:hover{
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-white:hover{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-darkest:hover{
    --text-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-darker:hover{
    --text-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-dark:hover{
    --text-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red:hover{
    --text-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-light:hover{
    --text-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-lighter:hover{
    --text-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-lightest:hover{
    --text-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-darkest:hover{
    --text-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-darker:hover{
    --text-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-dark:hover{
    --text-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange:hover{
    --text-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-light:hover{
    --text-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-lighter:hover{
    --text-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-lightest:hover{
    --text-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-darkest:hover{
    --text-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-darker:hover{
    --text-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-dark:hover{
    --text-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow:hover{
    --text-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-light:hover{
    --text-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-lighter:hover{
    --text-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-lightest:hover{
    --text-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-darkest:hover{
    --text-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-darker:hover{
    --text-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-dark:hover{
    --text-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green:hover{
    --text-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-light:hover{
    --text-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-lighter:hover{
    --text-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-lightest:hover{
    --text-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-darkest:hover{
    --text-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-darker:hover{
    --text-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-dark:hover{
    --text-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal:hover{
    --text-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-light:hover{
    --text-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-lighter:hover{
    --text-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-lightest:hover{
    --text-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-darkest:hover{
    --text-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-darker:hover{
    --text-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-dark:hover{
    --text-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue:hover{
    --text-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-light:hover{
    --text-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-lighter:hover{
    --text-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-lightest:hover{
    --text-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-darkest:hover{
    --text-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-darker:hover{
    --text-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-dark:hover{
    --text-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo:hover{
    --text-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-light:hover{
    --text-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-lighter:hover{
    --text-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-lightest:hover{
    --text-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-darkest:hover{
    --text-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-darker:hover{
    --text-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-dark:hover{
    --text-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple:hover{
    --text-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-light:hover{
    --text-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-lighter:hover{
    --text-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-lightest:hover{
    --text-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-darkest:hover{
    --text-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-darker:hover{
    --text-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-dark:hover{
    --text-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink:hover{
    --text-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-light:hover{
    --text-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-lighter:hover{
    --text-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-lightest:hover{
    --text-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .lg\:focus\:text-black-real:focus{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-black:focus{
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-darkest:focus{
    --text-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-darker:focus{
    --text-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-dark:focus{
    --text-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey:focus{
    --text-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-light:focus{
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-lighter:focus{
    --text-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-lightest:focus{
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-white:focus{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-darkest:focus{
    --text-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-darker:focus{
    --text-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-dark:focus{
    --text-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red:focus{
    --text-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-light:focus{
    --text-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-lighter:focus{
    --text-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-lightest:focus{
    --text-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-darkest:focus{
    --text-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-darker:focus{
    --text-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-dark:focus{
    --text-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange:focus{
    --text-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-light:focus{
    --text-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-lighter:focus{
    --text-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-lightest:focus{
    --text-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-darkest:focus{
    --text-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-darker:focus{
    --text-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-dark:focus{
    --text-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow:focus{
    --text-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-light:focus{
    --text-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-lighter:focus{
    --text-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-lightest:focus{
    --text-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-darkest:focus{
    --text-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-darker:focus{
    --text-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-dark:focus{
    --text-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green:focus{
    --text-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-light:focus{
    --text-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-lighter:focus{
    --text-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-lightest:focus{
    --text-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-darkest:focus{
    --text-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-darker:focus{
    --text-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-dark:focus{
    --text-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal:focus{
    --text-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-light:focus{
    --text-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-lighter:focus{
    --text-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-lightest:focus{
    --text-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-darkest:focus{
    --text-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-darker:focus{
    --text-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-dark:focus{
    --text-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue:focus{
    --text-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-light:focus{
    --text-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-lighter:focus{
    --text-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-lightest:focus{
    --text-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-darkest:focus{
    --text-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-darker:focus{
    --text-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-dark:focus{
    --text-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo:focus{
    --text-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-light:focus{
    --text-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-lighter:focus{
    --text-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-lightest:focus{
    --text-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-darkest:focus{
    --text-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-darker:focus{
    --text-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-dark:focus{
    --text-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple:focus{
    --text-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-light:focus{
    --text-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-lighter:focus{
    --text-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-lightest:focus{
    --text-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-darkest:focus{
    --text-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-darker:focus{
    --text-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-dark:focus{
    --text-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink:focus{
    --text-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-light:focus{
    --text-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-lighter:focus{
    --text-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-lightest:focus{
    --text-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--text-opacity)) !important;
  }

  .lg\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .lg\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .lg\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .lg\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .lg\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .lg\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .lg\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .lg\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .lg\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .lg\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .lg\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .lg\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .lg\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .lg\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .lg\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .lg\:italic{
    font-style: italic !important;
  }

  .lg\:not-italic{
    font-style: normal !important;
  }

  .lg\:uppercase{
    text-transform: uppercase !important;
  }

  .lg\:lowercase{
    text-transform: lowercase !important;
  }

  .lg\:capitalize{
    text-transform: capitalize !important;
  }

  .lg\:normal-case{
    text-transform: none !important;
  }

  .lg\:underline{
    text-decoration: underline !important;
  }

  .lg\:line-through{
    text-decoration: line-through !important;
  }

  .lg\:no-underline{
    text-decoration: none !important;
  }

  .lg\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .lg\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .lg\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .lg\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .lg\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .lg\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .lg\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .lg\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .lg\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .lg\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .lg\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .lg\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .lg\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .lg\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .lg\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .lg\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .lg\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .lg\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .lg\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .lg\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .lg\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .lg\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .lg\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .lg\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:align-baseline{
    vertical-align: baseline !important;
  }

  .lg\:align-top{
    vertical-align: top !important;
  }

  .lg\:align-middle{
    vertical-align: middle !important;
  }

  .lg\:align-bottom{
    vertical-align: bottom !important;
  }

  .lg\:align-text-top{
    vertical-align: text-top !important;
  }

  .lg\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .lg\:visible{
    visibility: visible !important;
  }

  .lg\:invisible{
    visibility: hidden !important;
  }

  .lg\:whitespace-normal{
    white-space: normal !important;
  }

  .lg\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre{
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .lg\:break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .lg\:break-all{
    word-break: break-all !important;
  }

  .lg\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:w-0{
    width: 0 !important;
  }

  .lg\:w-1{
    width: 0.25rem !important;
  }

  .lg\:w-2{
    width: 0.5rem !important;
  }

  .lg\:w-3{
    width: 0.75rem !important;
  }

  .lg\:w-4{
    width: 1rem !important;
  }

  .lg\:w-5{
    width: 1.25rem !important;
  }

  .lg\:w-6{
    width: 1.5rem !important;
  }

  .lg\:w-8{
    width: 2rem !important;
  }

  .lg\:w-10{
    width: 2.5rem !important;
  }

  .lg\:w-12{
    width: 3rem !important;
  }

  .lg\:w-16{
    width: 4rem !important;
  }

  .lg\:w-20{
    width: 5rem !important;
  }

  .lg\:w-24{
    width: 6rem !important;
  }

  .lg\:w-32{
    width: 8rem !important;
  }

  .lg\:w-40{
    width: 10rem !important;
  }

  .lg\:w-48{
    width: 12rem !important;
  }

  .lg\:w-56{
    width: 14rem !important;
  }

  .lg\:w-64{
    width: 16rem !important;
  }

  .lg\:w-auto{
    width: auto !important;
  }

  .lg\:w-px{
    width: 1px !important;
  }

  .lg\:w-1\/2{
    width: 50% !important;
  }

  .lg\:w-1\/3{
    width: 33.333333% !important;
  }

  .lg\:w-2\/3{
    width: 66.666667% !important;
  }

  .lg\:w-1\/4{
    width: 25% !important;
  }

  .lg\:w-2\/4{
    width: 50% !important;
  }

  .lg\:w-3\/4{
    width: 75% !important;
  }

  .lg\:w-1\/5{
    width: 20% !important;
  }

  .lg\:w-2\/5{
    width: 40% !important;
  }

  .lg\:w-3\/5{
    width: 60% !important;
  }

  .lg\:w-4\/5{
    width: 80% !important;
  }

  .lg\:w-1\/6{
    width: 16.666667% !important;
  }

  .lg\:w-2\/6{
    width: 33.333333% !important;
  }

  .lg\:w-3\/6{
    width: 50% !important;
  }

  .lg\:w-4\/6{
    width: 66.666667% !important;
  }

  .lg\:w-5\/6{
    width: 83.333333% !important;
  }

  .lg\:w-1\/12{
    width: 8.333333% !important;
  }

  .lg\:w-2\/12{
    width: 16.666667% !important;
  }

  .lg\:w-3\/12{
    width: 25% !important;
  }

  .lg\:w-4\/12{
    width: 33.333333% !important;
  }

  .lg\:w-5\/12{
    width: 41.666667% !important;
  }

  .lg\:w-6\/12{
    width: 50% !important;
  }

  .lg\:w-7\/12{
    width: 58.333333% !important;
  }

  .lg\:w-8\/12{
    width: 66.666667% !important;
  }

  .lg\:w-9\/12{
    width: 75% !important;
  }

  .lg\:w-10\/12{
    width: 83.333333% !important;
  }

  .lg\:w-11\/12{
    width: 91.666667% !important;
  }

  .lg\:w-full{
    width: 100% !important;
  }

  .lg\:w-screen{
    width: 100vw !important;
  }

  .lg\:z-0{
    z-index: 0 !important;
  }

  .lg\:z-10{
    z-index: 10 !important;
  }

  .lg\:z-20{
    z-index: 20 !important;
  }

  .lg\:z-30{
    z-index: 30 !important;
  }

  .lg\:z-40{
    z-index: 40 !important;
  }

  .lg\:z-50{
    z-index: 50 !important;
  }

  .lg\:z-auto{
    z-index: auto !important;
  }

  .lg\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .lg\:gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .lg\:gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .lg\:gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .lg\:gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .lg\:gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .lg\:gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .lg\:gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .lg\:gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .lg\:gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .lg\:gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .lg\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .lg\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .lg\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .lg\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .lg\:gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .lg\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .lg\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .lg\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .lg\:col-gap-0{
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .lg\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:col-gap-2{
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:col-gap-3{
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:col-gap-4{
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:col-gap-6{
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:col-gap-8{
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:col-gap-12{
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:col-gap-16{
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:col-gap-20{
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:col-gap-24{
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:col-gap-32{
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:col-gap-40{
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:col-gap-48{
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:col-gap-56{
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:col-gap-64{
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:col-gap-px{
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:gap-x-0{
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .lg\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:gap-x-2{
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:gap-x-3{
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:gap-x-4{
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:gap-x-6{
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:gap-x-8{
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:gap-x-10{
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:gap-x-12{
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:gap-x-16{
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:gap-x-20{
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:gap-x-24{
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:gap-x-32{
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:gap-x-40{
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:gap-x-48{
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:gap-x-56{
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:gap-x-64{
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:gap-x-px{
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .lg\:row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .lg\:row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .lg\:row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .lg\:row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .lg\:row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg\:row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .lg\:row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .lg\:row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .lg\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .lg\:row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .lg\:row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .lg\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg\:gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .lg\:gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .lg\:gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .lg\:gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .lg\:gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .lg\:gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg\:gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .lg\:gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .lg\:gap-y-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .lg\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .lg\:gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .lg\:gap-y-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .lg\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .lg\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .lg\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .lg\:auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .lg\:auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .lg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lg\:col-auto{
    grid-column: auto !important;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .lg\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .lg\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .lg\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .lg\:col-start-1{
    grid-column-start: 1 !important;
  }

  .lg\:col-start-2{
    grid-column-start: 2 !important;
  }

  .lg\:col-start-3{
    grid-column-start: 3 !important;
  }

  .lg\:col-start-4{
    grid-column-start: 4 !important;
  }

  .lg\:col-start-5{
    grid-column-start: 5 !important;
  }

  .lg\:col-start-6{
    grid-column-start: 6 !important;
  }

  .lg\:col-start-7{
    grid-column-start: 7 !important;
  }

  .lg\:col-start-8{
    grid-column-start: 8 !important;
  }

  .lg\:col-start-9{
    grid-column-start: 9 !important;
  }

  .lg\:col-start-10{
    grid-column-start: 10 !important;
  }

  .lg\:col-start-11{
    grid-column-start: 11 !important;
  }

  .lg\:col-start-12{
    grid-column-start: 12 !important;
  }

  .lg\:col-start-13{
    grid-column-start: 13 !important;
  }

  .lg\:col-start-auto{
    grid-column-start: auto !important;
  }

  .lg\:col-end-1{
    grid-column-end: 1 !important;
  }

  .lg\:col-end-2{
    grid-column-end: 2 !important;
  }

  .lg\:col-end-3{
    grid-column-end: 3 !important;
  }

  .lg\:col-end-4{
    grid-column-end: 4 !important;
  }

  .lg\:col-end-5{
    grid-column-end: 5 !important;
  }

  .lg\:col-end-6{
    grid-column-end: 6 !important;
  }

  .lg\:col-end-7{
    grid-column-end: 7 !important;
  }

  .lg\:col-end-8{
    grid-column-end: 8 !important;
  }

  .lg\:col-end-9{
    grid-column-end: 9 !important;
  }

  .lg\:col-end-10{
    grid-column-end: 10 !important;
  }

  .lg\:col-end-11{
    grid-column-end: 11 !important;
  }

  .lg\:col-end-12{
    grid-column-end: 12 !important;
  }

  .lg\:col-end-13{
    grid-column-end: 13 !important;
  }

  .lg\:col-end-auto{
    grid-column-end: auto !important;
  }

  .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .lg\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .lg\:auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .lg\:auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lg\:row-auto{
    grid-row: auto !important;
  }

  .lg\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .lg\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .lg\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .lg\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .lg\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .lg\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .lg\:row-start-1{
    grid-row-start: 1 !important;
  }

  .lg\:row-start-2{
    grid-row-start: 2 !important;
  }

  .lg\:row-start-3{
    grid-row-start: 3 !important;
  }

  .lg\:row-start-4{
    grid-row-start: 4 !important;
  }

  .lg\:row-start-5{
    grid-row-start: 5 !important;
  }

  .lg\:row-start-6{
    grid-row-start: 6 !important;
  }

  .lg\:row-start-7{
    grid-row-start: 7 !important;
  }

  .lg\:row-start-auto{
    grid-row-start: auto !important;
  }

  .lg\:row-end-1{
    grid-row-end: 1 !important;
  }

  .lg\:row-end-2{
    grid-row-end: 2 !important;
  }

  .lg\:row-end-3{
    grid-row-end: 3 !important;
  }

  .lg\:row-end-4{
    grid-row-end: 4 !important;
  }

  .lg\:row-end-5{
    grid-row-end: 5 !important;
  }

  .lg\:row-end-6{
    grid-row-end: 6 !important;
  }

  .lg\:row-end-7{
    grid-row-end: 7 !important;
  }

  .lg\:row-end-auto{
    grid-row-end: auto !important;
  }

  .lg\:transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .lg\:transform-none{
    transform: none !important;
  }

  .lg\:origin-center{
    transform-origin: center !important;
  }

  .lg\:origin-top{
    transform-origin: top !important;
  }

  .lg\:origin-top-right{
    transform-origin: top right !important;
  }

  .lg\:origin-right{
    transform-origin: right !important;
  }

  .lg\:origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .lg\:origin-bottom{
    transform-origin: bottom !important;
  }

  .lg\:origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .lg\:origin-left{
    transform-origin: left !important;
  }

  .lg\:origin-top-left{
    transform-origin: top left !important;
  }

  .lg\:scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .lg\:scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .lg\:scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .lg\:scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .lg\:scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .lg\:scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .lg\:scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .lg\:scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .lg\:scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .lg\:scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .lg\:scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .lg\:scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .lg\:scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .lg\:scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .lg\:scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .lg\:scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .lg\:scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .lg\:scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .lg\:scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .lg\:scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:hover\:scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:hover\:scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:hover\:scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:hover\:scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:hover\:scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:hover\:scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .lg\:hover\:scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .lg\:hover\:scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .lg\:hover\:scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .lg\:hover\:scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .lg\:hover\:scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .lg\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .lg\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .lg\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .lg\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .lg\:hover\:scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .lg\:hover\:scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .lg\:hover\:scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .lg\:hover\:scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .lg\:hover\:scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .lg\:hover\:scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .lg\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:focus\:scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:focus\:scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:focus\:scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:focus\:scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:focus\:scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:focus\:scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .lg\:focus\:scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .lg\:focus\:scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .lg\:focus\:scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .lg\:focus\:scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .lg\:focus\:scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .lg\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .lg\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .lg\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .lg\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .lg\:focus\:scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .lg\:focus\:scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .lg\:focus\:scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .lg\:focus\:scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .lg\:focus\:scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .lg\:focus\:scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .lg\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .lg\:rotate-0{
    --transform-rotate: 0 !important;
  }

  .lg\:rotate-1{
    --transform-rotate: 1deg !important;
  }

  .lg\:rotate-2{
    --transform-rotate: 2deg !important;
  }

  .lg\:rotate-3{
    --transform-rotate: 3deg !important;
  }

  .lg\:rotate-6{
    --transform-rotate: 6deg !important;
  }

  .lg\:rotate-12{
    --transform-rotate: 12deg !important;
  }

  .lg\:rotate-45{
    --transform-rotate: 45deg !important;
  }

  .lg\:rotate-90{
    --transform-rotate: 90deg !important;
  }

  .lg\:rotate-180{
    --transform-rotate: 180deg !important;
  }

  .lg\:-rotate-180{
    --transform-rotate: -180deg !important;
  }

  .lg\:-rotate-90{
    --transform-rotate: -90deg !important;
  }

  .lg\:-rotate-45{
    --transform-rotate: -45deg !important;
  }

  .lg\:-rotate-12{
    --transform-rotate: -12deg !important;
  }

  .lg\:-rotate-6{
    --transform-rotate: -6deg !important;
  }

  .lg\:-rotate-3{
    --transform-rotate: -3deg !important;
  }

  .lg\:-rotate-2{
    --transform-rotate: -2deg !important;
  }

  .lg\:-rotate-1{
    --transform-rotate: -1deg !important;
  }

  .lg\:hover\:rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .lg\:hover\:rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .lg\:hover\:rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .lg\:hover\:rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .lg\:hover\:rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .lg\:hover\:rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .lg\:hover\:rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .lg\:hover\:rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .lg\:hover\:rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .lg\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .lg\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .lg\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .lg\:hover\:-rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .lg\:hover\:-rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .lg\:hover\:-rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .lg\:hover\:-rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .lg\:hover\:-rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .lg\:focus\:rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .lg\:focus\:rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .lg\:focus\:rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .lg\:focus\:rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .lg\:focus\:rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .lg\:focus\:rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .lg\:focus\:rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .lg\:focus\:rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .lg\:focus\:rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .lg\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .lg\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .lg\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .lg\:focus\:-rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .lg\:focus\:-rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .lg\:focus\:-rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .lg\:focus\:-rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .lg\:focus\:-rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .lg\:translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .lg\:translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .lg\:translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .lg\:translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .lg\:translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .lg\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .lg\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .lg\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .lg\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .lg\:translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .lg\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .lg\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .lg\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .lg\:-translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:-translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:-translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:-translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .lg\:-translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:-translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:-translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .lg\:-translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:-translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .lg\:-translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .lg\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .lg\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .lg\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .lg\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .lg\:-translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .lg\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .lg\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .lg\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .lg\:-translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .lg\:-translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .lg\:translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .lg\:translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .lg\:translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .lg\:translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .lg\:translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .lg\:translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .lg\:translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .lg\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .lg\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .lg\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .lg\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .lg\:translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .lg\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .lg\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .lg\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .lg\:-translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:-translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:-translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:-translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .lg\:-translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:-translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:-translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .lg\:-translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:-translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .lg\:-translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .lg\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .lg\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .lg\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .lg\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .lg\:-translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .lg\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .lg\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .lg\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .lg\:-translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .lg\:-translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .lg\:translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .lg\:translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .lg\:hover\:translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .lg\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .lg\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .lg\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .lg\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .lg\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .lg\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .lg\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .lg\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .lg\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .lg\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .lg\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .lg\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .lg\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .lg\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .lg\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .lg\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .lg\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .lg\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .lg\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .lg\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .lg\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .lg\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .lg\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .lg\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .lg\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .lg\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .lg\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .lg\:hover\:translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .lg\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .lg\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .lg\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .lg\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .lg\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .lg\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .lg\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .lg\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .lg\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .lg\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .lg\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .lg\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .lg\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .lg\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .lg\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .lg\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .lg\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .lg\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .lg\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .lg\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .lg\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .lg\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .lg\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .lg\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .lg\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .lg\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .lg\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .lg\:focus\:translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .lg\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .lg\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .lg\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .lg\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .lg\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .lg\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .lg\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .lg\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .lg\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .lg\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .lg\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .lg\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .lg\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .lg\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .lg\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .lg\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .lg\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .lg\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .lg\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .lg\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .lg\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .lg\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .lg\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .lg\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .lg\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .lg\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .lg\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .lg\:focus\:translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .lg\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .lg\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .lg\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .lg\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .lg\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .lg\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .lg\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .lg\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .lg\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .lg\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .lg\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .lg\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .lg\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .lg\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .lg\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .lg\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .lg\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .lg\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .lg\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .lg\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .lg\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .lg\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .lg\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .lg\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .lg\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .lg\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .lg\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .lg\:skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .lg\:skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .lg\:skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .lg\:skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .lg\:skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .lg\:skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .lg\:-skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .lg\:-skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .lg\:-skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .lg\:-skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .lg\:-skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .lg\:skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .lg\:skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .lg\:skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .lg\:skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .lg\:skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .lg\:skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .lg\:-skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .lg\:-skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .lg\:-skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .lg\:-skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .lg\:-skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .lg\:hover\:skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .lg\:hover\:skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .lg\:hover\:skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .lg\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .lg\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .lg\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .lg\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .lg\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .lg\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .lg\:hover\:-skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .lg\:hover\:-skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .lg\:hover\:skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .lg\:hover\:skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .lg\:hover\:skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .lg\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .lg\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .lg\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .lg\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .lg\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .lg\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .lg\:hover\:-skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .lg\:hover\:-skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .lg\:focus\:skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .lg\:focus\:skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .lg\:focus\:skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .lg\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .lg\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .lg\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .lg\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .lg\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .lg\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .lg\:focus\:-skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .lg\:focus\:-skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .lg\:focus\:skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .lg\:focus\:skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .lg\:focus\:skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .lg\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .lg\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .lg\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .lg\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .lg\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .lg\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .lg\:focus\:-skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .lg\:focus\:-skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .lg\:transition-none{
    transition-property: none !important;
  }

  .lg\:transition-all{
    transition-property: all !important;
  }

  .lg\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .lg\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .lg\:transition-opacity{
    transition-property: opacity !important;
  }

  .lg\:transition-shadow{
    transition-property: box-shadow !important;
  }

  .lg\:transition-transform{
    transition-property: transform !important;
  }

  .lg\:ease-linear{
    transition-timing-function: linear !important;
  }

  .lg\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .lg\:duration-75{
    transition-duration: 75ms !important;
  }

  .lg\:duration-100{
    transition-duration: 100ms !important;
  }

  .lg\:duration-150{
    transition-duration: 150ms !important;
  }

  .lg\:duration-200{
    transition-duration: 200ms !important;
  }

  .lg\:duration-300{
    transition-duration: 300ms !important;
  }

  .lg\:duration-500{
    transition-duration: 500ms !important;
  }

  .lg\:duration-700{
    transition-duration: 700ms !important;
  }

  .lg\:duration-1000{
    transition-duration: 1000ms !important;
  }

  .lg\:delay-75{
    transition-delay: 75ms !important;
  }

  .lg\:delay-100{
    transition-delay: 100ms !important;
  }

  .lg\:delay-150{
    transition-delay: 150ms !important;
  }

  .lg\:delay-200{
    transition-delay: 200ms !important;
  }

  .lg\:delay-300{
    transition-delay: 300ms !important;
  }

  .lg\:delay-500{
    transition-delay: 500ms !important;
  }

  .lg\:delay-700{
    transition-delay: 700ms !important;
  }

  .lg\:delay-1000{
    transition-delay: 1000ms !important;
  }

  .lg\:animate-none{
    animation: none !important;
  }

  .lg\:animate-spin{
    animation: spin 1s linear infinite !important;
  }

  .lg\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:animate-bounce{
    animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1200px){
  .xl\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .xl\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .xl\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .xl\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .xl\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .xl\:divide-black-real > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .xl\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3d4852 !important;
    border-color: rgba(61, 72, 82, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #606f7b !important;
    border-color: rgba(96, 111, 123, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #8795a1 !important;
    border-color: rgba(135, 149, 161, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b8c2cc !important;
    border-color: rgba(184, 194, 204, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f1f5f8 !important;
    border-color: rgba(241, 245, 248, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--divide-opacity)) !important;
  }

  .xl\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3b0d0c !important;
    border-color: rgba(59, 13, 12, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #621b18 !important;
    border-color: rgba(98, 27, 24, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cc1f1a !important;
    border-color: rgba(204, 31, 26, var(--divide-opacity)) !important;
  }

  .xl\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e3342f !important;
    border-color: rgba(227, 52, 47, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ef5753 !important;
    border-color: rgba(239, 87, 83, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f9acaa !important;
    border-color: rgba(249, 172, 170, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fcebea !important;
    border-color: rgba(252, 235, 234, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #462a16 !important;
    border-color: rgba(70, 42, 22, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #613b1f !important;
    border-color: rgba(97, 59, 31, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #de751f !important;
    border-color: rgba(222, 117, 31, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6993f !important;
    border-color: rgba(246, 153, 63, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faad63 !important;
    border-color: rgba(250, 173, 99, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fcd9b6 !important;
    border-color: rgba(252, 217, 182, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5eb !important;
    border-color: rgba(255, 245, 235, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #453411 !important;
    border-color: rgba(69, 52, 17, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #684f1d !important;
    border-color: rgba(104, 79, 29, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f2d024 !important;
    border-color: rgba(242, 208, 36, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffed4a !important;
    border-color: rgba(255, 237, 74, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff382 !important;
    border-color: rgba(255, 243, 130, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff9c2 !important;
    border-color: rgba(255, 249, 194, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fcfbeb !important;
    border-color: rgba(252, 251, 235, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0f2f21 !important;
    border-color: rgba(15, 47, 33, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a4731 !important;
    border-color: rgba(26, 71, 49, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1f9d55 !important;
    border-color: rgba(31, 157, 85, var(--divide-opacity)) !important;
  }

  .xl\:divide-green > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38c172 !important;
    border-color: rgba(56, 193, 114, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #51d88a !important;
    border-color: rgba(81, 216, 138, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a2f5bf !important;
    border-color: rgba(162, 245, 191, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e3fcec !important;
    border-color: rgba(227, 252, 236, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0d3331 !important;
    border-color: rgba(13, 51, 49, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #20504f !important;
    border-color: rgba(32, 80, 79, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a89d !important;
    border-color: rgba(56, 168, 157, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4dc0b5 !important;
    border-color: rgba(77, 192, 181, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #64d5ca !important;
    border-color: rgba(100, 213, 202, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0f0ed !important;
    border-color: rgba(160, 240, 237, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e8fffe !important;
    border-color: rgba(232, 255, 254, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #12283a !important;
    border-color: rgba(18, 40, 58, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1c3d5a !important;
    border-color: rgba(28, 61, 90, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2779bd !important;
    border-color: rgba(39, 121, 189, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3490dc !important;
    border-color: rgba(52, 144, 220, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6cb2eb !important;
    border-color: rgba(108, 178, 235, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bcdefa !important;
    border-color: rgba(188, 222, 250, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #eff8ff !important;
    border-color: rgba(239, 248, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #191e38 !important;
    border-color: rgba(25, 30, 56, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f365f !important;
    border-color: rgba(47, 54, 95, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5661b3 !important;
    border-color: rgba(86, 97, 179, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6574cd !important;
    border-color: rgba(101, 116, 205, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7886d7 !important;
    border-color: rgba(120, 134, 215, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2b7ff !important;
    border-color: rgba(178, 183, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6e8ff !important;
    border-color: rgba(230, 232, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #21183c !important;
    border-color: rgba(33, 24, 60, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #382b5f !important;
    border-color: rgba(56, 43, 95, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #794acf !important;
    border-color: rgba(121, 74, 207, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9561e2 !important;
    border-color: rgba(149, 97, 226, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a779e9 !important;
    border-color: rgba(167, 121, 233, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bbfc !important;
    border-color: rgba(214, 187, 252, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f3ebff !important;
    border-color: rgba(243, 235, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-darkest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #451225 !important;
    border-color: rgba(69, 18, 37, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-darker > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6f213f !important;
    border-color: rgba(111, 33, 63, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-dark > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #eb5286 !important;
    border-color: rgba(235, 82, 134, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f66d9b !important;
    border-color: rgba(246, 109, 155, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fa7ea8 !important;
    border-color: rgba(250, 126, 168, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-lighter > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffbbca !important;
    border-color: rgba(255, 187, 202, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-lightest > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffebef !important;
    border-color: rgba(255, 235, 239, var(--divide-opacity)) !important;
  }

  .xl\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .xl\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .xl\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .xl\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .xl\:divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .xl\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .xl\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .xl\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .xl\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .xl\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .xl\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:bg-fixed{
    background-attachment: fixed !important;
  }

  .xl\:bg-local{
    background-attachment: local !important;
  }

  .xl\:bg-scroll{
    background-attachment: scroll !important;
  }

  .xl\:bg-clip-border{
    background-clip: border-box !important;
  }

  .xl\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .xl\:bg-clip-content{
    background-clip: content-box !important;
  }

  .xl\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xl\:bg-transparent{
    background-color: transparent !important;
  }

  .xl\:bg-black-real{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-darkest{
    --bg-opacity: 1 !important;
    background-color: #3d4852 !important;
    background-color: rgba(61, 72, 82, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-darker{
    --bg-opacity: 1 !important;
    background-color: #606f7b !important;
    background-color: rgba(96, 111, 123, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-dark{
    --bg-opacity: 1 !important;
    background-color: #8795a1 !important;
    background-color: rgba(135, 149, 161, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey{
    --bg-opacity: 1 !important;
    background-color: #b8c2cc !important;
    background-color: rgba(184, 194, 204, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-light{
    --bg-opacity: 1 !important;
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-lighter{
    --bg-opacity: 1 !important;
    background-color: #f1f5f8 !important;
    background-color: rgba(241, 245, 248, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-lightest{
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-darkest{
    --bg-opacity: 1 !important;
    background-color: #3b0d0c !important;
    background-color: rgba(59, 13, 12, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-darker{
    --bg-opacity: 1 !important;
    background-color: #621b18 !important;
    background-color: rgba(98, 27, 24, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-dark{
    --bg-opacity: 1 !important;
    background-color: #cc1f1a !important;
    background-color: rgba(204, 31, 26, var(--bg-opacity)) !important;
  }

  .xl\:bg-red{
    --bg-opacity: 1 !important;
    background-color: #e3342f !important;
    background-color: rgba(227, 52, 47, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-light{
    --bg-opacity: 1 !important;
    background-color: #ef5753 !important;
    background-color: rgba(239, 87, 83, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-lighter{
    --bg-opacity: 1 !important;
    background-color: #f9acaa !important;
    background-color: rgba(249, 172, 170, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-lightest{
    --bg-opacity: 1 !important;
    background-color: #fcebea !important;
    background-color: rgba(252, 235, 234, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-darkest{
    --bg-opacity: 1 !important;
    background-color: #462a16 !important;
    background-color: rgba(70, 42, 22, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-darker{
    --bg-opacity: 1 !important;
    background-color: #613b1f !important;
    background-color: rgba(97, 59, 31, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-dark{
    --bg-opacity: 1 !important;
    background-color: #de751f !important;
    background-color: rgba(222, 117, 31, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange{
    --bg-opacity: 1 !important;
    background-color: #f6993f !important;
    background-color: rgba(246, 153, 63, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-light{
    --bg-opacity: 1 !important;
    background-color: #faad63 !important;
    background-color: rgba(250, 173, 99, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-lighter{
    --bg-opacity: 1 !important;
    background-color: #fcd9b6 !important;
    background-color: rgba(252, 217, 182, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-lightest{
    --bg-opacity: 1 !important;
    background-color: #fff5eb !important;
    background-color: rgba(255, 245, 235, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-darkest{
    --bg-opacity: 1 !important;
    background-color: #453411 !important;
    background-color: rgba(69, 52, 17, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-darker{
    --bg-opacity: 1 !important;
    background-color: #684f1d !important;
    background-color: rgba(104, 79, 29, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-dark{
    --bg-opacity: 1 !important;
    background-color: #f2d024 !important;
    background-color: rgba(242, 208, 36, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow{
    --bg-opacity: 1 !important;
    background-color: #ffed4a !important;
    background-color: rgba(255, 237, 74, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-light{
    --bg-opacity: 1 !important;
    background-color: #fff382 !important;
    background-color: rgba(255, 243, 130, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-lighter{
    --bg-opacity: 1 !important;
    background-color: #fff9c2 !important;
    background-color: rgba(255, 249, 194, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-lightest{
    --bg-opacity: 1 !important;
    background-color: #fcfbeb !important;
    background-color: rgba(252, 251, 235, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-darkest{
    --bg-opacity: 1 !important;
    background-color: #0f2f21 !important;
    background-color: rgba(15, 47, 33, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-darker{
    --bg-opacity: 1 !important;
    background-color: #1a4731 !important;
    background-color: rgba(26, 71, 49, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-dark{
    --bg-opacity: 1 !important;
    background-color: #1f9d55 !important;
    background-color: rgba(31, 157, 85, var(--bg-opacity)) !important;
  }

  .xl\:bg-green{
    --bg-opacity: 1 !important;
    background-color: #38c172 !important;
    background-color: rgba(56, 193, 114, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-light{
    --bg-opacity: 1 !important;
    background-color: #51d88a !important;
    background-color: rgba(81, 216, 138, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-lighter{
    --bg-opacity: 1 !important;
    background-color: #a2f5bf !important;
    background-color: rgba(162, 245, 191, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-lightest{
    --bg-opacity: 1 !important;
    background-color: #e3fcec !important;
    background-color: rgba(227, 252, 236, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-darkest{
    --bg-opacity: 1 !important;
    background-color: #0d3331 !important;
    background-color: rgba(13, 51, 49, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-darker{
    --bg-opacity: 1 !important;
    background-color: #20504f !important;
    background-color: rgba(32, 80, 79, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-dark{
    --bg-opacity: 1 !important;
    background-color: #38a89d !important;
    background-color: rgba(56, 168, 157, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal{
    --bg-opacity: 1 !important;
    background-color: #4dc0b5 !important;
    background-color: rgba(77, 192, 181, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-light{
    --bg-opacity: 1 !important;
    background-color: #64d5ca !important;
    background-color: rgba(100, 213, 202, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-lighter{
    --bg-opacity: 1 !important;
    background-color: #a0f0ed !important;
    background-color: rgba(160, 240, 237, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-lightest{
    --bg-opacity: 1 !important;
    background-color: #e8fffe !important;
    background-color: rgba(232, 255, 254, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-darkest{
    --bg-opacity: 1 !important;
    background-color: #12283a !important;
    background-color: rgba(18, 40, 58, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-darker{
    --bg-opacity: 1 !important;
    background-color: #1c3d5a !important;
    background-color: rgba(28, 61, 90, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-dark{
    --bg-opacity: 1 !important;
    background-color: #2779bd !important;
    background-color: rgba(39, 121, 189, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue{
    --bg-opacity: 1 !important;
    background-color: #3490dc !important;
    background-color: rgba(52, 144, 220, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-light{
    --bg-opacity: 1 !important;
    background-color: #6cb2eb !important;
    background-color: rgba(108, 178, 235, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-lighter{
    --bg-opacity: 1 !important;
    background-color: #bcdefa !important;
    background-color: rgba(188, 222, 250, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-lightest{
    --bg-opacity: 1 !important;
    background-color: #eff8ff !important;
    background-color: rgba(239, 248, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-darkest{
    --bg-opacity: 1 !important;
    background-color: #191e38 !important;
    background-color: rgba(25, 30, 56, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-darker{
    --bg-opacity: 1 !important;
    background-color: #2f365f !important;
    background-color: rgba(47, 54, 95, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-dark{
    --bg-opacity: 1 !important;
    background-color: #5661b3 !important;
    background-color: rgba(86, 97, 179, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo{
    --bg-opacity: 1 !important;
    background-color: #6574cd !important;
    background-color: rgba(101, 116, 205, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-light{
    --bg-opacity: 1 !important;
    background-color: #7886d7 !important;
    background-color: rgba(120, 134, 215, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-lighter{
    --bg-opacity: 1 !important;
    background-color: #b2b7ff !important;
    background-color: rgba(178, 183, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-lightest{
    --bg-opacity: 1 !important;
    background-color: #e6e8ff !important;
    background-color: rgba(230, 232, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-darkest{
    --bg-opacity: 1 !important;
    background-color: #21183c !important;
    background-color: rgba(33, 24, 60, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-darker{
    --bg-opacity: 1 !important;
    background-color: #382b5f !important;
    background-color: rgba(56, 43, 95, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-dark{
    --bg-opacity: 1 !important;
    background-color: #794acf !important;
    background-color: rgba(121, 74, 207, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple{
    --bg-opacity: 1 !important;
    background-color: #9561e2 !important;
    background-color: rgba(149, 97, 226, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-light{
    --bg-opacity: 1 !important;
    background-color: #a779e9 !important;
    background-color: rgba(167, 121, 233, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-lighter{
    --bg-opacity: 1 !important;
    background-color: #d6bbfc !important;
    background-color: rgba(214, 187, 252, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-lightest{
    --bg-opacity: 1 !important;
    background-color: #f3ebff !important;
    background-color: rgba(243, 235, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-darkest{
    --bg-opacity: 1 !important;
    background-color: #451225 !important;
    background-color: rgba(69, 18, 37, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-darker{
    --bg-opacity: 1 !important;
    background-color: #6f213f !important;
    background-color: rgba(111, 33, 63, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-dark{
    --bg-opacity: 1 !important;
    background-color: #eb5286 !important;
    background-color: rgba(235, 82, 134, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink{
    --bg-opacity: 1 !important;
    background-color: #f66d9b !important;
    background-color: rgba(246, 109, 155, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-light{
    --bg-opacity: 1 !important;
    background-color: #fa7ea8 !important;
    background-color: rgba(250, 126, 168, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-lighter{
    --bg-opacity: 1 !important;
    background-color: #ffbbca !important;
    background-color: rgba(255, 187, 202, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-lightest{
    --bg-opacity: 1 !important;
    background-color: #ffebef !important;
    background-color: rgba(255, 235, 239, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .xl\:hover\:bg-black-real:hover{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #3d4852 !important;
    background-color: rgba(61, 72, 82, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #606f7b !important;
    background-color: rgba(96, 111, 123, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #8795a1 !important;
    background-color: rgba(135, 149, 161, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey:hover{
    --bg-opacity: 1 !important;
    background-color: #b8c2cc !important;
    background-color: rgba(184, 194, 204, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-light:hover{
    --bg-opacity: 1 !important;
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #f1f5f8 !important;
    background-color: rgba(241, 245, 248, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #3b0d0c !important;
    background-color: rgba(59, 13, 12, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #621b18 !important;
    background-color: rgba(98, 27, 24, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #cc1f1a !important;
    background-color: rgba(204, 31, 26, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red:hover{
    --bg-opacity: 1 !important;
    background-color: #e3342f !important;
    background-color: rgba(227, 52, 47, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-light:hover{
    --bg-opacity: 1 !important;
    background-color: #ef5753 !important;
    background-color: rgba(239, 87, 83, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #f9acaa !important;
    background-color: rgba(249, 172, 170, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #fcebea !important;
    background-color: rgba(252, 235, 234, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #462a16 !important;
    background-color: rgba(70, 42, 22, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #613b1f !important;
    background-color: rgba(97, 59, 31, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #de751f !important;
    background-color: rgba(222, 117, 31, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange:hover{
    --bg-opacity: 1 !important;
    background-color: #f6993f !important;
    background-color: rgba(246, 153, 63, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-light:hover{
    --bg-opacity: 1 !important;
    background-color: #faad63 !important;
    background-color: rgba(250, 173, 99, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #fcd9b6 !important;
    background-color: rgba(252, 217, 182, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5eb !important;
    background-color: rgba(255, 245, 235, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #453411 !important;
    background-color: rgba(69, 52, 17, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #684f1d !important;
    background-color: rgba(104, 79, 29, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #f2d024 !important;
    background-color: rgba(242, 208, 36, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow:hover{
    --bg-opacity: 1 !important;
    background-color: #ffed4a !important;
    background-color: rgba(255, 237, 74, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-light:hover{
    --bg-opacity: 1 !important;
    background-color: #fff382 !important;
    background-color: rgba(255, 243, 130, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #fff9c2 !important;
    background-color: rgba(255, 249, 194, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #fcfbeb !important;
    background-color: rgba(252, 251, 235, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #0f2f21 !important;
    background-color: rgba(15, 47, 33, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #1a4731 !important;
    background-color: rgba(26, 71, 49, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #1f9d55 !important;
    background-color: rgba(31, 157, 85, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green:hover{
    --bg-opacity: 1 !important;
    background-color: #38c172 !important;
    background-color: rgba(56, 193, 114, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-light:hover{
    --bg-opacity: 1 !important;
    background-color: #51d88a !important;
    background-color: rgba(81, 216, 138, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #a2f5bf !important;
    background-color: rgba(162, 245, 191, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #e3fcec !important;
    background-color: rgba(227, 252, 236, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #0d3331 !important;
    background-color: rgba(13, 51, 49, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #20504f !important;
    background-color: rgba(32, 80, 79, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #38a89d !important;
    background-color: rgba(56, 168, 157, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal:hover{
    --bg-opacity: 1 !important;
    background-color: #4dc0b5 !important;
    background-color: rgba(77, 192, 181, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-light:hover{
    --bg-opacity: 1 !important;
    background-color: #64d5ca !important;
    background-color: rgba(100, 213, 202, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #a0f0ed !important;
    background-color: rgba(160, 240, 237, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #e8fffe !important;
    background-color: rgba(232, 255, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #12283a !important;
    background-color: rgba(18, 40, 58, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #1c3d5a !important;
    background-color: rgba(28, 61, 90, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #2779bd !important;
    background-color: rgba(39, 121, 189, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue:hover{
    --bg-opacity: 1 !important;
    background-color: #3490dc !important;
    background-color: rgba(52, 144, 220, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-light:hover{
    --bg-opacity: 1 !important;
    background-color: #6cb2eb !important;
    background-color: rgba(108, 178, 235, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #bcdefa !important;
    background-color: rgba(188, 222, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #eff8ff !important;
    background-color: rgba(239, 248, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #191e38 !important;
    background-color: rgba(25, 30, 56, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #2f365f !important;
    background-color: rgba(47, 54, 95, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #5661b3 !important;
    background-color: rgba(86, 97, 179, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo:hover{
    --bg-opacity: 1 !important;
    background-color: #6574cd !important;
    background-color: rgba(101, 116, 205, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-light:hover{
    --bg-opacity: 1 !important;
    background-color: #7886d7 !important;
    background-color: rgba(120, 134, 215, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #b2b7ff !important;
    background-color: rgba(178, 183, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #e6e8ff !important;
    background-color: rgba(230, 232, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #21183c !important;
    background-color: rgba(33, 24, 60, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #382b5f !important;
    background-color: rgba(56, 43, 95, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #794acf !important;
    background-color: rgba(121, 74, 207, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple:hover{
    --bg-opacity: 1 !important;
    background-color: #9561e2 !important;
    background-color: rgba(149, 97, 226, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-light:hover{
    --bg-opacity: 1 !important;
    background-color: #a779e9 !important;
    background-color: rgba(167, 121, 233, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bbfc !important;
    background-color: rgba(214, 187, 252, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #f3ebff !important;
    background-color: rgba(243, 235, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-darkest:hover{
    --bg-opacity: 1 !important;
    background-color: #451225 !important;
    background-color: rgba(69, 18, 37, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-darker:hover{
    --bg-opacity: 1 !important;
    background-color: #6f213f !important;
    background-color: rgba(111, 33, 63, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-dark:hover{
    --bg-opacity: 1 !important;
    background-color: #eb5286 !important;
    background-color: rgba(235, 82, 134, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink:hover{
    --bg-opacity: 1 !important;
    background-color: #f66d9b !important;
    background-color: rgba(246, 109, 155, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-light:hover{
    --bg-opacity: 1 !important;
    background-color: #fa7ea8 !important;
    background-color: rgba(250, 126, 168, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-lighter:hover{
    --bg-opacity: 1 !important;
    background-color: #ffbbca !important;
    background-color: rgba(255, 187, 202, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-lightest:hover{
    --bg-opacity: 1 !important;
    background-color: #ffebef !important;
    background-color: rgba(255, 235, 239, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .xl\:focus\:bg-black-real:focus{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #3d4852 !important;
    background-color: rgba(61, 72, 82, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #606f7b !important;
    background-color: rgba(96, 111, 123, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #8795a1 !important;
    background-color: rgba(135, 149, 161, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey:focus{
    --bg-opacity: 1 !important;
    background-color: #b8c2cc !important;
    background-color: rgba(184, 194, 204, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-light:focus{
    --bg-opacity: 1 !important;
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #f1f5f8 !important;
    background-color: rgba(241, 245, 248, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #3b0d0c !important;
    background-color: rgba(59, 13, 12, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #621b18 !important;
    background-color: rgba(98, 27, 24, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #cc1f1a !important;
    background-color: rgba(204, 31, 26, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red:focus{
    --bg-opacity: 1 !important;
    background-color: #e3342f !important;
    background-color: rgba(227, 52, 47, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-light:focus{
    --bg-opacity: 1 !important;
    background-color: #ef5753 !important;
    background-color: rgba(239, 87, 83, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #f9acaa !important;
    background-color: rgba(249, 172, 170, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #fcebea !important;
    background-color: rgba(252, 235, 234, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #462a16 !important;
    background-color: rgba(70, 42, 22, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #613b1f !important;
    background-color: rgba(97, 59, 31, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #de751f !important;
    background-color: rgba(222, 117, 31, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange:focus{
    --bg-opacity: 1 !important;
    background-color: #f6993f !important;
    background-color: rgba(246, 153, 63, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-light:focus{
    --bg-opacity: 1 !important;
    background-color: #faad63 !important;
    background-color: rgba(250, 173, 99, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #fcd9b6 !important;
    background-color: rgba(252, 217, 182, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5eb !important;
    background-color: rgba(255, 245, 235, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #453411 !important;
    background-color: rgba(69, 52, 17, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #684f1d !important;
    background-color: rgba(104, 79, 29, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #f2d024 !important;
    background-color: rgba(242, 208, 36, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow:focus{
    --bg-opacity: 1 !important;
    background-color: #ffed4a !important;
    background-color: rgba(255, 237, 74, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-light:focus{
    --bg-opacity: 1 !important;
    background-color: #fff382 !important;
    background-color: rgba(255, 243, 130, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #fff9c2 !important;
    background-color: rgba(255, 249, 194, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #fcfbeb !important;
    background-color: rgba(252, 251, 235, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #0f2f21 !important;
    background-color: rgba(15, 47, 33, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #1a4731 !important;
    background-color: rgba(26, 71, 49, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #1f9d55 !important;
    background-color: rgba(31, 157, 85, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green:focus{
    --bg-opacity: 1 !important;
    background-color: #38c172 !important;
    background-color: rgba(56, 193, 114, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-light:focus{
    --bg-opacity: 1 !important;
    background-color: #51d88a !important;
    background-color: rgba(81, 216, 138, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #a2f5bf !important;
    background-color: rgba(162, 245, 191, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #e3fcec !important;
    background-color: rgba(227, 252, 236, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #0d3331 !important;
    background-color: rgba(13, 51, 49, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #20504f !important;
    background-color: rgba(32, 80, 79, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #38a89d !important;
    background-color: rgba(56, 168, 157, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal:focus{
    --bg-opacity: 1 !important;
    background-color: #4dc0b5 !important;
    background-color: rgba(77, 192, 181, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-light:focus{
    --bg-opacity: 1 !important;
    background-color: #64d5ca !important;
    background-color: rgba(100, 213, 202, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #a0f0ed !important;
    background-color: rgba(160, 240, 237, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #e8fffe !important;
    background-color: rgba(232, 255, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #12283a !important;
    background-color: rgba(18, 40, 58, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #1c3d5a !important;
    background-color: rgba(28, 61, 90, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #2779bd !important;
    background-color: rgba(39, 121, 189, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue:focus{
    --bg-opacity: 1 !important;
    background-color: #3490dc !important;
    background-color: rgba(52, 144, 220, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-light:focus{
    --bg-opacity: 1 !important;
    background-color: #6cb2eb !important;
    background-color: rgba(108, 178, 235, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #bcdefa !important;
    background-color: rgba(188, 222, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #eff8ff !important;
    background-color: rgba(239, 248, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #191e38 !important;
    background-color: rgba(25, 30, 56, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #2f365f !important;
    background-color: rgba(47, 54, 95, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #5661b3 !important;
    background-color: rgba(86, 97, 179, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo:focus{
    --bg-opacity: 1 !important;
    background-color: #6574cd !important;
    background-color: rgba(101, 116, 205, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-light:focus{
    --bg-opacity: 1 !important;
    background-color: #7886d7 !important;
    background-color: rgba(120, 134, 215, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #b2b7ff !important;
    background-color: rgba(178, 183, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #e6e8ff !important;
    background-color: rgba(230, 232, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #21183c !important;
    background-color: rgba(33, 24, 60, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #382b5f !important;
    background-color: rgba(56, 43, 95, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #794acf !important;
    background-color: rgba(121, 74, 207, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple:focus{
    --bg-opacity: 1 !important;
    background-color: #9561e2 !important;
    background-color: rgba(149, 97, 226, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-light:focus{
    --bg-opacity: 1 !important;
    background-color: #a779e9 !important;
    background-color: rgba(167, 121, 233, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bbfc !important;
    background-color: rgba(214, 187, 252, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #f3ebff !important;
    background-color: rgba(243, 235, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-darkest:focus{
    --bg-opacity: 1 !important;
    background-color: #451225 !important;
    background-color: rgba(69, 18, 37, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-darker:focus{
    --bg-opacity: 1 !important;
    background-color: #6f213f !important;
    background-color: rgba(111, 33, 63, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-dark:focus{
    --bg-opacity: 1 !important;
    background-color: #eb5286 !important;
    background-color: rgba(235, 82, 134, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink:focus{
    --bg-opacity: 1 !important;
    background-color: #f66d9b !important;
    background-color: rgba(246, 109, 155, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-light:focus{
    --bg-opacity: 1 !important;
    background-color: #fa7ea8 !important;
    background-color: rgba(250, 126, 168, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-lighter:focus{
    --bg-opacity: 1 !important;
    background-color: #ffbbca !important;
    background-color: rgba(255, 187, 202, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-lightest:focus{
    --bg-opacity: 1 !important;
    background-color: #ffebef !important;
    background-color: rgba(255, 235, 239, var(--bg-opacity)) !important;
  }

  .xl\:bg-none{
    background-image: none !important;
  }

  .xl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .xl\:from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-black-real{
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-black{
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .xl\:from-grey-darkest{
    --gradient-from-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .xl\:from-grey-darker{
    --gradient-from-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .xl\:from-grey-dark{
    --gradient-from-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .xl\:from-grey{
    --gradient-from-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .xl\:from-grey-light{
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .xl\:from-grey-lighter{
    --gradient-from-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .xl\:from-grey-lightest{
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:from-white{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-red-darkest{
    --gradient-from-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .xl\:from-red-darker{
    --gradient-from-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .xl\:from-red-dark{
    --gradient-from-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .xl\:from-red{
    --gradient-from-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .xl\:from-red-light{
    --gradient-from-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .xl\:from-red-lighter{
    --gradient-from-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .xl\:from-red-lightest{
    --gradient-from-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .xl\:from-orange-darkest{
    --gradient-from-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .xl\:from-orange-darker{
    --gradient-from-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .xl\:from-orange-dark{
    --gradient-from-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .xl\:from-orange{
    --gradient-from-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .xl\:from-orange-light{
    --gradient-from-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .xl\:from-orange-lighter{
    --gradient-from-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .xl\:from-orange-lightest{
    --gradient-from-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .xl\:from-yellow-darkest{
    --gradient-from-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .xl\:from-yellow-darker{
    --gradient-from-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .xl\:from-yellow-dark{
    --gradient-from-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .xl\:from-yellow{
    --gradient-from-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .xl\:from-yellow-light{
    --gradient-from-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .xl\:from-yellow-lighter{
    --gradient-from-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .xl\:from-yellow-lightest{
    --gradient-from-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .xl\:from-green-darkest{
    --gradient-from-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .xl\:from-green-darker{
    --gradient-from-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .xl\:from-green-dark{
    --gradient-from-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .xl\:from-green{
    --gradient-from-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .xl\:from-green-light{
    --gradient-from-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .xl\:from-green-lighter{
    --gradient-from-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .xl\:from-green-lightest{
    --gradient-from-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .xl\:from-teal-darkest{
    --gradient-from-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .xl\:from-teal-darker{
    --gradient-from-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .xl\:from-teal-dark{
    --gradient-from-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .xl\:from-teal{
    --gradient-from-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .xl\:from-teal-light{
    --gradient-from-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .xl\:from-teal-lighter{
    --gradient-from-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .xl\:from-teal-lightest{
    --gradient-from-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .xl\:from-blue-darkest{
    --gradient-from-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .xl\:from-blue-darker{
    --gradient-from-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .xl\:from-blue-dark{
    --gradient-from-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .xl\:from-blue{
    --gradient-from-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .xl\:from-blue-light{
    --gradient-from-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .xl\:from-blue-lighter{
    --gradient-from-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .xl\:from-blue-lightest{
    --gradient-from-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .xl\:from-indigo-darkest{
    --gradient-from-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .xl\:from-indigo-darker{
    --gradient-from-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .xl\:from-indigo-dark{
    --gradient-from-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .xl\:from-indigo{
    --gradient-from-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .xl\:from-indigo-light{
    --gradient-from-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .xl\:from-indigo-lighter{
    --gradient-from-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .xl\:from-indigo-lightest{
    --gradient-from-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .xl\:from-purple-darkest{
    --gradient-from-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .xl\:from-purple-darker{
    --gradient-from-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .xl\:from-purple-dark{
    --gradient-from-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .xl\:from-purple{
    --gradient-from-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .xl\:from-purple-light{
    --gradient-from-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .xl\:from-purple-lighter{
    --gradient-from-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .xl\:from-purple-lightest{
    --gradient-from-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .xl\:from-pink-darkest{
    --gradient-from-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .xl\:from-pink-darker{
    --gradient-from-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .xl\:from-pink-dark{
    --gradient-from-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .xl\:from-pink{
    --gradient-from-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .xl\:from-pink-light{
    --gradient-from-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .xl\:from-pink-lighter{
    --gradient-from-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .xl\:from-pink-lightest{
    --gradient-from-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .xl\:via-transparent{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-black-real{
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-black{
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .xl\:via-grey-darkest{
    --gradient-via-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .xl\:via-grey-darker{
    --gradient-via-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .xl\:via-grey-dark{
    --gradient-via-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .xl\:via-grey{
    --gradient-via-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .xl\:via-grey-light{
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .xl\:via-grey-lighter{
    --gradient-via-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .xl\:via-grey-lightest{
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:via-white{
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-red-darkest{
    --gradient-via-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .xl\:via-red-darker{
    --gradient-via-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .xl\:via-red-dark{
    --gradient-via-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .xl\:via-red{
    --gradient-via-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .xl\:via-red-light{
    --gradient-via-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .xl\:via-red-lighter{
    --gradient-via-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .xl\:via-red-lightest{
    --gradient-via-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .xl\:via-orange-darkest{
    --gradient-via-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .xl\:via-orange-darker{
    --gradient-via-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .xl\:via-orange-dark{
    --gradient-via-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .xl\:via-orange{
    --gradient-via-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .xl\:via-orange-light{
    --gradient-via-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .xl\:via-orange-lighter{
    --gradient-via-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .xl\:via-orange-lightest{
    --gradient-via-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .xl\:via-yellow-darkest{
    --gradient-via-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .xl\:via-yellow-darker{
    --gradient-via-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .xl\:via-yellow-dark{
    --gradient-via-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .xl\:via-yellow{
    --gradient-via-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .xl\:via-yellow-light{
    --gradient-via-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .xl\:via-yellow-lighter{
    --gradient-via-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .xl\:via-yellow-lightest{
    --gradient-via-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .xl\:via-green-darkest{
    --gradient-via-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .xl\:via-green-darker{
    --gradient-via-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .xl\:via-green-dark{
    --gradient-via-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .xl\:via-green{
    --gradient-via-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .xl\:via-green-light{
    --gradient-via-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .xl\:via-green-lighter{
    --gradient-via-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .xl\:via-green-lightest{
    --gradient-via-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .xl\:via-teal-darkest{
    --gradient-via-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .xl\:via-teal-darker{
    --gradient-via-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .xl\:via-teal-dark{
    --gradient-via-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .xl\:via-teal{
    --gradient-via-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .xl\:via-teal-light{
    --gradient-via-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .xl\:via-teal-lighter{
    --gradient-via-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .xl\:via-teal-lightest{
    --gradient-via-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .xl\:via-blue-darkest{
    --gradient-via-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .xl\:via-blue-darker{
    --gradient-via-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .xl\:via-blue-dark{
    --gradient-via-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .xl\:via-blue{
    --gradient-via-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .xl\:via-blue-light{
    --gradient-via-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .xl\:via-blue-lighter{
    --gradient-via-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .xl\:via-blue-lightest{
    --gradient-via-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .xl\:via-indigo-darkest{
    --gradient-via-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .xl\:via-indigo-darker{
    --gradient-via-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .xl\:via-indigo-dark{
    --gradient-via-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .xl\:via-indigo{
    --gradient-via-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .xl\:via-indigo-light{
    --gradient-via-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .xl\:via-indigo-lighter{
    --gradient-via-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .xl\:via-indigo-lightest{
    --gradient-via-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .xl\:via-purple-darkest{
    --gradient-via-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .xl\:via-purple-darker{
    --gradient-via-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .xl\:via-purple-dark{
    --gradient-via-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .xl\:via-purple{
    --gradient-via-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .xl\:via-purple-light{
    --gradient-via-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .xl\:via-purple-lighter{
    --gradient-via-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .xl\:via-purple-lightest{
    --gradient-via-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .xl\:via-pink-darkest{
    --gradient-via-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .xl\:via-pink-darker{
    --gradient-via-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .xl\:via-pink-dark{
    --gradient-via-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .xl\:via-pink{
    --gradient-via-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .xl\:via-pink-light{
    --gradient-via-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .xl\:via-pink-lighter{
    --gradient-via-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .xl\:via-pink-lightest{
    --gradient-via-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .xl\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .xl\:to-black-real{
    --gradient-to-color: #000000 !important;
  }

  .xl\:to-black{
    --gradient-to-color: #22292f !important;
  }

  .xl\:to-grey-darkest{
    --gradient-to-color: #3d4852 !important;
  }

  .xl\:to-grey-darker{
    --gradient-to-color: #606f7b !important;
  }

  .xl\:to-grey-dark{
    --gradient-to-color: #8795a1 !important;
  }

  .xl\:to-grey{
    --gradient-to-color: #b8c2cc !important;
  }

  .xl\:to-grey-light{
    --gradient-to-color: #dae1e7 !important;
  }

  .xl\:to-grey-lighter{
    --gradient-to-color: #f1f5f8 !important;
  }

  .xl\:to-grey-lightest{
    --gradient-to-color: #f8fafc !important;
  }

  .xl\:to-white{
    --gradient-to-color: #ffffff !important;
  }

  .xl\:to-red-darkest{
    --gradient-to-color: #3b0d0c !important;
  }

  .xl\:to-red-darker{
    --gradient-to-color: #621b18 !important;
  }

  .xl\:to-red-dark{
    --gradient-to-color: #cc1f1a !important;
  }

  .xl\:to-red{
    --gradient-to-color: #e3342f !important;
  }

  .xl\:to-red-light{
    --gradient-to-color: #ef5753 !important;
  }

  .xl\:to-red-lighter{
    --gradient-to-color: #f9acaa !important;
  }

  .xl\:to-red-lightest{
    --gradient-to-color: #fcebea !important;
  }

  .xl\:to-orange-darkest{
    --gradient-to-color: #462a16 !important;
  }

  .xl\:to-orange-darker{
    --gradient-to-color: #613b1f !important;
  }

  .xl\:to-orange-dark{
    --gradient-to-color: #de751f !important;
  }

  .xl\:to-orange{
    --gradient-to-color: #f6993f !important;
  }

  .xl\:to-orange-light{
    --gradient-to-color: #faad63 !important;
  }

  .xl\:to-orange-lighter{
    --gradient-to-color: #fcd9b6 !important;
  }

  .xl\:to-orange-lightest{
    --gradient-to-color: #fff5eb !important;
  }

  .xl\:to-yellow-darkest{
    --gradient-to-color: #453411 !important;
  }

  .xl\:to-yellow-darker{
    --gradient-to-color: #684f1d !important;
  }

  .xl\:to-yellow-dark{
    --gradient-to-color: #f2d024 !important;
  }

  .xl\:to-yellow{
    --gradient-to-color: #ffed4a !important;
  }

  .xl\:to-yellow-light{
    --gradient-to-color: #fff382 !important;
  }

  .xl\:to-yellow-lighter{
    --gradient-to-color: #fff9c2 !important;
  }

  .xl\:to-yellow-lightest{
    --gradient-to-color: #fcfbeb !important;
  }

  .xl\:to-green-darkest{
    --gradient-to-color: #0f2f21 !important;
  }

  .xl\:to-green-darker{
    --gradient-to-color: #1a4731 !important;
  }

  .xl\:to-green-dark{
    --gradient-to-color: #1f9d55 !important;
  }

  .xl\:to-green{
    --gradient-to-color: #38c172 !important;
  }

  .xl\:to-green-light{
    --gradient-to-color: #51d88a !important;
  }

  .xl\:to-green-lighter{
    --gradient-to-color: #a2f5bf !important;
  }

  .xl\:to-green-lightest{
    --gradient-to-color: #e3fcec !important;
  }

  .xl\:to-teal-darkest{
    --gradient-to-color: #0d3331 !important;
  }

  .xl\:to-teal-darker{
    --gradient-to-color: #20504f !important;
  }

  .xl\:to-teal-dark{
    --gradient-to-color: #38a89d !important;
  }

  .xl\:to-teal{
    --gradient-to-color: #4dc0b5 !important;
  }

  .xl\:to-teal-light{
    --gradient-to-color: #64d5ca !important;
  }

  .xl\:to-teal-lighter{
    --gradient-to-color: #a0f0ed !important;
  }

  .xl\:to-teal-lightest{
    --gradient-to-color: #e8fffe !important;
  }

  .xl\:to-blue-darkest{
    --gradient-to-color: #12283a !important;
  }

  .xl\:to-blue-darker{
    --gradient-to-color: #1c3d5a !important;
  }

  .xl\:to-blue-dark{
    --gradient-to-color: #2779bd !important;
  }

  .xl\:to-blue{
    --gradient-to-color: #3490dc !important;
  }

  .xl\:to-blue-light{
    --gradient-to-color: #6cb2eb !important;
  }

  .xl\:to-blue-lighter{
    --gradient-to-color: #bcdefa !important;
  }

  .xl\:to-blue-lightest{
    --gradient-to-color: #eff8ff !important;
  }

  .xl\:to-indigo-darkest{
    --gradient-to-color: #191e38 !important;
  }

  .xl\:to-indigo-darker{
    --gradient-to-color: #2f365f !important;
  }

  .xl\:to-indigo-dark{
    --gradient-to-color: #5661b3 !important;
  }

  .xl\:to-indigo{
    --gradient-to-color: #6574cd !important;
  }

  .xl\:to-indigo-light{
    --gradient-to-color: #7886d7 !important;
  }

  .xl\:to-indigo-lighter{
    --gradient-to-color: #b2b7ff !important;
  }

  .xl\:to-indigo-lightest{
    --gradient-to-color: #e6e8ff !important;
  }

  .xl\:to-purple-darkest{
    --gradient-to-color: #21183c !important;
  }

  .xl\:to-purple-darker{
    --gradient-to-color: #382b5f !important;
  }

  .xl\:to-purple-dark{
    --gradient-to-color: #794acf !important;
  }

  .xl\:to-purple{
    --gradient-to-color: #9561e2 !important;
  }

  .xl\:to-purple-light{
    --gradient-to-color: #a779e9 !important;
  }

  .xl\:to-purple-lighter{
    --gradient-to-color: #d6bbfc !important;
  }

  .xl\:to-purple-lightest{
    --gradient-to-color: #f3ebff !important;
  }

  .xl\:to-pink-darkest{
    --gradient-to-color: #451225 !important;
  }

  .xl\:to-pink-darker{
    --gradient-to-color: #6f213f !important;
  }

  .xl\:to-pink-dark{
    --gradient-to-color: #eb5286 !important;
  }

  .xl\:to-pink{
    --gradient-to-color: #f66d9b !important;
  }

  .xl\:to-pink-light{
    --gradient-to-color: #fa7ea8 !important;
  }

  .xl\:to-pink-lighter{
    --gradient-to-color: #ffbbca !important;
  }

  .xl\:to-pink-lightest{
    --gradient-to-color: #ffebef !important;
  }

  .xl\:hover\:from-transparent:hover{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-black-real:hover{
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-black:hover{
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .xl\:hover\:from-grey-darkest:hover{
    --gradient-from-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .xl\:hover\:from-grey-darker:hover{
    --gradient-from-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .xl\:hover\:from-grey-dark:hover{
    --gradient-from-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .xl\:hover\:from-grey:hover{
    --gradient-from-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .xl\:hover\:from-grey-light:hover{
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .xl\:hover\:from-grey-lighter:hover{
    --gradient-from-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .xl\:hover\:from-grey-lightest:hover{
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:hover\:from-white:hover{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-red-darkest:hover{
    --gradient-from-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .xl\:hover\:from-red-darker:hover{
    --gradient-from-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .xl\:hover\:from-red-dark:hover{
    --gradient-from-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .xl\:hover\:from-red:hover{
    --gradient-from-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .xl\:hover\:from-red-light:hover{
    --gradient-from-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .xl\:hover\:from-red-lighter:hover{
    --gradient-from-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .xl\:hover\:from-red-lightest:hover{
    --gradient-from-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .xl\:hover\:from-orange-darkest:hover{
    --gradient-from-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .xl\:hover\:from-orange-darker:hover{
    --gradient-from-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .xl\:hover\:from-orange-dark:hover{
    --gradient-from-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .xl\:hover\:from-orange:hover{
    --gradient-from-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .xl\:hover\:from-orange-light:hover{
    --gradient-from-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .xl\:hover\:from-orange-lighter:hover{
    --gradient-from-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .xl\:hover\:from-orange-lightest:hover{
    --gradient-from-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .xl\:hover\:from-yellow-darkest:hover{
    --gradient-from-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .xl\:hover\:from-yellow-darker:hover{
    --gradient-from-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .xl\:hover\:from-yellow-dark:hover{
    --gradient-from-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .xl\:hover\:from-yellow:hover{
    --gradient-from-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .xl\:hover\:from-yellow-light:hover{
    --gradient-from-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .xl\:hover\:from-yellow-lighter:hover{
    --gradient-from-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .xl\:hover\:from-yellow-lightest:hover{
    --gradient-from-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .xl\:hover\:from-green-darkest:hover{
    --gradient-from-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .xl\:hover\:from-green-darker:hover{
    --gradient-from-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .xl\:hover\:from-green-dark:hover{
    --gradient-from-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .xl\:hover\:from-green:hover{
    --gradient-from-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .xl\:hover\:from-green-light:hover{
    --gradient-from-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .xl\:hover\:from-green-lighter:hover{
    --gradient-from-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .xl\:hover\:from-green-lightest:hover{
    --gradient-from-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .xl\:hover\:from-teal-darkest:hover{
    --gradient-from-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .xl\:hover\:from-teal-darker:hover{
    --gradient-from-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .xl\:hover\:from-teal-dark:hover{
    --gradient-from-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .xl\:hover\:from-teal:hover{
    --gradient-from-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .xl\:hover\:from-teal-light:hover{
    --gradient-from-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .xl\:hover\:from-teal-lighter:hover{
    --gradient-from-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .xl\:hover\:from-teal-lightest:hover{
    --gradient-from-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .xl\:hover\:from-blue-darkest:hover{
    --gradient-from-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .xl\:hover\:from-blue-darker:hover{
    --gradient-from-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .xl\:hover\:from-blue-dark:hover{
    --gradient-from-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .xl\:hover\:from-blue:hover{
    --gradient-from-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .xl\:hover\:from-blue-light:hover{
    --gradient-from-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .xl\:hover\:from-blue-lighter:hover{
    --gradient-from-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .xl\:hover\:from-blue-lightest:hover{
    --gradient-from-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .xl\:hover\:from-indigo-darkest:hover{
    --gradient-from-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .xl\:hover\:from-indigo-darker:hover{
    --gradient-from-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .xl\:hover\:from-indigo-dark:hover{
    --gradient-from-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .xl\:hover\:from-indigo:hover{
    --gradient-from-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .xl\:hover\:from-indigo-light:hover{
    --gradient-from-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .xl\:hover\:from-indigo-lighter:hover{
    --gradient-from-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .xl\:hover\:from-indigo-lightest:hover{
    --gradient-from-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .xl\:hover\:from-purple-darkest:hover{
    --gradient-from-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .xl\:hover\:from-purple-darker:hover{
    --gradient-from-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .xl\:hover\:from-purple-dark:hover{
    --gradient-from-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .xl\:hover\:from-purple:hover{
    --gradient-from-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .xl\:hover\:from-purple-light:hover{
    --gradient-from-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .xl\:hover\:from-purple-lighter:hover{
    --gradient-from-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .xl\:hover\:from-purple-lightest:hover{
    --gradient-from-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .xl\:hover\:from-pink-darkest:hover{
    --gradient-from-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .xl\:hover\:from-pink-darker:hover{
    --gradient-from-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .xl\:hover\:from-pink-dark:hover{
    --gradient-from-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .xl\:hover\:from-pink:hover{
    --gradient-from-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .xl\:hover\:from-pink-light:hover{
    --gradient-from-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .xl\:hover\:from-pink-lighter:hover{
    --gradient-from-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .xl\:hover\:from-pink-lightest:hover{
    --gradient-from-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .xl\:hover\:via-transparent:hover{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-black-real:hover{
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-black:hover{
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .xl\:hover\:via-grey-darkest:hover{
    --gradient-via-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .xl\:hover\:via-grey-darker:hover{
    --gradient-via-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .xl\:hover\:via-grey-dark:hover{
    --gradient-via-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .xl\:hover\:via-grey:hover{
    --gradient-via-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .xl\:hover\:via-grey-light:hover{
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .xl\:hover\:via-grey-lighter:hover{
    --gradient-via-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .xl\:hover\:via-grey-lightest:hover{
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:hover\:via-white:hover{
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-red-darkest:hover{
    --gradient-via-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .xl\:hover\:via-red-darker:hover{
    --gradient-via-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .xl\:hover\:via-red-dark:hover{
    --gradient-via-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .xl\:hover\:via-red:hover{
    --gradient-via-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .xl\:hover\:via-red-light:hover{
    --gradient-via-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .xl\:hover\:via-red-lighter:hover{
    --gradient-via-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .xl\:hover\:via-red-lightest:hover{
    --gradient-via-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .xl\:hover\:via-orange-darkest:hover{
    --gradient-via-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .xl\:hover\:via-orange-darker:hover{
    --gradient-via-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .xl\:hover\:via-orange-dark:hover{
    --gradient-via-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .xl\:hover\:via-orange:hover{
    --gradient-via-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .xl\:hover\:via-orange-light:hover{
    --gradient-via-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .xl\:hover\:via-orange-lighter:hover{
    --gradient-via-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .xl\:hover\:via-orange-lightest:hover{
    --gradient-via-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .xl\:hover\:via-yellow-darkest:hover{
    --gradient-via-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .xl\:hover\:via-yellow-darker:hover{
    --gradient-via-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .xl\:hover\:via-yellow-dark:hover{
    --gradient-via-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .xl\:hover\:via-yellow:hover{
    --gradient-via-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .xl\:hover\:via-yellow-light:hover{
    --gradient-via-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .xl\:hover\:via-yellow-lighter:hover{
    --gradient-via-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .xl\:hover\:via-yellow-lightest:hover{
    --gradient-via-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .xl\:hover\:via-green-darkest:hover{
    --gradient-via-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .xl\:hover\:via-green-darker:hover{
    --gradient-via-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .xl\:hover\:via-green-dark:hover{
    --gradient-via-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .xl\:hover\:via-green:hover{
    --gradient-via-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .xl\:hover\:via-green-light:hover{
    --gradient-via-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .xl\:hover\:via-green-lighter:hover{
    --gradient-via-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .xl\:hover\:via-green-lightest:hover{
    --gradient-via-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .xl\:hover\:via-teal-darkest:hover{
    --gradient-via-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .xl\:hover\:via-teal-darker:hover{
    --gradient-via-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .xl\:hover\:via-teal-dark:hover{
    --gradient-via-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .xl\:hover\:via-teal:hover{
    --gradient-via-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .xl\:hover\:via-teal-light:hover{
    --gradient-via-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .xl\:hover\:via-teal-lighter:hover{
    --gradient-via-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .xl\:hover\:via-teal-lightest:hover{
    --gradient-via-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .xl\:hover\:via-blue-darkest:hover{
    --gradient-via-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .xl\:hover\:via-blue-darker:hover{
    --gradient-via-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .xl\:hover\:via-blue-dark:hover{
    --gradient-via-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .xl\:hover\:via-blue:hover{
    --gradient-via-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .xl\:hover\:via-blue-light:hover{
    --gradient-via-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .xl\:hover\:via-blue-lighter:hover{
    --gradient-via-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .xl\:hover\:via-blue-lightest:hover{
    --gradient-via-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .xl\:hover\:via-indigo-darkest:hover{
    --gradient-via-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .xl\:hover\:via-indigo-darker:hover{
    --gradient-via-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .xl\:hover\:via-indigo-dark:hover{
    --gradient-via-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .xl\:hover\:via-indigo:hover{
    --gradient-via-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .xl\:hover\:via-indigo-light:hover{
    --gradient-via-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .xl\:hover\:via-indigo-lighter:hover{
    --gradient-via-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .xl\:hover\:via-indigo-lightest:hover{
    --gradient-via-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .xl\:hover\:via-purple-darkest:hover{
    --gradient-via-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .xl\:hover\:via-purple-darker:hover{
    --gradient-via-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .xl\:hover\:via-purple-dark:hover{
    --gradient-via-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .xl\:hover\:via-purple:hover{
    --gradient-via-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .xl\:hover\:via-purple-light:hover{
    --gradient-via-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .xl\:hover\:via-purple-lighter:hover{
    --gradient-via-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .xl\:hover\:via-purple-lightest:hover{
    --gradient-via-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .xl\:hover\:via-pink-darkest:hover{
    --gradient-via-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .xl\:hover\:via-pink-darker:hover{
    --gradient-via-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .xl\:hover\:via-pink-dark:hover{
    --gradient-via-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .xl\:hover\:via-pink:hover{
    --gradient-via-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .xl\:hover\:via-pink-light:hover{
    --gradient-via-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .xl\:hover\:via-pink-lighter:hover{
    --gradient-via-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .xl\:hover\:via-pink-lightest:hover{
    --gradient-via-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .xl\:hover\:to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .xl\:hover\:to-black-real:hover{
    --gradient-to-color: #000000 !important;
  }

  .xl\:hover\:to-black:hover{
    --gradient-to-color: #22292f !important;
  }

  .xl\:hover\:to-grey-darkest:hover{
    --gradient-to-color: #3d4852 !important;
  }

  .xl\:hover\:to-grey-darker:hover{
    --gradient-to-color: #606f7b !important;
  }

  .xl\:hover\:to-grey-dark:hover{
    --gradient-to-color: #8795a1 !important;
  }

  .xl\:hover\:to-grey:hover{
    --gradient-to-color: #b8c2cc !important;
  }

  .xl\:hover\:to-grey-light:hover{
    --gradient-to-color: #dae1e7 !important;
  }

  .xl\:hover\:to-grey-lighter:hover{
    --gradient-to-color: #f1f5f8 !important;
  }

  .xl\:hover\:to-grey-lightest:hover{
    --gradient-to-color: #f8fafc !important;
  }

  .xl\:hover\:to-white:hover{
    --gradient-to-color: #ffffff !important;
  }

  .xl\:hover\:to-red-darkest:hover{
    --gradient-to-color: #3b0d0c !important;
  }

  .xl\:hover\:to-red-darker:hover{
    --gradient-to-color: #621b18 !important;
  }

  .xl\:hover\:to-red-dark:hover{
    --gradient-to-color: #cc1f1a !important;
  }

  .xl\:hover\:to-red:hover{
    --gradient-to-color: #e3342f !important;
  }

  .xl\:hover\:to-red-light:hover{
    --gradient-to-color: #ef5753 !important;
  }

  .xl\:hover\:to-red-lighter:hover{
    --gradient-to-color: #f9acaa !important;
  }

  .xl\:hover\:to-red-lightest:hover{
    --gradient-to-color: #fcebea !important;
  }

  .xl\:hover\:to-orange-darkest:hover{
    --gradient-to-color: #462a16 !important;
  }

  .xl\:hover\:to-orange-darker:hover{
    --gradient-to-color: #613b1f !important;
  }

  .xl\:hover\:to-orange-dark:hover{
    --gradient-to-color: #de751f !important;
  }

  .xl\:hover\:to-orange:hover{
    --gradient-to-color: #f6993f !important;
  }

  .xl\:hover\:to-orange-light:hover{
    --gradient-to-color: #faad63 !important;
  }

  .xl\:hover\:to-orange-lighter:hover{
    --gradient-to-color: #fcd9b6 !important;
  }

  .xl\:hover\:to-orange-lightest:hover{
    --gradient-to-color: #fff5eb !important;
  }

  .xl\:hover\:to-yellow-darkest:hover{
    --gradient-to-color: #453411 !important;
  }

  .xl\:hover\:to-yellow-darker:hover{
    --gradient-to-color: #684f1d !important;
  }

  .xl\:hover\:to-yellow-dark:hover{
    --gradient-to-color: #f2d024 !important;
  }

  .xl\:hover\:to-yellow:hover{
    --gradient-to-color: #ffed4a !important;
  }

  .xl\:hover\:to-yellow-light:hover{
    --gradient-to-color: #fff382 !important;
  }

  .xl\:hover\:to-yellow-lighter:hover{
    --gradient-to-color: #fff9c2 !important;
  }

  .xl\:hover\:to-yellow-lightest:hover{
    --gradient-to-color: #fcfbeb !important;
  }

  .xl\:hover\:to-green-darkest:hover{
    --gradient-to-color: #0f2f21 !important;
  }

  .xl\:hover\:to-green-darker:hover{
    --gradient-to-color: #1a4731 !important;
  }

  .xl\:hover\:to-green-dark:hover{
    --gradient-to-color: #1f9d55 !important;
  }

  .xl\:hover\:to-green:hover{
    --gradient-to-color: #38c172 !important;
  }

  .xl\:hover\:to-green-light:hover{
    --gradient-to-color: #51d88a !important;
  }

  .xl\:hover\:to-green-lighter:hover{
    --gradient-to-color: #a2f5bf !important;
  }

  .xl\:hover\:to-green-lightest:hover{
    --gradient-to-color: #e3fcec !important;
  }

  .xl\:hover\:to-teal-darkest:hover{
    --gradient-to-color: #0d3331 !important;
  }

  .xl\:hover\:to-teal-darker:hover{
    --gradient-to-color: #20504f !important;
  }

  .xl\:hover\:to-teal-dark:hover{
    --gradient-to-color: #38a89d !important;
  }

  .xl\:hover\:to-teal:hover{
    --gradient-to-color: #4dc0b5 !important;
  }

  .xl\:hover\:to-teal-light:hover{
    --gradient-to-color: #64d5ca !important;
  }

  .xl\:hover\:to-teal-lighter:hover{
    --gradient-to-color: #a0f0ed !important;
  }

  .xl\:hover\:to-teal-lightest:hover{
    --gradient-to-color: #e8fffe !important;
  }

  .xl\:hover\:to-blue-darkest:hover{
    --gradient-to-color: #12283a !important;
  }

  .xl\:hover\:to-blue-darker:hover{
    --gradient-to-color: #1c3d5a !important;
  }

  .xl\:hover\:to-blue-dark:hover{
    --gradient-to-color: #2779bd !important;
  }

  .xl\:hover\:to-blue:hover{
    --gradient-to-color: #3490dc !important;
  }

  .xl\:hover\:to-blue-light:hover{
    --gradient-to-color: #6cb2eb !important;
  }

  .xl\:hover\:to-blue-lighter:hover{
    --gradient-to-color: #bcdefa !important;
  }

  .xl\:hover\:to-blue-lightest:hover{
    --gradient-to-color: #eff8ff !important;
  }

  .xl\:hover\:to-indigo-darkest:hover{
    --gradient-to-color: #191e38 !important;
  }

  .xl\:hover\:to-indigo-darker:hover{
    --gradient-to-color: #2f365f !important;
  }

  .xl\:hover\:to-indigo-dark:hover{
    --gradient-to-color: #5661b3 !important;
  }

  .xl\:hover\:to-indigo:hover{
    --gradient-to-color: #6574cd !important;
  }

  .xl\:hover\:to-indigo-light:hover{
    --gradient-to-color: #7886d7 !important;
  }

  .xl\:hover\:to-indigo-lighter:hover{
    --gradient-to-color: #b2b7ff !important;
  }

  .xl\:hover\:to-indigo-lightest:hover{
    --gradient-to-color: #e6e8ff !important;
  }

  .xl\:hover\:to-purple-darkest:hover{
    --gradient-to-color: #21183c !important;
  }

  .xl\:hover\:to-purple-darker:hover{
    --gradient-to-color: #382b5f !important;
  }

  .xl\:hover\:to-purple-dark:hover{
    --gradient-to-color: #794acf !important;
  }

  .xl\:hover\:to-purple:hover{
    --gradient-to-color: #9561e2 !important;
  }

  .xl\:hover\:to-purple-light:hover{
    --gradient-to-color: #a779e9 !important;
  }

  .xl\:hover\:to-purple-lighter:hover{
    --gradient-to-color: #d6bbfc !important;
  }

  .xl\:hover\:to-purple-lightest:hover{
    --gradient-to-color: #f3ebff !important;
  }

  .xl\:hover\:to-pink-darkest:hover{
    --gradient-to-color: #451225 !important;
  }

  .xl\:hover\:to-pink-darker:hover{
    --gradient-to-color: #6f213f !important;
  }

  .xl\:hover\:to-pink-dark:hover{
    --gradient-to-color: #eb5286 !important;
  }

  .xl\:hover\:to-pink:hover{
    --gradient-to-color: #f66d9b !important;
  }

  .xl\:hover\:to-pink-light:hover{
    --gradient-to-color: #fa7ea8 !important;
  }

  .xl\:hover\:to-pink-lighter:hover{
    --gradient-to-color: #ffbbca !important;
  }

  .xl\:hover\:to-pink-lightest:hover{
    --gradient-to-color: #ffebef !important;
  }

  .xl\:focus\:from-transparent:focus{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-black-real:focus{
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-black:focus{
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .xl\:focus\:from-grey-darkest:focus{
    --gradient-from-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .xl\:focus\:from-grey-darker:focus{
    --gradient-from-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .xl\:focus\:from-grey-dark:focus{
    --gradient-from-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .xl\:focus\:from-grey:focus{
    --gradient-from-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .xl\:focus\:from-grey-light:focus{
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .xl\:focus\:from-grey-lighter:focus{
    --gradient-from-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .xl\:focus\:from-grey-lightest:focus{
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:focus\:from-white:focus{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-red-darkest:focus{
    --gradient-from-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .xl\:focus\:from-red-darker:focus{
    --gradient-from-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .xl\:focus\:from-red-dark:focus{
    --gradient-from-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .xl\:focus\:from-red:focus{
    --gradient-from-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .xl\:focus\:from-red-light:focus{
    --gradient-from-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .xl\:focus\:from-red-lighter:focus{
    --gradient-from-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .xl\:focus\:from-red-lightest:focus{
    --gradient-from-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .xl\:focus\:from-orange-darkest:focus{
    --gradient-from-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .xl\:focus\:from-orange-darker:focus{
    --gradient-from-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .xl\:focus\:from-orange-dark:focus{
    --gradient-from-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .xl\:focus\:from-orange:focus{
    --gradient-from-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .xl\:focus\:from-orange-light:focus{
    --gradient-from-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .xl\:focus\:from-orange-lighter:focus{
    --gradient-from-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .xl\:focus\:from-orange-lightest:focus{
    --gradient-from-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .xl\:focus\:from-yellow-darkest:focus{
    --gradient-from-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .xl\:focus\:from-yellow-darker:focus{
    --gradient-from-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .xl\:focus\:from-yellow-dark:focus{
    --gradient-from-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .xl\:focus\:from-yellow:focus{
    --gradient-from-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .xl\:focus\:from-yellow-light:focus{
    --gradient-from-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .xl\:focus\:from-yellow-lighter:focus{
    --gradient-from-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .xl\:focus\:from-yellow-lightest:focus{
    --gradient-from-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .xl\:focus\:from-green-darkest:focus{
    --gradient-from-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .xl\:focus\:from-green-darker:focus{
    --gradient-from-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .xl\:focus\:from-green-dark:focus{
    --gradient-from-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .xl\:focus\:from-green:focus{
    --gradient-from-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .xl\:focus\:from-green-light:focus{
    --gradient-from-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .xl\:focus\:from-green-lighter:focus{
    --gradient-from-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .xl\:focus\:from-green-lightest:focus{
    --gradient-from-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .xl\:focus\:from-teal-darkest:focus{
    --gradient-from-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .xl\:focus\:from-teal-darker:focus{
    --gradient-from-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .xl\:focus\:from-teal-dark:focus{
    --gradient-from-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .xl\:focus\:from-teal:focus{
    --gradient-from-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .xl\:focus\:from-teal-light:focus{
    --gradient-from-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .xl\:focus\:from-teal-lighter:focus{
    --gradient-from-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .xl\:focus\:from-teal-lightest:focus{
    --gradient-from-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .xl\:focus\:from-blue-darkest:focus{
    --gradient-from-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .xl\:focus\:from-blue-darker:focus{
    --gradient-from-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .xl\:focus\:from-blue-dark:focus{
    --gradient-from-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .xl\:focus\:from-blue:focus{
    --gradient-from-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .xl\:focus\:from-blue-light:focus{
    --gradient-from-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .xl\:focus\:from-blue-lighter:focus{
    --gradient-from-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .xl\:focus\:from-blue-lightest:focus{
    --gradient-from-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .xl\:focus\:from-indigo-darkest:focus{
    --gradient-from-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .xl\:focus\:from-indigo-darker:focus{
    --gradient-from-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .xl\:focus\:from-indigo-dark:focus{
    --gradient-from-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .xl\:focus\:from-indigo:focus{
    --gradient-from-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .xl\:focus\:from-indigo-light:focus{
    --gradient-from-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .xl\:focus\:from-indigo-lighter:focus{
    --gradient-from-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .xl\:focus\:from-indigo-lightest:focus{
    --gradient-from-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .xl\:focus\:from-purple-darkest:focus{
    --gradient-from-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .xl\:focus\:from-purple-darker:focus{
    --gradient-from-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .xl\:focus\:from-purple-dark:focus{
    --gradient-from-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .xl\:focus\:from-purple:focus{
    --gradient-from-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .xl\:focus\:from-purple-light:focus{
    --gradient-from-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .xl\:focus\:from-purple-lighter:focus{
    --gradient-from-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .xl\:focus\:from-purple-lightest:focus{
    --gradient-from-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .xl\:focus\:from-pink-darkest:focus{
    --gradient-from-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .xl\:focus\:from-pink-darker:focus{
    --gradient-from-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .xl\:focus\:from-pink-dark:focus{
    --gradient-from-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .xl\:focus\:from-pink:focus{
    --gradient-from-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .xl\:focus\:from-pink-light:focus{
    --gradient-from-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .xl\:focus\:from-pink-lighter:focus{
    --gradient-from-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .xl\:focus\:from-pink-lightest:focus{
    --gradient-from-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .xl\:focus\:via-transparent:focus{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-black-real:focus{
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-black:focus{
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .xl\:focus\:via-grey-darkest:focus{
    --gradient-via-color: #3d4852 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 72, 82, 0)) !important;
  }

  .xl\:focus\:via-grey-darker:focus{
    --gradient-via-color: #606f7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 111, 123, 0)) !important;
  }

  .xl\:focus\:via-grey-dark:focus{
    --gradient-via-color: #8795a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(135, 149, 161, 0)) !important;
  }

  .xl\:focus\:via-grey:focus{
    --gradient-via-color: #b8c2cc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 194, 204, 0)) !important;
  }

  .xl\:focus\:via-grey-light:focus{
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .xl\:focus\:via-grey-lighter:focus{
    --gradient-via-color: #f1f5f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 248, 0)) !important;
  }

  .xl\:focus\:via-grey-lightest:focus{
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:focus\:via-white:focus{
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-red-darkest:focus{
    --gradient-via-color: #3b0d0c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 13, 12, 0)) !important;
  }

  .xl\:focus\:via-red-darker:focus{
    --gradient-via-color: #621b18 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 27, 24, 0)) !important;
  }

  .xl\:focus\:via-red-dark:focus{
    --gradient-via-color: #cc1f1a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 31, 26, 0)) !important;
  }

  .xl\:focus\:via-red:focus{
    --gradient-via-color: #e3342f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 52, 47, 0)) !important;
  }

  .xl\:focus\:via-red-light:focus{
    --gradient-via-color: #ef5753 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 87, 83, 0)) !important;
  }

  .xl\:focus\:via-red-lighter:focus{
    --gradient-via-color: #f9acaa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 172, 170, 0)) !important;
  }

  .xl\:focus\:via-red-lightest:focus{
    --gradient-via-color: #fcebea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 235, 234, 0)) !important;
  }

  .xl\:focus\:via-orange-darkest:focus{
    --gradient-via-color: #462a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(70, 42, 22, 0)) !important;
  }

  .xl\:focus\:via-orange-darker:focus{
    --gradient-via-color: #613b1f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 59, 31, 0)) !important;
  }

  .xl\:focus\:via-orange-dark:focus{
    --gradient-via-color: #de751f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(222, 117, 31, 0)) !important;
  }

  .xl\:focus\:via-orange:focus{
    --gradient-via-color: #f6993f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 153, 63, 0)) !important;
  }

  .xl\:focus\:via-orange-light:focus{
    --gradient-via-color: #faad63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 173, 99, 0)) !important;
  }

  .xl\:focus\:via-orange-lighter:focus{
    --gradient-via-color: #fcd9b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 217, 182, 0)) !important;
  }

  .xl\:focus\:via-orange-lightest:focus{
    --gradient-via-color: #fff5eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 235, 0)) !important;
  }

  .xl\:focus\:via-yellow-darkest:focus{
    --gradient-via-color: #453411 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 52, 17, 0)) !important;
  }

  .xl\:focus\:via-yellow-darker:focus{
    --gradient-via-color: #684f1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 79, 29, 0)) !important;
  }

  .xl\:focus\:via-yellow-dark:focus{
    --gradient-via-color: #f2d024 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 208, 36, 0)) !important;
  }

  .xl\:focus\:via-yellow:focus{
    --gradient-via-color: #ffed4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 74, 0)) !important;
  }

  .xl\:focus\:via-yellow-light:focus{
    --gradient-via-color: #fff382 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 243, 130, 0)) !important;
  }

  .xl\:focus\:via-yellow-lighter:focus{
    --gradient-via-color: #fff9c2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 249, 194, 0)) !important;
  }

  .xl\:focus\:via-yellow-lightest:focus{
    --gradient-via-color: #fcfbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 251, 235, 0)) !important;
  }

  .xl\:focus\:via-green-darkest:focus{
    --gradient-via-color: #0f2f21 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 47, 33, 0)) !important;
  }

  .xl\:focus\:via-green-darker:focus{
    --gradient-via-color: #1a4731 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 71, 49, 0)) !important;
  }

  .xl\:focus\:via-green-dark:focus{
    --gradient-via-color: #1f9d55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 157, 85, 0)) !important;
  }

  .xl\:focus\:via-green:focus{
    --gradient-via-color: #38c172 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 193, 114, 0)) !important;
  }

  .xl\:focus\:via-green-light:focus{
    --gradient-via-color: #51d88a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(81, 216, 138, 0)) !important;
  }

  .xl\:focus\:via-green-lighter:focus{
    --gradient-via-color: #a2f5bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 245, 191, 0)) !important;
  }

  .xl\:focus\:via-green-lightest:focus{
    --gradient-via-color: #e3fcec !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 252, 236, 0)) !important;
  }

  .xl\:focus\:via-teal-darkest:focus{
    --gradient-via-color: #0d3331 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 51, 49, 0)) !important;
  }

  .xl\:focus\:via-teal-darker:focus{
    --gradient-via-color: #20504f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(32, 80, 79, 0)) !important;
  }

  .xl\:focus\:via-teal-dark:focus{
    --gradient-via-color: #38a89d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 168, 157, 0)) !important;
  }

  .xl\:focus\:via-teal:focus{
    --gradient-via-color: #4dc0b5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 192, 181, 0)) !important;
  }

  .xl\:focus\:via-teal-light:focus{
    --gradient-via-color: #64d5ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 213, 202, 0)) !important;
  }

  .xl\:focus\:via-teal-lighter:focus{
    --gradient-via-color: #a0f0ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 240, 237, 0)) !important;
  }

  .xl\:focus\:via-teal-lightest:focus{
    --gradient-via-color: #e8fffe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 255, 254, 0)) !important;
  }

  .xl\:focus\:via-blue-darkest:focus{
    --gradient-via-color: #12283a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(18, 40, 58, 0)) !important;
  }

  .xl\:focus\:via-blue-darker:focus{
    --gradient-via-color: #1c3d5a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 61, 90, 0)) !important;
  }

  .xl\:focus\:via-blue-dark:focus{
    --gradient-via-color: #2779bd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 121, 189, 0)) !important;
  }

  .xl\:focus\:via-blue:focus{
    --gradient-via-color: #3490dc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 144, 220, 0)) !important;
  }

  .xl\:focus\:via-blue-light:focus{
    --gradient-via-color: #6cb2eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 178, 235, 0)) !important;
  }

  .xl\:focus\:via-blue-lighter:focus{
    --gradient-via-color: #bcdefa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188, 222, 250, 0)) !important;
  }

  .xl\:focus\:via-blue-lightest:focus{
    --gradient-via-color: #eff8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 248, 255, 0)) !important;
  }

  .xl\:focus\:via-indigo-darkest:focus{
    --gradient-via-color: #191e38 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(25, 30, 56, 0)) !important;
  }

  .xl\:focus\:via-indigo-darker:focus{
    --gradient-via-color: #2f365f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 54, 95, 0)) !important;
  }

  .xl\:focus\:via-indigo-dark:focus{
    --gradient-via-color: #5661b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(86, 97, 179, 0)) !important;
  }

  .xl\:focus\:via-indigo:focus{
    --gradient-via-color: #6574cd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 116, 205, 0)) !important;
  }

  .xl\:focus\:via-indigo-light:focus{
    --gradient-via-color: #7886d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 134, 215, 0)) !important;
  }

  .xl\:focus\:via-indigo-lighter:focus{
    --gradient-via-color: #b2b7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 183, 255, 0)) !important;
  }

  .xl\:focus\:via-indigo-lightest:focus{
    --gradient-via-color: #e6e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 232, 255, 0)) !important;
  }

  .xl\:focus\:via-purple-darkest:focus{
    --gradient-via-color: #21183c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(33, 24, 60, 0)) !important;
  }

  .xl\:focus\:via-purple-darker:focus{
    --gradient-via-color: #382b5f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 43, 95, 0)) !important;
  }

  .xl\:focus\:via-purple-dark:focus{
    --gradient-via-color: #794acf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(121, 74, 207, 0)) !important;
  }

  .xl\:focus\:via-purple:focus{
    --gradient-via-color: #9561e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 97, 226, 0)) !important;
  }

  .xl\:focus\:via-purple-light:focus{
    --gradient-via-color: #a779e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 121, 233, 0)) !important;
  }

  .xl\:focus\:via-purple-lighter:focus{
    --gradient-via-color: #d6bbfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 187, 252, 0)) !important;
  }

  .xl\:focus\:via-purple-lightest:focus{
    --gradient-via-color: #f3ebff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 235, 255, 0)) !important;
  }

  .xl\:focus\:via-pink-darkest:focus{
    --gradient-via-color: #451225 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(69, 18, 37, 0)) !important;
  }

  .xl\:focus\:via-pink-darker:focus{
    --gradient-via-color: #6f213f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(111, 33, 63, 0)) !important;
  }

  .xl\:focus\:via-pink-dark:focus{
    --gradient-via-color: #eb5286 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 82, 134, 0)) !important;
  }

  .xl\:focus\:via-pink:focus{
    --gradient-via-color: #f66d9b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 109, 155, 0)) !important;
  }

  .xl\:focus\:via-pink-light:focus{
    --gradient-via-color: #fa7ea8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 126, 168, 0)) !important;
  }

  .xl\:focus\:via-pink-lighter:focus{
    --gradient-via-color: #ffbbca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 187, 202, 0)) !important;
  }

  .xl\:focus\:via-pink-lightest:focus{
    --gradient-via-color: #ffebef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 239, 0)) !important;
  }

  .xl\:focus\:to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .xl\:focus\:to-black-real:focus{
    --gradient-to-color: #000000 !important;
  }

  .xl\:focus\:to-black:focus{
    --gradient-to-color: #22292f !important;
  }

  .xl\:focus\:to-grey-darkest:focus{
    --gradient-to-color: #3d4852 !important;
  }

  .xl\:focus\:to-grey-darker:focus{
    --gradient-to-color: #606f7b !important;
  }

  .xl\:focus\:to-grey-dark:focus{
    --gradient-to-color: #8795a1 !important;
  }

  .xl\:focus\:to-grey:focus{
    --gradient-to-color: #b8c2cc !important;
  }

  .xl\:focus\:to-grey-light:focus{
    --gradient-to-color: #dae1e7 !important;
  }

  .xl\:focus\:to-grey-lighter:focus{
    --gradient-to-color: #f1f5f8 !important;
  }

  .xl\:focus\:to-grey-lightest:focus{
    --gradient-to-color: #f8fafc !important;
  }

  .xl\:focus\:to-white:focus{
    --gradient-to-color: #ffffff !important;
  }

  .xl\:focus\:to-red-darkest:focus{
    --gradient-to-color: #3b0d0c !important;
  }

  .xl\:focus\:to-red-darker:focus{
    --gradient-to-color: #621b18 !important;
  }

  .xl\:focus\:to-red-dark:focus{
    --gradient-to-color: #cc1f1a !important;
  }

  .xl\:focus\:to-red:focus{
    --gradient-to-color: #e3342f !important;
  }

  .xl\:focus\:to-red-light:focus{
    --gradient-to-color: #ef5753 !important;
  }

  .xl\:focus\:to-red-lighter:focus{
    --gradient-to-color: #f9acaa !important;
  }

  .xl\:focus\:to-red-lightest:focus{
    --gradient-to-color: #fcebea !important;
  }

  .xl\:focus\:to-orange-darkest:focus{
    --gradient-to-color: #462a16 !important;
  }

  .xl\:focus\:to-orange-darker:focus{
    --gradient-to-color: #613b1f !important;
  }

  .xl\:focus\:to-orange-dark:focus{
    --gradient-to-color: #de751f !important;
  }

  .xl\:focus\:to-orange:focus{
    --gradient-to-color: #f6993f !important;
  }

  .xl\:focus\:to-orange-light:focus{
    --gradient-to-color: #faad63 !important;
  }

  .xl\:focus\:to-orange-lighter:focus{
    --gradient-to-color: #fcd9b6 !important;
  }

  .xl\:focus\:to-orange-lightest:focus{
    --gradient-to-color: #fff5eb !important;
  }

  .xl\:focus\:to-yellow-darkest:focus{
    --gradient-to-color: #453411 !important;
  }

  .xl\:focus\:to-yellow-darker:focus{
    --gradient-to-color: #684f1d !important;
  }

  .xl\:focus\:to-yellow-dark:focus{
    --gradient-to-color: #f2d024 !important;
  }

  .xl\:focus\:to-yellow:focus{
    --gradient-to-color: #ffed4a !important;
  }

  .xl\:focus\:to-yellow-light:focus{
    --gradient-to-color: #fff382 !important;
  }

  .xl\:focus\:to-yellow-lighter:focus{
    --gradient-to-color: #fff9c2 !important;
  }

  .xl\:focus\:to-yellow-lightest:focus{
    --gradient-to-color: #fcfbeb !important;
  }

  .xl\:focus\:to-green-darkest:focus{
    --gradient-to-color: #0f2f21 !important;
  }

  .xl\:focus\:to-green-darker:focus{
    --gradient-to-color: #1a4731 !important;
  }

  .xl\:focus\:to-green-dark:focus{
    --gradient-to-color: #1f9d55 !important;
  }

  .xl\:focus\:to-green:focus{
    --gradient-to-color: #38c172 !important;
  }

  .xl\:focus\:to-green-light:focus{
    --gradient-to-color: #51d88a !important;
  }

  .xl\:focus\:to-green-lighter:focus{
    --gradient-to-color: #a2f5bf !important;
  }

  .xl\:focus\:to-green-lightest:focus{
    --gradient-to-color: #e3fcec !important;
  }

  .xl\:focus\:to-teal-darkest:focus{
    --gradient-to-color: #0d3331 !important;
  }

  .xl\:focus\:to-teal-darker:focus{
    --gradient-to-color: #20504f !important;
  }

  .xl\:focus\:to-teal-dark:focus{
    --gradient-to-color: #38a89d !important;
  }

  .xl\:focus\:to-teal:focus{
    --gradient-to-color: #4dc0b5 !important;
  }

  .xl\:focus\:to-teal-light:focus{
    --gradient-to-color: #64d5ca !important;
  }

  .xl\:focus\:to-teal-lighter:focus{
    --gradient-to-color: #a0f0ed !important;
  }

  .xl\:focus\:to-teal-lightest:focus{
    --gradient-to-color: #e8fffe !important;
  }

  .xl\:focus\:to-blue-darkest:focus{
    --gradient-to-color: #12283a !important;
  }

  .xl\:focus\:to-blue-darker:focus{
    --gradient-to-color: #1c3d5a !important;
  }

  .xl\:focus\:to-blue-dark:focus{
    --gradient-to-color: #2779bd !important;
  }

  .xl\:focus\:to-blue:focus{
    --gradient-to-color: #3490dc !important;
  }

  .xl\:focus\:to-blue-light:focus{
    --gradient-to-color: #6cb2eb !important;
  }

  .xl\:focus\:to-blue-lighter:focus{
    --gradient-to-color: #bcdefa !important;
  }

  .xl\:focus\:to-blue-lightest:focus{
    --gradient-to-color: #eff8ff !important;
  }

  .xl\:focus\:to-indigo-darkest:focus{
    --gradient-to-color: #191e38 !important;
  }

  .xl\:focus\:to-indigo-darker:focus{
    --gradient-to-color: #2f365f !important;
  }

  .xl\:focus\:to-indigo-dark:focus{
    --gradient-to-color: #5661b3 !important;
  }

  .xl\:focus\:to-indigo:focus{
    --gradient-to-color: #6574cd !important;
  }

  .xl\:focus\:to-indigo-light:focus{
    --gradient-to-color: #7886d7 !important;
  }

  .xl\:focus\:to-indigo-lighter:focus{
    --gradient-to-color: #b2b7ff !important;
  }

  .xl\:focus\:to-indigo-lightest:focus{
    --gradient-to-color: #e6e8ff !important;
  }

  .xl\:focus\:to-purple-darkest:focus{
    --gradient-to-color: #21183c !important;
  }

  .xl\:focus\:to-purple-darker:focus{
    --gradient-to-color: #382b5f !important;
  }

  .xl\:focus\:to-purple-dark:focus{
    --gradient-to-color: #794acf !important;
  }

  .xl\:focus\:to-purple:focus{
    --gradient-to-color: #9561e2 !important;
  }

  .xl\:focus\:to-purple-light:focus{
    --gradient-to-color: #a779e9 !important;
  }

  .xl\:focus\:to-purple-lighter:focus{
    --gradient-to-color: #d6bbfc !important;
  }

  .xl\:focus\:to-purple-lightest:focus{
    --gradient-to-color: #f3ebff !important;
  }

  .xl\:focus\:to-pink-darkest:focus{
    --gradient-to-color: #451225 !important;
  }

  .xl\:focus\:to-pink-darker:focus{
    --gradient-to-color: #6f213f !important;
  }

  .xl\:focus\:to-pink-dark:focus{
    --gradient-to-color: #eb5286 !important;
  }

  .xl\:focus\:to-pink:focus{
    --gradient-to-color: #f66d9b !important;
  }

  .xl\:focus\:to-pink-light:focus{
    --gradient-to-color: #fa7ea8 !important;
  }

  .xl\:focus\:to-pink-lighter:focus{
    --gradient-to-color: #ffbbca !important;
  }

  .xl\:focus\:to-pink-lightest:focus{
    --gradient-to-color: #ffebef !important;
  }

  .xl\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .xl\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .xl\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .xl\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .xl\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .xl\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .xl\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .xl\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .xl\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .xl\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .xl\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .xl\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .xl\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .xl\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .xl\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .xl\:bg-bottom{
    background-position: bottom !important;
  }

  .xl\:bg-center{
    background-position: center !important;
  }

  .xl\:bg-left{
    background-position: left !important;
  }

  .xl\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .xl\:bg-left-top{
    background-position: left top !important;
  }

  .xl\:bg-right{
    background-position: right !important;
  }

  .xl\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .xl\:bg-right-top{
    background-position: right top !important;
  }

  .xl\:bg-top{
    background-position: top !important;
  }

  .xl\:bg-repeat{
    background-repeat: repeat !important;
  }

  .xl\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .xl\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .xl\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .xl\:bg-repeat-round{
    background-repeat: round !important;
  }

  .xl\:bg-repeat-space{
    background-repeat: space !important;
  }

  .xl\:bg-auto{
    background-size: auto !important;
  }

  .xl\:bg-cover{
    background-size: cover !important;
  }

  .xl\:bg-contain{
    background-size: contain !important;
  }

  .xl\:border-transparent{
    border-color: transparent !important;
  }

  .xl\:border-black-real{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:border-black{
    --border-opacity: 1 !important;
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .xl\:border-grey-darkest{
    --border-opacity: 1 !important;
    border-color: #3d4852 !important;
    border-color: rgba(61, 72, 82, var(--border-opacity)) !important;
  }

  .xl\:border-grey-darker{
    --border-opacity: 1 !important;
    border-color: #606f7b !important;
    border-color: rgba(96, 111, 123, var(--border-opacity)) !important;
  }

  .xl\:border-grey-dark{
    --border-opacity: 1 !important;
    border-color: #8795a1 !important;
    border-color: rgba(135, 149, 161, var(--border-opacity)) !important;
  }

  .xl\:border-grey{
    --border-opacity: 1 !important;
    border-color: #b8c2cc !important;
    border-color: rgba(184, 194, 204, var(--border-opacity)) !important;
  }

  .xl\:border-grey-light{
    --border-opacity: 1 !important;
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .xl\:border-grey-lighter{
    --border-opacity: 1 !important;
    border-color: #f1f5f8 !important;
    border-color: rgba(241, 245, 248, var(--border-opacity)) !important;
  }

  .xl\:border-grey-lightest{
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:border-white{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:border-red-darkest{
    --border-opacity: 1 !important;
    border-color: #3b0d0c !important;
    border-color: rgba(59, 13, 12, var(--border-opacity)) !important;
  }

  .xl\:border-red-darker{
    --border-opacity: 1 !important;
    border-color: #621b18 !important;
    border-color: rgba(98, 27, 24, var(--border-opacity)) !important;
  }

  .xl\:border-red-dark{
    --border-opacity: 1 !important;
    border-color: #cc1f1a !important;
    border-color: rgba(204, 31, 26, var(--border-opacity)) !important;
  }

  .xl\:border-red{
    --border-opacity: 1 !important;
    border-color: #e3342f !important;
    border-color: rgba(227, 52, 47, var(--border-opacity)) !important;
  }

  .xl\:border-red-light{
    --border-opacity: 1 !important;
    border-color: #ef5753 !important;
    border-color: rgba(239, 87, 83, var(--border-opacity)) !important;
  }

  .xl\:border-red-lighter{
    --border-opacity: 1 !important;
    border-color: #f9acaa !important;
    border-color: rgba(249, 172, 170, var(--border-opacity)) !important;
  }

  .xl\:border-red-lightest{
    --border-opacity: 1 !important;
    border-color: #fcebea !important;
    border-color: rgba(252, 235, 234, var(--border-opacity)) !important;
  }

  .xl\:border-orange-darkest{
    --border-opacity: 1 !important;
    border-color: #462a16 !important;
    border-color: rgba(70, 42, 22, var(--border-opacity)) !important;
  }

  .xl\:border-orange-darker{
    --border-opacity: 1 !important;
    border-color: #613b1f !important;
    border-color: rgba(97, 59, 31, var(--border-opacity)) !important;
  }

  .xl\:border-orange-dark{
    --border-opacity: 1 !important;
    border-color: #de751f !important;
    border-color: rgba(222, 117, 31, var(--border-opacity)) !important;
  }

  .xl\:border-orange{
    --border-opacity: 1 !important;
    border-color: #f6993f !important;
    border-color: rgba(246, 153, 63, var(--border-opacity)) !important;
  }

  .xl\:border-orange-light{
    --border-opacity: 1 !important;
    border-color: #faad63 !important;
    border-color: rgba(250, 173, 99, var(--border-opacity)) !important;
  }

  .xl\:border-orange-lighter{
    --border-opacity: 1 !important;
    border-color: #fcd9b6 !important;
    border-color: rgba(252, 217, 182, var(--border-opacity)) !important;
  }

  .xl\:border-orange-lightest{
    --border-opacity: 1 !important;
    border-color: #fff5eb !important;
    border-color: rgba(255, 245, 235, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-darkest{
    --border-opacity: 1 !important;
    border-color: #453411 !important;
    border-color: rgba(69, 52, 17, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-darker{
    --border-opacity: 1 !important;
    border-color: #684f1d !important;
    border-color: rgba(104, 79, 29, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-dark{
    --border-opacity: 1 !important;
    border-color: #f2d024 !important;
    border-color: rgba(242, 208, 36, var(--border-opacity)) !important;
  }

  .xl\:border-yellow{
    --border-opacity: 1 !important;
    border-color: #ffed4a !important;
    border-color: rgba(255, 237, 74, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-light{
    --border-opacity: 1 !important;
    border-color: #fff382 !important;
    border-color: rgba(255, 243, 130, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-lighter{
    --border-opacity: 1 !important;
    border-color: #fff9c2 !important;
    border-color: rgba(255, 249, 194, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-lightest{
    --border-opacity: 1 !important;
    border-color: #fcfbeb !important;
    border-color: rgba(252, 251, 235, var(--border-opacity)) !important;
  }

  .xl\:border-green-darkest{
    --border-opacity: 1 !important;
    border-color: #0f2f21 !important;
    border-color: rgba(15, 47, 33, var(--border-opacity)) !important;
  }

  .xl\:border-green-darker{
    --border-opacity: 1 !important;
    border-color: #1a4731 !important;
    border-color: rgba(26, 71, 49, var(--border-opacity)) !important;
  }

  .xl\:border-green-dark{
    --border-opacity: 1 !important;
    border-color: #1f9d55 !important;
    border-color: rgba(31, 157, 85, var(--border-opacity)) !important;
  }

  .xl\:border-green{
    --border-opacity: 1 !important;
    border-color: #38c172 !important;
    border-color: rgba(56, 193, 114, var(--border-opacity)) !important;
  }

  .xl\:border-green-light{
    --border-opacity: 1 !important;
    border-color: #51d88a !important;
    border-color: rgba(81, 216, 138, var(--border-opacity)) !important;
  }

  .xl\:border-green-lighter{
    --border-opacity: 1 !important;
    border-color: #a2f5bf !important;
    border-color: rgba(162, 245, 191, var(--border-opacity)) !important;
  }

  .xl\:border-green-lightest{
    --border-opacity: 1 !important;
    border-color: #e3fcec !important;
    border-color: rgba(227, 252, 236, var(--border-opacity)) !important;
  }

  .xl\:border-teal-darkest{
    --border-opacity: 1 !important;
    border-color: #0d3331 !important;
    border-color: rgba(13, 51, 49, var(--border-opacity)) !important;
  }

  .xl\:border-teal-darker{
    --border-opacity: 1 !important;
    border-color: #20504f !important;
    border-color: rgba(32, 80, 79, var(--border-opacity)) !important;
  }

  .xl\:border-teal-dark{
    --border-opacity: 1 !important;
    border-color: #38a89d !important;
    border-color: rgba(56, 168, 157, var(--border-opacity)) !important;
  }

  .xl\:border-teal{
    --border-opacity: 1 !important;
    border-color: #4dc0b5 !important;
    border-color: rgba(77, 192, 181, var(--border-opacity)) !important;
  }

  .xl\:border-teal-light{
    --border-opacity: 1 !important;
    border-color: #64d5ca !important;
    border-color: rgba(100, 213, 202, var(--border-opacity)) !important;
  }

  .xl\:border-teal-lighter{
    --border-opacity: 1 !important;
    border-color: #a0f0ed !important;
    border-color: rgba(160, 240, 237, var(--border-opacity)) !important;
  }

  .xl\:border-teal-lightest{
    --border-opacity: 1 !important;
    border-color: #e8fffe !important;
    border-color: rgba(232, 255, 254, var(--border-opacity)) !important;
  }

  .xl\:border-blue-darkest{
    --border-opacity: 1 !important;
    border-color: #12283a !important;
    border-color: rgba(18, 40, 58, var(--border-opacity)) !important;
  }

  .xl\:border-blue-darker{
    --border-opacity: 1 !important;
    border-color: #1c3d5a !important;
    border-color: rgba(28, 61, 90, var(--border-opacity)) !important;
  }

  .xl\:border-blue-dark{
    --border-opacity: 1 !important;
    border-color: #2779bd !important;
    border-color: rgba(39, 121, 189, var(--border-opacity)) !important;
  }

  .xl\:border-blue{
    --border-opacity: 1 !important;
    border-color: #3490dc !important;
    border-color: rgba(52, 144, 220, var(--border-opacity)) !important;
  }

  .xl\:border-blue-light{
    --border-opacity: 1 !important;
    border-color: #6cb2eb !important;
    border-color: rgba(108, 178, 235, var(--border-opacity)) !important;
  }

  .xl\:border-blue-lighter{
    --border-opacity: 1 !important;
    border-color: #bcdefa !important;
    border-color: rgba(188, 222, 250, var(--border-opacity)) !important;
  }

  .xl\:border-blue-lightest{
    --border-opacity: 1 !important;
    border-color: #eff8ff !important;
    border-color: rgba(239, 248, 255, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-darkest{
    --border-opacity: 1 !important;
    border-color: #191e38 !important;
    border-color: rgba(25, 30, 56, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-darker{
    --border-opacity: 1 !important;
    border-color: #2f365f !important;
    border-color: rgba(47, 54, 95, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-dark{
    --border-opacity: 1 !important;
    border-color: #5661b3 !important;
    border-color: rgba(86, 97, 179, var(--border-opacity)) !important;
  }

  .xl\:border-indigo{
    --border-opacity: 1 !important;
    border-color: #6574cd !important;
    border-color: rgba(101, 116, 205, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-light{
    --border-opacity: 1 !important;
    border-color: #7886d7 !important;
    border-color: rgba(120, 134, 215, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-lighter{
    --border-opacity: 1 !important;
    border-color: #b2b7ff !important;
    border-color: rgba(178, 183, 255, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-lightest{
    --border-opacity: 1 !important;
    border-color: #e6e8ff !important;
    border-color: rgba(230, 232, 255, var(--border-opacity)) !important;
  }

  .xl\:border-purple-darkest{
    --border-opacity: 1 !important;
    border-color: #21183c !important;
    border-color: rgba(33, 24, 60, var(--border-opacity)) !important;
  }

  .xl\:border-purple-darker{
    --border-opacity: 1 !important;
    border-color: #382b5f !important;
    border-color: rgba(56, 43, 95, var(--border-opacity)) !important;
  }

  .xl\:border-purple-dark{
    --border-opacity: 1 !important;
    border-color: #794acf !important;
    border-color: rgba(121, 74, 207, var(--border-opacity)) !important;
  }

  .xl\:border-purple{
    --border-opacity: 1 !important;
    border-color: #9561e2 !important;
    border-color: rgba(149, 97, 226, var(--border-opacity)) !important;
  }

  .xl\:border-purple-light{
    --border-opacity: 1 !important;
    border-color: #a779e9 !important;
    border-color: rgba(167, 121, 233, var(--border-opacity)) !important;
  }

  .xl\:border-purple-lighter{
    --border-opacity: 1 !important;
    border-color: #d6bbfc !important;
    border-color: rgba(214, 187, 252, var(--border-opacity)) !important;
  }

  .xl\:border-purple-lightest{
    --border-opacity: 1 !important;
    border-color: #f3ebff !important;
    border-color: rgba(243, 235, 255, var(--border-opacity)) !important;
  }

  .xl\:border-pink-darkest{
    --border-opacity: 1 !important;
    border-color: #451225 !important;
    border-color: rgba(69, 18, 37, var(--border-opacity)) !important;
  }

  .xl\:border-pink-darker{
    --border-opacity: 1 !important;
    border-color: #6f213f !important;
    border-color: rgba(111, 33, 63, var(--border-opacity)) !important;
  }

  .xl\:border-pink-dark{
    --border-opacity: 1 !important;
    border-color: #eb5286 !important;
    border-color: rgba(235, 82, 134, var(--border-opacity)) !important;
  }

  .xl\:border-pink{
    --border-opacity: 1 !important;
    border-color: #f66d9b !important;
    border-color: rgba(246, 109, 155, var(--border-opacity)) !important;
  }

  .xl\:border-pink-light{
    --border-opacity: 1 !important;
    border-color: #fa7ea8 !important;
    border-color: rgba(250, 126, 168, var(--border-opacity)) !important;
  }

  .xl\:border-pink-lighter{
    --border-opacity: 1 !important;
    border-color: #ffbbca !important;
    border-color: rgba(255, 187, 202, var(--border-opacity)) !important;
  }

  .xl\:border-pink-lightest{
    --border-opacity: 1 !important;
    border-color: #ffebef !important;
    border-color: rgba(255, 235, 239, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .xl\:hover\:border-black-real:hover{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-black:hover{
    --border-opacity: 1 !important;
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #3d4852 !important;
    border-color: rgba(61, 72, 82, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-darker:hover{
    --border-opacity: 1 !important;
    border-color: #606f7b !important;
    border-color: rgba(96, 111, 123, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-dark:hover{
    --border-opacity: 1 !important;
    border-color: #8795a1 !important;
    border-color: rgba(135, 149, 161, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey:hover{
    --border-opacity: 1 !important;
    border-color: #b8c2cc !important;
    border-color: rgba(184, 194, 204, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-light:hover{
    --border-opacity: 1 !important;
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #f1f5f8 !important;
    border-color: rgba(241, 245, 248, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-white:hover{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #3b0d0c !important;
    border-color: rgba(59, 13, 12, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-darker:hover{
    --border-opacity: 1 !important;
    border-color: #621b18 !important;
    border-color: rgba(98, 27, 24, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-dark:hover{
    --border-opacity: 1 !important;
    border-color: #cc1f1a !important;
    border-color: rgba(204, 31, 26, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red:hover{
    --border-opacity: 1 !important;
    border-color: #e3342f !important;
    border-color: rgba(227, 52, 47, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-light:hover{
    --border-opacity: 1 !important;
    border-color: #ef5753 !important;
    border-color: rgba(239, 87, 83, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #f9acaa !important;
    border-color: rgba(249, 172, 170, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #fcebea !important;
    border-color: rgba(252, 235, 234, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #462a16 !important;
    border-color: rgba(70, 42, 22, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-darker:hover{
    --border-opacity: 1 !important;
    border-color: #613b1f !important;
    border-color: rgba(97, 59, 31, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-dark:hover{
    --border-opacity: 1 !important;
    border-color: #de751f !important;
    border-color: rgba(222, 117, 31, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange:hover{
    --border-opacity: 1 !important;
    border-color: #f6993f !important;
    border-color: rgba(246, 153, 63, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-light:hover{
    --border-opacity: 1 !important;
    border-color: #faad63 !important;
    border-color: rgba(250, 173, 99, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #fcd9b6 !important;
    border-color: rgba(252, 217, 182, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #fff5eb !important;
    border-color: rgba(255, 245, 235, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #453411 !important;
    border-color: rgba(69, 52, 17, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-darker:hover{
    --border-opacity: 1 !important;
    border-color: #684f1d !important;
    border-color: rgba(104, 79, 29, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-dark:hover{
    --border-opacity: 1 !important;
    border-color: #f2d024 !important;
    border-color: rgba(242, 208, 36, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow:hover{
    --border-opacity: 1 !important;
    border-color: #ffed4a !important;
    border-color: rgba(255, 237, 74, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-light:hover{
    --border-opacity: 1 !important;
    border-color: #fff382 !important;
    border-color: rgba(255, 243, 130, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #fff9c2 !important;
    border-color: rgba(255, 249, 194, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #fcfbeb !important;
    border-color: rgba(252, 251, 235, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #0f2f21 !important;
    border-color: rgba(15, 47, 33, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-darker:hover{
    --border-opacity: 1 !important;
    border-color: #1a4731 !important;
    border-color: rgba(26, 71, 49, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-dark:hover{
    --border-opacity: 1 !important;
    border-color: #1f9d55 !important;
    border-color: rgba(31, 157, 85, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green:hover{
    --border-opacity: 1 !important;
    border-color: #38c172 !important;
    border-color: rgba(56, 193, 114, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-light:hover{
    --border-opacity: 1 !important;
    border-color: #51d88a !important;
    border-color: rgba(81, 216, 138, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #a2f5bf !important;
    border-color: rgba(162, 245, 191, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #e3fcec !important;
    border-color: rgba(227, 252, 236, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #0d3331 !important;
    border-color: rgba(13, 51, 49, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-darker:hover{
    --border-opacity: 1 !important;
    border-color: #20504f !important;
    border-color: rgba(32, 80, 79, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-dark:hover{
    --border-opacity: 1 !important;
    border-color: #38a89d !important;
    border-color: rgba(56, 168, 157, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal:hover{
    --border-opacity: 1 !important;
    border-color: #4dc0b5 !important;
    border-color: rgba(77, 192, 181, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-light:hover{
    --border-opacity: 1 !important;
    border-color: #64d5ca !important;
    border-color: rgba(100, 213, 202, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #a0f0ed !important;
    border-color: rgba(160, 240, 237, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #e8fffe !important;
    border-color: rgba(232, 255, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #12283a !important;
    border-color: rgba(18, 40, 58, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-darker:hover{
    --border-opacity: 1 !important;
    border-color: #1c3d5a !important;
    border-color: rgba(28, 61, 90, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-dark:hover{
    --border-opacity: 1 !important;
    border-color: #2779bd !important;
    border-color: rgba(39, 121, 189, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue:hover{
    --border-opacity: 1 !important;
    border-color: #3490dc !important;
    border-color: rgba(52, 144, 220, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-light:hover{
    --border-opacity: 1 !important;
    border-color: #6cb2eb !important;
    border-color: rgba(108, 178, 235, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #bcdefa !important;
    border-color: rgba(188, 222, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #eff8ff !important;
    border-color: rgba(239, 248, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #191e38 !important;
    border-color: rgba(25, 30, 56, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-darker:hover{
    --border-opacity: 1 !important;
    border-color: #2f365f !important;
    border-color: rgba(47, 54, 95, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-dark:hover{
    --border-opacity: 1 !important;
    border-color: #5661b3 !important;
    border-color: rgba(86, 97, 179, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo:hover{
    --border-opacity: 1 !important;
    border-color: #6574cd !important;
    border-color: rgba(101, 116, 205, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-light:hover{
    --border-opacity: 1 !important;
    border-color: #7886d7 !important;
    border-color: rgba(120, 134, 215, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #b2b7ff !important;
    border-color: rgba(178, 183, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #e6e8ff !important;
    border-color: rgba(230, 232, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #21183c !important;
    border-color: rgba(33, 24, 60, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-darker:hover{
    --border-opacity: 1 !important;
    border-color: #382b5f !important;
    border-color: rgba(56, 43, 95, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-dark:hover{
    --border-opacity: 1 !important;
    border-color: #794acf !important;
    border-color: rgba(121, 74, 207, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple:hover{
    --border-opacity: 1 !important;
    border-color: #9561e2 !important;
    border-color: rgba(149, 97, 226, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-light:hover{
    --border-opacity: 1 !important;
    border-color: #a779e9 !important;
    border-color: rgba(167, 121, 233, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #d6bbfc !important;
    border-color: rgba(214, 187, 252, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #f3ebff !important;
    border-color: rgba(243, 235, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-darkest:hover{
    --border-opacity: 1 !important;
    border-color: #451225 !important;
    border-color: rgba(69, 18, 37, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-darker:hover{
    --border-opacity: 1 !important;
    border-color: #6f213f !important;
    border-color: rgba(111, 33, 63, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-dark:hover{
    --border-opacity: 1 !important;
    border-color: #eb5286 !important;
    border-color: rgba(235, 82, 134, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink:hover{
    --border-opacity: 1 !important;
    border-color: #f66d9b !important;
    border-color: rgba(246, 109, 155, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-light:hover{
    --border-opacity: 1 !important;
    border-color: #fa7ea8 !important;
    border-color: rgba(250, 126, 168, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-lighter:hover{
    --border-opacity: 1 !important;
    border-color: #ffbbca !important;
    border-color: rgba(255, 187, 202, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-lightest:hover{
    --border-opacity: 1 !important;
    border-color: #ffebef !important;
    border-color: rgba(255, 235, 239, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .xl\:focus\:border-black-real:focus{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-black:focus{
    --border-opacity: 1 !important;
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-grey-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #3d4852 !important;
    border-color: rgba(61, 72, 82, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-grey-darker:focus{
    --border-opacity: 1 !important;
    border-color: #606f7b !important;
    border-color: rgba(96, 111, 123, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-grey-dark:focus{
    --border-opacity: 1 !important;
    border-color: #8795a1 !important;
    border-color: rgba(135, 149, 161, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-grey:focus{
    --border-opacity: 1 !important;
    border-color: #b8c2cc !important;
    border-color: rgba(184, 194, 204, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-grey-light:focus{
    --border-opacity: 1 !important;
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-grey-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #f1f5f8 !important;
    border-color: rgba(241, 245, 248, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-grey-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #3b0d0c !important;
    border-color: rgba(59, 13, 12, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red-darker:focus{
    --border-opacity: 1 !important;
    border-color: #621b18 !important;
    border-color: rgba(98, 27, 24, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red-dark:focus{
    --border-opacity: 1 !important;
    border-color: #cc1f1a !important;
    border-color: rgba(204, 31, 26, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red:focus{
    --border-opacity: 1 !important;
    border-color: #e3342f !important;
    border-color: rgba(227, 52, 47, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red-light:focus{
    --border-opacity: 1 !important;
    border-color: #ef5753 !important;
    border-color: rgba(239, 87, 83, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #f9acaa !important;
    border-color: rgba(249, 172, 170, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #fcebea !important;
    border-color: rgba(252, 235, 234, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #462a16 !important;
    border-color: rgba(70, 42, 22, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-darker:focus{
    --border-opacity: 1 !important;
    border-color: #613b1f !important;
    border-color: rgba(97, 59, 31, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-dark:focus{
    --border-opacity: 1 !important;
    border-color: #de751f !important;
    border-color: rgba(222, 117, 31, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange:focus{
    --border-opacity: 1 !important;
    border-color: #f6993f !important;
    border-color: rgba(246, 153, 63, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-light:focus{
    --border-opacity: 1 !important;
    border-color: #faad63 !important;
    border-color: rgba(250, 173, 99, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #fcd9b6 !important;
    border-color: rgba(252, 217, 182, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #fff5eb !important;
    border-color: rgba(255, 245, 235, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #453411 !important;
    border-color: rgba(69, 52, 17, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-darker:focus{
    --border-opacity: 1 !important;
    border-color: #684f1d !important;
    border-color: rgba(104, 79, 29, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-dark:focus{
    --border-opacity: 1 !important;
    border-color: #f2d024 !important;
    border-color: rgba(242, 208, 36, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow:focus{
    --border-opacity: 1 !important;
    border-color: #ffed4a !important;
    border-color: rgba(255, 237, 74, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-light:focus{
    --border-opacity: 1 !important;
    border-color: #fff382 !important;
    border-color: rgba(255, 243, 130, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #fff9c2 !important;
    border-color: rgba(255, 249, 194, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #fcfbeb !important;
    border-color: rgba(252, 251, 235, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #0f2f21 !important;
    border-color: rgba(15, 47, 33, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-darker:focus{
    --border-opacity: 1 !important;
    border-color: #1a4731 !important;
    border-color: rgba(26, 71, 49, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-dark:focus{
    --border-opacity: 1 !important;
    border-color: #1f9d55 !important;
    border-color: rgba(31, 157, 85, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green:focus{
    --border-opacity: 1 !important;
    border-color: #38c172 !important;
    border-color: rgba(56, 193, 114, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-light:focus{
    --border-opacity: 1 !important;
    border-color: #51d88a !important;
    border-color: rgba(81, 216, 138, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #a2f5bf !important;
    border-color: rgba(162, 245, 191, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #e3fcec !important;
    border-color: rgba(227, 252, 236, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #0d3331 !important;
    border-color: rgba(13, 51, 49, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-darker:focus{
    --border-opacity: 1 !important;
    border-color: #20504f !important;
    border-color: rgba(32, 80, 79, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-dark:focus{
    --border-opacity: 1 !important;
    border-color: #38a89d !important;
    border-color: rgba(56, 168, 157, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal:focus{
    --border-opacity: 1 !important;
    border-color: #4dc0b5 !important;
    border-color: rgba(77, 192, 181, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-light:focus{
    --border-opacity: 1 !important;
    border-color: #64d5ca !important;
    border-color: rgba(100, 213, 202, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #a0f0ed !important;
    border-color: rgba(160, 240, 237, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #e8fffe !important;
    border-color: rgba(232, 255, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #12283a !important;
    border-color: rgba(18, 40, 58, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-darker:focus{
    --border-opacity: 1 !important;
    border-color: #1c3d5a !important;
    border-color: rgba(28, 61, 90, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-dark:focus{
    --border-opacity: 1 !important;
    border-color: #2779bd !important;
    border-color: rgba(39, 121, 189, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue:focus{
    --border-opacity: 1 !important;
    border-color: #3490dc !important;
    border-color: rgba(52, 144, 220, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-light:focus{
    --border-opacity: 1 !important;
    border-color: #6cb2eb !important;
    border-color: rgba(108, 178, 235, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #bcdefa !important;
    border-color: rgba(188, 222, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #eff8ff !important;
    border-color: rgba(239, 248, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #191e38 !important;
    border-color: rgba(25, 30, 56, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-darker:focus{
    --border-opacity: 1 !important;
    border-color: #2f365f !important;
    border-color: rgba(47, 54, 95, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-dark:focus{
    --border-opacity: 1 !important;
    border-color: #5661b3 !important;
    border-color: rgba(86, 97, 179, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo:focus{
    --border-opacity: 1 !important;
    border-color: #6574cd !important;
    border-color: rgba(101, 116, 205, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-light:focus{
    --border-opacity: 1 !important;
    border-color: #7886d7 !important;
    border-color: rgba(120, 134, 215, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #b2b7ff !important;
    border-color: rgba(178, 183, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #e6e8ff !important;
    border-color: rgba(230, 232, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #21183c !important;
    border-color: rgba(33, 24, 60, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-darker:focus{
    --border-opacity: 1 !important;
    border-color: #382b5f !important;
    border-color: rgba(56, 43, 95, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-dark:focus{
    --border-opacity: 1 !important;
    border-color: #794acf !important;
    border-color: rgba(121, 74, 207, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple:focus{
    --border-opacity: 1 !important;
    border-color: #9561e2 !important;
    border-color: rgba(149, 97, 226, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-light:focus{
    --border-opacity: 1 !important;
    border-color: #a779e9 !important;
    border-color: rgba(167, 121, 233, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #d6bbfc !important;
    border-color: rgba(214, 187, 252, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #f3ebff !important;
    border-color: rgba(243, 235, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-darkest:focus{
    --border-opacity: 1 !important;
    border-color: #451225 !important;
    border-color: rgba(69, 18, 37, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-darker:focus{
    --border-opacity: 1 !important;
    border-color: #6f213f !important;
    border-color: rgba(111, 33, 63, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-dark:focus{
    --border-opacity: 1 !important;
    border-color: #eb5286 !important;
    border-color: rgba(235, 82, 134, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink:focus{
    --border-opacity: 1 !important;
    border-color: #f66d9b !important;
    border-color: rgba(246, 109, 155, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-light:focus{
    --border-opacity: 1 !important;
    border-color: #fa7ea8 !important;
    border-color: rgba(250, 126, 168, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-lighter:focus{
    --border-opacity: 1 !important;
    border-color: #ffbbca !important;
    border-color: rgba(255, 187, 202, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-lightest:focus{
    --border-opacity: 1 !important;
    border-color: #ffebef !important;
    border-color: rgba(255, 235, 239, var(--border-opacity)) !important;
  }

  .xl\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .xl\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .xl\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .xl\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .xl\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .xl\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .xl\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .xl\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .xl\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .xl\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .xl\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .xl\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .xl\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .xl\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .xl\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .xl\:rounded-none{
    border-radius: 0 !important;
  }

  .xl\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xl\:rounded{
    border-radius: 0.25rem !important;
  }

  .xl\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .xl\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xl\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .xl\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .xl\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .xl\:rounded-full{
    border-radius: 9999px !important;
  }

  .xl\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xl\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .xl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .xl\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .xl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .xl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:border-solid{
    border-style: solid !important;
  }

  .xl\:border-dashed{
    border-style: dashed !important;
  }

  .xl\:border-dotted{
    border-style: dotted !important;
  }

  .xl\:border-double{
    border-style: double !important;
  }

  .xl\:border-none{
    border-style: none !important;
  }

  .xl\:border-0{
    border-width: 0 !important;
  }

  .xl\:border-2{
    border-width: 2px !important;
  }

  .xl\:border-4{
    border-width: 4px !important;
  }

  .xl\:border-8{
    border-width: 8px !important;
  }

  .xl\:border{
    border-width: 1px !important;
  }

  .xl\:border-t-0{
    border-top-width: 0 !important;
  }

  .xl\:border-r-0{
    border-right-width: 0 !important;
  }

  .xl\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .xl\:border-l-0{
    border-left-width: 0 !important;
  }

  .xl\:border-t-2{
    border-top-width: 2px !important;
  }

  .xl\:border-r-2{
    border-right-width: 2px !important;
  }

  .xl\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .xl\:border-l-2{
    border-left-width: 2px !important;
  }

  .xl\:border-t-4{
    border-top-width: 4px !important;
  }

  .xl\:border-r-4{
    border-right-width: 4px !important;
  }

  .xl\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .xl\:border-l-4{
    border-left-width: 4px !important;
  }

  .xl\:border-t-8{
    border-top-width: 8px !important;
  }

  .xl\:border-r-8{
    border-right-width: 8px !important;
  }

  .xl\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .xl\:border-l-8{
    border-left-width: 8px !important;
  }

  .xl\:border-t{
    border-top-width: 1px !important;
  }

  .xl\:border-r{
    border-right-width: 1px !important;
  }

  .xl\:border-b{
    border-bottom-width: 1px !important;
  }

  .xl\:border-l{
    border-left-width: 1px !important;
  }

  .xl\:box-border{
    box-sizing: border-box !important;
  }

  .xl\:box-content{
    box-sizing: content-box !important;
  }

  .xl\:cursor-auto{
    cursor: auto !important;
  }

  .xl\:cursor-default{
    cursor: default !important;
  }

  .xl\:cursor-pointer{
    cursor: pointer !important;
  }

  .xl\:cursor-wait{
    cursor: wait !important;
  }

  .xl\:cursor-text{
    cursor: text !important;
  }

  .xl\:cursor-move{
    cursor: move !important;
  }

  .xl\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .xl\:block{
    display: block !important;
  }

  .xl\:inline-block{
    display: inline-block !important;
  }

  .xl\:inline{
    display: inline !important;
  }

  .xl\:flex{
    display: flex !important;
  }

  .xl\:inline-flex{
    display: inline-flex !important;
  }

  .xl\:table{
    display: table !important;
  }

  .xl\:table-caption{
    display: table-caption !important;
  }

  .xl\:table-cell{
    display: table-cell !important;
  }

  .xl\:table-column{
    display: table-column !important;
  }

  .xl\:table-column-group{
    display: table-column-group !important;
  }

  .xl\:table-footer-group{
    display: table-footer-group !important;
  }

  .xl\:table-header-group{
    display: table-header-group !important;
  }

  .xl\:table-row-group{
    display: table-row-group !important;
  }

  .xl\:table-row{
    display: table-row !important;
  }

  .xl\:flow-root{
    display: flow-root !important;
  }

  .xl\:grid{
    display: grid !important;
  }

  .xl\:inline-grid{
    display: inline-grid !important;
  }

  .xl\:contents{
    display: contents !important;
  }

  .xl\:hidden{
    display: none !important;
  }

  .xl\:flex-row{
    flex-direction: row !important;
  }

  .xl\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .xl\:flex-col{
    flex-direction: column !important;
  }

  .xl\:flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .xl\:place-items-auto{
    place-items: auto !important;
  }

  .xl\:place-items-start{
    place-items: start !important;
  }

  .xl\:place-items-end{
    place-items: end !important;
  }

  .xl\:place-items-center{
    place-items: center !important;
  }

  .xl\:place-items-stretch{
    place-items: stretch !important;
  }

  .xl\:place-content-center{
    place-content: center !important;
  }

  .xl\:place-content-start{
    place-content: start !important;
  }

  .xl\:place-content-end{
    place-content: end !important;
  }

  .xl\:place-content-between{
    place-content: space-between !important;
  }

  .xl\:place-content-around{
    place-content: space-around !important;
  }

  .xl\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .xl\:place-content-stretch{
    place-content: stretch !important;
  }

  .xl\:place-self-auto{
    place-self: auto !important;
  }

  .xl\:place-self-start{
    place-self: start !important;
  }

  .xl\:place-self-end{
    place-self: end !important;
  }

  .xl\:place-self-center{
    place-self: center !important;
  }

  .xl\:place-self-stretch{
    place-self: stretch !important;
  }

  .xl\:items-start{
    align-items: flex-start !important;
  }

  .xl\:items-end{
    align-items: flex-end !important;
  }

  .xl\:items-center{
    align-items: center !important;
  }

  .xl\:items-baseline{
    align-items: baseline !important;
  }

  .xl\:items-stretch{
    align-items: stretch !important;
  }

  .xl\:content-center{
    align-content: center !important;
  }

  .xl\:content-start{
    align-content: flex-start !important;
  }

  .xl\:content-end{
    align-content: flex-end !important;
  }

  .xl\:content-between{
    align-content: space-between !important;
  }

  .xl\:content-around{
    align-content: space-around !important;
  }

  .xl\:content-evenly{
    align-content: space-evenly !important;
  }

  .xl\:self-auto{
    align-self: auto !important;
  }

  .xl\:self-start{
    align-self: flex-start !important;
  }

  .xl\:self-end{
    align-self: flex-end !important;
  }

  .xl\:self-center{
    align-self: center !important;
  }

  .xl\:self-stretch{
    align-self: stretch !important;
  }

  .xl\:justify-items-auto{
    justify-items: auto !important;
  }

  .xl\:justify-items-start{
    justify-items: start !important;
  }

  .xl\:justify-items-end{
    justify-items: end !important;
  }

  .xl\:justify-items-center{
    justify-items: center !important;
  }

  .xl\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .xl\:justify-start{
    justify-content: flex-start !important;
  }

  .xl\:justify-end{
    justify-content: flex-end !important;
  }

  .xl\:justify-center{
    justify-content: center !important;
  }

  .xl\:justify-between{
    justify-content: space-between !important;
  }

  .xl\:justify-around{
    justify-content: space-around !important;
  }

  .xl\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .xl\:justify-self-auto{
    justify-self: auto !important;
  }

  .xl\:justify-self-start{
    justify-self: start !important;
  }

  .xl\:justify-self-end{
    justify-self: end !important;
  }

  .xl\:justify-self-center{
    justify-self: center !important;
  }

  .xl\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .xl\:flex-1{
    flex: 1 1 0% !important;
  }

  .xl\:flex-auto{
    flex: 1 1 auto !important;
  }

  .xl\:flex-initial{
    flex: 0 1 auto !important;
  }

  .xl\:flex-none{
    flex: none !important;
  }

  .xl\:flex-grow-0{
    flex-grow: 0 !important;
  }

  .xl\:flex-grow{
    flex-grow: 1 !important;
  }

  .xl\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .xl\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .xl\:order-1{
    order: 1 !important;
  }

  .xl\:order-2{
    order: 2 !important;
  }

  .xl\:order-3{
    order: 3 !important;
  }

  .xl\:order-4{
    order: 4 !important;
  }

  .xl\:order-5{
    order: 5 !important;
  }

  .xl\:order-6{
    order: 6 !important;
  }

  .xl\:order-7{
    order: 7 !important;
  }

  .xl\:order-8{
    order: 8 !important;
  }

  .xl\:order-9{
    order: 9 !important;
  }

  .xl\:order-10{
    order: 10 !important;
  }

  .xl\:order-11{
    order: 11 !important;
  }

  .xl\:order-12{
    order: 12 !important;
  }

  .xl\:order-first{
    order: -9999 !important;
  }

  .xl\:order-last{
    order: 9999 !important;
  }

  .xl\:order-none{
    order: 0 !important;
  }

  .xl\:clear-left{
    clear: left !important;
  }

  .xl\:clear-right{
    clear: right !important;
  }

  .xl\:clear-both{
    clear: both !important;
  }

  .xl\:clear-none{
    clear: none !important;
  }

  .xl\:font-sans{
    font-family: 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" !important;
  }

  .xl\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xl\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .xl\:font-hairline{
    font-weight: 100 !important;
  }

  .xl\:font-thin{
    font-weight: 200 !important;
  }

  .xl\:font-light{
    font-weight: 300 !important;
  }

  .xl\:font-normal{
    font-weight: 400 !important;
  }

  .xl\:font-medium{
    font-weight: 500 !important;
  }

  .xl\:font-semibold{
    font-weight: 600 !important;
  }

  .xl\:font-bold{
    font-weight: 700 !important;
  }

  .xl\:font-extrabold{
    font-weight: 800 !important;
  }

  .xl\:font-black{
    font-weight: 900 !important;
  }

  .xl\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .xl\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .xl\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .xl\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .xl\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .xl\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .xl\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .xl\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .xl\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .xl\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .xl\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .xl\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .xl\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .xl\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .xl\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .xl\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .xl\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .xl\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .xl\:h-0{
    height: 0 !important;
  }

  .xl\:h-1{
    height: 0.25rem !important;
  }

  .xl\:h-2{
    height: 0.5rem !important;
  }

  .xl\:h-3{
    height: 0.75rem !important;
  }

  .xl\:h-4{
    height: 1rem !important;
  }

  .xl\:h-5{
    height: 1.25rem !important;
  }

  .xl\:h-6{
    height: 1.5rem !important;
  }

  .xl\:h-8{
    height: 2rem !important;
  }

  .xl\:h-10{
    height: 2.5rem !important;
  }

  .xl\:h-12{
    height: 3rem !important;
  }

  .xl\:h-16{
    height: 4rem !important;
  }

  .xl\:h-20{
    height: 5rem !important;
  }

  .xl\:h-24{
    height: 6rem !important;
  }

  .xl\:h-32{
    height: 8rem !important;
  }

  .xl\:h-40{
    height: 10rem !important;
  }

  .xl\:h-48{
    height: 12rem !important;
  }

  .xl\:h-56{
    height: 14rem !important;
  }

  .xl\:h-64{
    height: 16rem !important;
  }

  .xl\:h-auto{
    height: auto !important;
  }

  .xl\:h-px{
    height: 1px !important;
  }

  .xl\:h-full{
    height: 100% !important;
  }

  .xl\:h-screen{
    height: 100vh !important;
  }

  .xl\:text-xs{
    font-size: 0.75rem !important;
  }

  .xl\:text-sm{
    font-size: 0.875rem !important;
  }

  .xl\:text-base{
    font-size: 1rem !important;
  }

  .xl\:text-lg{
    font-size: 1.125rem !important;
  }

  .xl\:text-xl{
    font-size: 1.25rem !important;
  }

  .xl\:text-2xl{
    font-size: 1.5rem !important;
  }

  .xl\:text-3xl{
    font-size: 1.875rem !important;
  }

  .xl\:text-4xl{
    font-size: 2.25rem !important;
  }

  .xl\:text-5xl{
    font-size: 3rem !important;
  }

  .xl\:text-6xl{
    font-size: 4rem !important;
  }

  .xl\:leading-3{
    line-height: .75rem !important;
  }

  .xl\:leading-4{
    line-height: 1rem !important;
  }

  .xl\:leading-5{
    line-height: 1.25rem !important;
  }

  .xl\:leading-6{
    line-height: 1.5rem !important;
  }

  .xl\:leading-7{
    line-height: 1.75rem !important;
  }

  .xl\:leading-8{
    line-height: 2rem !important;
  }

  .xl\:leading-9{
    line-height: 2.25rem !important;
  }

  .xl\:leading-10{
    line-height: 2.5rem !important;
  }

  .xl\:leading-none{
    line-height: 1 !important;
  }

  .xl\:leading-tight{
    line-height: 1.25 !important;
  }

  .xl\:leading-snug{
    line-height: 1.375 !important;
  }

  .xl\:leading-normal{
    line-height: 1.5 !important;
  }

  .xl\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .xl\:leading-loose{
    line-height: 2 !important;
  }

  .xl\:list-inside{
    list-style-position: inside !important;
  }

  .xl\:list-outside{
    list-style-position: outside !important;
  }

  .xl\:list-none{
    list-style-type: none !important;
  }

  .xl\:list-disc{
    list-style-type: disc !important;
  }

  .xl\:list-decimal{
    list-style-type: decimal !important;
  }

  .xl\:m-0{
    margin: 0 !important;
  }

  .xl\:m-1{
    margin: 0.25rem !important;
  }

  .xl\:m-2{
    margin: 0.5rem !important;
  }

  .xl\:m-3{
    margin: 0.75rem !important;
  }

  .xl\:m-4{
    margin: 1rem !important;
  }

  .xl\:m-5{
    margin: 1.25rem !important;
  }

  .xl\:m-6{
    margin: 1.5rem !important;
  }

  .xl\:m-8{
    margin: 2rem !important;
  }

  .xl\:m-10{
    margin: 2.5rem !important;
  }

  .xl\:m-12{
    margin: 3rem !important;
  }

  .xl\:m-16{
    margin: 4rem !important;
  }

  .xl\:m-20{
    margin: 5rem !important;
  }

  .xl\:m-24{
    margin: 6rem !important;
  }

  .xl\:m-32{
    margin: 8rem !important;
  }

  .xl\:m-40{
    margin: 10rem !important;
  }

  .xl\:m-48{
    margin: 12rem !important;
  }

  .xl\:m-56{
    margin: 14rem !important;
  }

  .xl\:m-64{
    margin: 16rem !important;
  }

  .xl\:m-auto{
    margin: auto !important;
  }

  .xl\:m-px{
    margin: 1px !important;
  }

  .xl\:-m-1{
    margin: -0.25rem !important;
  }

  .xl\:-m-2{
    margin: -0.5rem !important;
  }

  .xl\:-m-3{
    margin: -0.75rem !important;
  }

  .xl\:-m-4{
    margin: -1rem !important;
  }

  .xl\:-m-5{
    margin: -1.25rem !important;
  }

  .xl\:-m-6{
    margin: -1.5rem !important;
  }

  .xl\:-m-8{
    margin: -2rem !important;
  }

  .xl\:-m-10{
    margin: -2.5rem !important;
  }

  .xl\:-m-12{
    margin: -3rem !important;
  }

  .xl\:-m-16{
    margin: -4rem !important;
  }

  .xl\:-m-20{
    margin: -5rem !important;
  }

  .xl\:-m-24{
    margin: -6rem !important;
  }

  .xl\:-m-32{
    margin: -8rem !important;
  }

  .xl\:-m-40{
    margin: -10rem !important;
  }

  .xl\:-m-48{
    margin: -12rem !important;
  }

  .xl\:-m-56{
    margin: -14rem !important;
  }

  .xl\:-m-64{
    margin: -16rem !important;
  }

  .xl\:-m-px{
    margin: -1px !important;
  }

  .xl\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:mt-0{
    margin-top: 0 !important;
  }

  .xl\:mr-0{
    margin-right: 0 !important;
  }

  .xl\:mb-0{
    margin-bottom: 0 !important;
  }

  .xl\:ml-0{
    margin-left: 0 !important;
  }

  .xl\:mt-1{
    margin-top: 0.25rem !important;
  }

  .xl\:mr-1{
    margin-right: 0.25rem !important;
  }

  .xl\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .xl\:ml-1{
    margin-left: 0.25rem !important;
  }

  .xl\:mt-2{
    margin-top: 0.5rem !important;
  }

  .xl\:mr-2{
    margin-right: 0.5rem !important;
  }

  .xl\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .xl\:ml-2{
    margin-left: 0.5rem !important;
  }

  .xl\:mt-3{
    margin-top: 0.75rem !important;
  }

  .xl\:mr-3{
    margin-right: 0.75rem !important;
  }

  .xl\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .xl\:ml-3{
    margin-left: 0.75rem !important;
  }

  .xl\:mt-4{
    margin-top: 1rem !important;
  }

  .xl\:mr-4{
    margin-right: 1rem !important;
  }

  .xl\:mb-4{
    margin-bottom: 1rem !important;
  }

  .xl\:ml-4{
    margin-left: 1rem !important;
  }

  .xl\:mt-5{
    margin-top: 1.25rem !important;
  }

  .xl\:mr-5{
    margin-right: 1.25rem !important;
  }

  .xl\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .xl\:ml-5{
    margin-left: 1.25rem !important;
  }

  .xl\:mt-6{
    margin-top: 1.5rem !important;
  }

  .xl\:mr-6{
    margin-right: 1.5rem !important;
  }

  .xl\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .xl\:ml-6{
    margin-left: 1.5rem !important;
  }

  .xl\:mt-8{
    margin-top: 2rem !important;
  }

  .xl\:mr-8{
    margin-right: 2rem !important;
  }

  .xl\:mb-8{
    margin-bottom: 2rem !important;
  }

  .xl\:ml-8{
    margin-left: 2rem !important;
  }

  .xl\:mt-10{
    margin-top: 2.5rem !important;
  }

  .xl\:mr-10{
    margin-right: 2.5rem !important;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .xl\:ml-10{
    margin-left: 2.5rem !important;
  }

  .xl\:mt-12{
    margin-top: 3rem !important;
  }

  .xl\:mr-12{
    margin-right: 3rem !important;
  }

  .xl\:mb-12{
    margin-bottom: 3rem !important;
  }

  .xl\:ml-12{
    margin-left: 3rem !important;
  }

  .xl\:mt-16{
    margin-top: 4rem !important;
  }

  .xl\:mr-16{
    margin-right: 4rem !important;
  }

  .xl\:mb-16{
    margin-bottom: 4rem !important;
  }

  .xl\:ml-16{
    margin-left: 4rem !important;
  }

  .xl\:mt-20{
    margin-top: 5rem !important;
  }

  .xl\:mr-20{
    margin-right: 5rem !important;
  }

  .xl\:mb-20{
    margin-bottom: 5rem !important;
  }

  .xl\:ml-20{
    margin-left: 5rem !important;
  }

  .xl\:mt-24{
    margin-top: 6rem !important;
  }

  .xl\:mr-24{
    margin-right: 6rem !important;
  }

  .xl\:mb-24{
    margin-bottom: 6rem !important;
  }

  .xl\:ml-24{
    margin-left: 6rem !important;
  }

  .xl\:mt-32{
    margin-top: 8rem !important;
  }

  .xl\:mr-32{
    margin-right: 8rem !important;
  }

  .xl\:mb-32{
    margin-bottom: 8rem !important;
  }

  .xl\:ml-32{
    margin-left: 8rem !important;
  }

  .xl\:mt-40{
    margin-top: 10rem !important;
  }

  .xl\:mr-40{
    margin-right: 10rem !important;
  }

  .xl\:mb-40{
    margin-bottom: 10rem !important;
  }

  .xl\:ml-40{
    margin-left: 10rem !important;
  }

  .xl\:mt-48{
    margin-top: 12rem !important;
  }

  .xl\:mr-48{
    margin-right: 12rem !important;
  }

  .xl\:mb-48{
    margin-bottom: 12rem !important;
  }

  .xl\:ml-48{
    margin-left: 12rem !important;
  }

  .xl\:mt-56{
    margin-top: 14rem !important;
  }

  .xl\:mr-56{
    margin-right: 14rem !important;
  }

  .xl\:mb-56{
    margin-bottom: 14rem !important;
  }

  .xl\:ml-56{
    margin-left: 14rem !important;
  }

  .xl\:mt-64{
    margin-top: 16rem !important;
  }

  .xl\:mr-64{
    margin-right: 16rem !important;
  }

  .xl\:mb-64{
    margin-bottom: 16rem !important;
  }

  .xl\:ml-64{
    margin-left: 16rem !important;
  }

  .xl\:mt-auto{
    margin-top: auto !important;
  }

  .xl\:mr-auto{
    margin-right: auto !important;
  }

  .xl\:mb-auto{
    margin-bottom: auto !important;
  }

  .xl\:ml-auto{
    margin-left: auto !important;
  }

  .xl\:mt-px{
    margin-top: 1px !important;
  }

  .xl\:mr-px{
    margin-right: 1px !important;
  }

  .xl\:mb-px{
    margin-bottom: 1px !important;
  }

  .xl\:ml-px{
    margin-left: 1px !important;
  }

  .xl\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .xl\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .xl\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .xl\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .xl\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .xl\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .xl\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .xl\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .xl\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .xl\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .xl\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .xl\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .xl\:-mt-4{
    margin-top: -1rem !important;
  }

  .xl\:-mr-4{
    margin-right: -1rem !important;
  }

  .xl\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .xl\:-ml-4{
    margin-left: -1rem !important;
  }

  .xl\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .xl\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .xl\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .xl\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .xl\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .xl\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .xl\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .xl\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .xl\:-mt-8{
    margin-top: -2rem !important;
  }

  .xl\:-mr-8{
    margin-right: -2rem !important;
  }

  .xl\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .xl\:-ml-8{
    margin-left: -2rem !important;
  }

  .xl\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .xl\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .xl\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .xl\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .xl\:-mt-12{
    margin-top: -3rem !important;
  }

  .xl\:-mr-12{
    margin-right: -3rem !important;
  }

  .xl\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .xl\:-ml-12{
    margin-left: -3rem !important;
  }

  .xl\:-mt-16{
    margin-top: -4rem !important;
  }

  .xl\:-mr-16{
    margin-right: -4rem !important;
  }

  .xl\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .xl\:-ml-16{
    margin-left: -4rem !important;
  }

  .xl\:-mt-20{
    margin-top: -5rem !important;
  }

  .xl\:-mr-20{
    margin-right: -5rem !important;
  }

  .xl\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .xl\:-ml-20{
    margin-left: -5rem !important;
  }

  .xl\:-mt-24{
    margin-top: -6rem !important;
  }

  .xl\:-mr-24{
    margin-right: -6rem !important;
  }

  .xl\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .xl\:-ml-24{
    margin-left: -6rem !important;
  }

  .xl\:-mt-32{
    margin-top: -8rem !important;
  }

  .xl\:-mr-32{
    margin-right: -8rem !important;
  }

  .xl\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .xl\:-ml-32{
    margin-left: -8rem !important;
  }

  .xl\:-mt-40{
    margin-top: -10rem !important;
  }

  .xl\:-mr-40{
    margin-right: -10rem !important;
  }

  .xl\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .xl\:-ml-40{
    margin-left: -10rem !important;
  }

  .xl\:-mt-48{
    margin-top: -12rem !important;
  }

  .xl\:-mr-48{
    margin-right: -12rem !important;
  }

  .xl\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .xl\:-ml-48{
    margin-left: -12rem !important;
  }

  .xl\:-mt-56{
    margin-top: -14rem !important;
  }

  .xl\:-mr-56{
    margin-right: -14rem !important;
  }

  .xl\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .xl\:-ml-56{
    margin-left: -14rem !important;
  }

  .xl\:-mt-64{
    margin-top: -16rem !important;
  }

  .xl\:-mr-64{
    margin-right: -16rem !important;
  }

  .xl\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .xl\:-ml-64{
    margin-left: -16rem !important;
  }

  .xl\:-mt-px{
    margin-top: -1px !important;
  }

  .xl\:-mr-px{
    margin-right: -1px !important;
  }

  .xl\:-mb-px{
    margin-bottom: -1px !important;
  }

  .xl\:-ml-px{
    margin-left: -1px !important;
  }

  .xl\:max-h-full{
    max-height: 100% !important;
  }

  .xl\:max-h-screen{
    max-height: 100vh !important;
  }

  .xl\:max-w-none{
    max-width: none !important;
  }

  .xl\:max-w-xs{
    max-width: 20rem !important;
  }

  .xl\:max-w-sm{
    max-width: 24rem !important;
  }

  .xl\:max-w-md{
    max-width: 28rem !important;
  }

  .xl\:max-w-lg{
    max-width: 32rem !important;
  }

  .xl\:max-w-xl{
    max-width: 36rem !important;
  }

  .xl\:max-w-2xl{
    max-width: 42rem !important;
  }

  .xl\:max-w-3xl{
    max-width: 48rem !important;
  }

  .xl\:max-w-4xl{
    max-width: 56rem !important;
  }

  .xl\:max-w-5xl{
    max-width: 64rem !important;
  }

  .xl\:max-w-6xl{
    max-width: 72rem !important;
  }

  .xl\:max-w-full{
    max-width: 100% !important;
  }

  .xl\:max-w-screen-sm{
    max-width: 576px !important;
  }

  .xl\:max-w-screen-md{
    max-width: 768px !important;
  }

  .xl\:max-w-screen-lg{
    max-width: 992px !important;
  }

  .xl\:max-w-screen-xl{
    max-width: 1200px !important;
  }

  .xl\:min-h-0{
    min-height: 0 !important;
  }

  .xl\:min-h-full{
    min-height: 100% !important;
  }

  .xl\:min-h-screen{
    min-height: 100vh !important;
  }

  .xl\:min-w-0{
    min-width: 0 !important;
  }

  .xl\:min-w-full{
    min-width: 100% !important;
  }

  .xl\:opacity-0{
    opacity: 0 !important;
  }

  .xl\:opacity-25{
    opacity: 0.25 !important;
  }

  .xl\:opacity-50{
    opacity: 0.5 !important;
  }

  .xl\:opacity-75{
    opacity: 0.75 !important;
  }

  .xl\:opacity-100{
    opacity: 1 !important;
  }

  .xl\:overflow-auto{
    overflow: auto !important;
  }

  .xl\:overflow-hidden{
    overflow: hidden !important;
  }

  .xl\:overflow-visible{
    overflow: visible !important;
  }

  .xl\:overflow-scroll{
    overflow: scroll !important;
  }

  .xl\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .xl\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xl\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xl\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .xl\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .xl\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xl\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xl\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .xl\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .xl\:overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .xl\:overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .xl\:overscroll-none{
    overscroll-behavior: none !important;
  }

  .xl\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .xl\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .xl\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .xl\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .xl\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .xl\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .xl\:p-0{
    padding: 0 !important;
  }

  .xl\:p-1{
    padding: 0.25rem !important;
  }

  .xl\:p-2{
    padding: 0.5rem !important;
  }

  .xl\:p-3{
    padding: 0.75rem !important;
  }

  .xl\:p-4{
    padding: 1rem !important;
  }

  .xl\:p-5{
    padding: 1.25rem !important;
  }

  .xl\:p-6{
    padding: 1.5rem !important;
  }

  .xl\:p-8{
    padding: 2rem !important;
  }

  .xl\:p-10{
    padding: 2.5rem !important;
  }

  .xl\:p-12{
    padding: 3rem !important;
  }

  .xl\:p-16{
    padding: 4rem !important;
  }

  .xl\:p-20{
    padding: 5rem !important;
  }

  .xl\:p-24{
    padding: 6rem !important;
  }

  .xl\:p-32{
    padding: 8rem !important;
  }

  .xl\:p-40{
    padding: 10rem !important;
  }

  .xl\:p-48{
    padding: 12rem !important;
  }

  .xl\:p-56{
    padding: 14rem !important;
  }

  .xl\:p-64{
    padding: 16rem !important;
  }

  .xl\:p-px{
    padding: 1px !important;
  }

  .xl\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:pt-0{
    padding-top: 0 !important;
  }

  .xl\:pr-0{
    padding-right: 0 !important;
  }

  .xl\:pb-0{
    padding-bottom: 0 !important;
  }

  .xl\:pl-0{
    padding-left: 0 !important;
  }

  .xl\:pt-1{
    padding-top: 0.25rem !important;
  }

  .xl\:pr-1{
    padding-right: 0.25rem !important;
  }

  .xl\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .xl\:pl-1{
    padding-left: 0.25rem !important;
  }

  .xl\:pt-2{
    padding-top: 0.5rem !important;
  }

  .xl\:pr-2{
    padding-right: 0.5rem !important;
  }

  .xl\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .xl\:pl-2{
    padding-left: 0.5rem !important;
  }

  .xl\:pt-3{
    padding-top: 0.75rem !important;
  }

  .xl\:pr-3{
    padding-right: 0.75rem !important;
  }

  .xl\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .xl\:pl-3{
    padding-left: 0.75rem !important;
  }

  .xl\:pt-4{
    padding-top: 1rem !important;
  }

  .xl\:pr-4{
    padding-right: 1rem !important;
  }

  .xl\:pb-4{
    padding-bottom: 1rem !important;
  }

  .xl\:pl-4{
    padding-left: 1rem !important;
  }

  .xl\:pt-5{
    padding-top: 1.25rem !important;
  }

  .xl\:pr-5{
    padding-right: 1.25rem !important;
  }

  .xl\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .xl\:pl-5{
    padding-left: 1.25rem !important;
  }

  .xl\:pt-6{
    padding-top: 1.5rem !important;
  }

  .xl\:pr-6{
    padding-right: 1.5rem !important;
  }

  .xl\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .xl\:pl-6{
    padding-left: 1.5rem !important;
  }

  .xl\:pt-8{
    padding-top: 2rem !important;
  }

  .xl\:pr-8{
    padding-right: 2rem !important;
  }

  .xl\:pb-8{
    padding-bottom: 2rem !important;
  }

  .xl\:pl-8{
    padding-left: 2rem !important;
  }

  .xl\:pt-10{
    padding-top: 2.5rem !important;
  }

  .xl\:pr-10{
    padding-right: 2.5rem !important;
  }

  .xl\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .xl\:pl-10{
    padding-left: 2.5rem !important;
  }

  .xl\:pt-12{
    padding-top: 3rem !important;
  }

  .xl\:pr-12{
    padding-right: 3rem !important;
  }

  .xl\:pb-12{
    padding-bottom: 3rem !important;
  }

  .xl\:pl-12{
    padding-left: 3rem !important;
  }

  .xl\:pt-16{
    padding-top: 4rem !important;
  }

  .xl\:pr-16{
    padding-right: 4rem !important;
  }

  .xl\:pb-16{
    padding-bottom: 4rem !important;
  }

  .xl\:pl-16{
    padding-left: 4rem !important;
  }

  .xl\:pt-20{
    padding-top: 5rem !important;
  }

  .xl\:pr-20{
    padding-right: 5rem !important;
  }

  .xl\:pb-20{
    padding-bottom: 5rem !important;
  }

  .xl\:pl-20{
    padding-left: 5rem !important;
  }

  .xl\:pt-24{
    padding-top: 6rem !important;
  }

  .xl\:pr-24{
    padding-right: 6rem !important;
  }

  .xl\:pb-24{
    padding-bottom: 6rem !important;
  }

  .xl\:pl-24{
    padding-left: 6rem !important;
  }

  .xl\:pt-32{
    padding-top: 8rem !important;
  }

  .xl\:pr-32{
    padding-right: 8rem !important;
  }

  .xl\:pb-32{
    padding-bottom: 8rem !important;
  }

  .xl\:pl-32{
    padding-left: 8rem !important;
  }

  .xl\:pt-40{
    padding-top: 10rem !important;
  }

  .xl\:pr-40{
    padding-right: 10rem !important;
  }

  .xl\:pb-40{
    padding-bottom: 10rem !important;
  }

  .xl\:pl-40{
    padding-left: 10rem !important;
  }

  .xl\:pt-48{
    padding-top: 12rem !important;
  }

  .xl\:pr-48{
    padding-right: 12rem !important;
  }

  .xl\:pb-48{
    padding-bottom: 12rem !important;
  }

  .xl\:pl-48{
    padding-left: 12rem !important;
  }

  .xl\:pt-56{
    padding-top: 14rem !important;
  }

  .xl\:pr-56{
    padding-right: 14rem !important;
  }

  .xl\:pb-56{
    padding-bottom: 14rem !important;
  }

  .xl\:pl-56{
    padding-left: 14rem !important;
  }

  .xl\:pt-64{
    padding-top: 16rem !important;
  }

  .xl\:pr-64{
    padding-right: 16rem !important;
  }

  .xl\:pb-64{
    padding-bottom: 16rem !important;
  }

  .xl\:pl-64{
    padding-left: 16rem !important;
  }

  .xl\:pt-px{
    padding-top: 1px !important;
  }

  .xl\:pr-px{
    padding-right: 1px !important;
  }

  .xl\:pb-px{
    padding-bottom: 1px !important;
  }

  .xl\:pl-px{
    padding-left: 1px !important;
  }

  .xl\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .xl\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .xl\:placeholder-black-real::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black-real::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-darkest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-darkest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-darker::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-darker::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-dark::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-dark::placeholder{
    --placeholder-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-lighter::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-lighter::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-lightest::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-lightest::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .xl\:focus\:placeholder-black-real:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black-real:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-darkest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-darkest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-darker:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-darker:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-dark:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-dark:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-lighter:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-lighter:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-lightest:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-lightest:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:pointer-events-none{
    pointer-events: none !important;
  }

  .xl\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .xl\:static{
    position: static !important;
  }

  .xl\:fixed{
    position: fixed !important;
  }

  .xl\:absolute{
    position: absolute !important;
  }

  .xl\:relative{
    position: relative !important;
  }

  .xl\:sticky{
    position: sticky !important;
  }

  .xl\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xl\:top-0{
    top: 0 !important;
  }

  .xl\:right-0{
    right: 0 !important;
  }

  .xl\:bottom-0{
    bottom: 0 !important;
  }

  .xl\:left-0{
    left: 0 !important;
  }

  .xl\:top-auto{
    top: auto !important;
  }

  .xl\:right-auto{
    right: auto !important;
  }

  .xl\:bottom-auto{
    bottom: auto !important;
  }

  .xl\:left-auto{
    left: auto !important;
  }

  .xl\:resize-none{
    resize: none !important;
  }

  .xl\:resize-y{
    resize: vertical !important;
  }

  .xl\:resize-x{
    resize: horizontal !important;
  }

  .xl\:resize{
    resize: both !important;
  }

  .xl\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:shadow-none{
    box-shadow: none !important;
  }

  .xl\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:hover\:shadow-none:hover{
    box-shadow: none !important;
  }

  .xl\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:focus\:shadow-none:focus{
    box-shadow: none !important;
  }

  .xl\:stroke-0{
    stroke-width: 0 !important;
  }

  .xl\:stroke-1{
    stroke-width: 1 !important;
  }

  .xl\:stroke-2{
    stroke-width: 2 !important;
  }

  .xl\:table-auto{
    table-layout: auto !important;
  }

  .xl\:table-fixed{
    table-layout: fixed !important;
  }

  .xl\:text-left{
    text-align: left !important;
  }

  .xl\:text-center{
    text-align: center !important;
  }

  .xl\:text-right{
    text-align: right !important;
  }

  .xl\:text-justify{
    text-align: justify !important;
  }

  .xl\:text-transparent{
    color: transparent !important;
  }

  .xl\:text-black-real{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:text-black{
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .xl\:text-grey-darkest{
    --text-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--text-opacity)) !important;
  }

  .xl\:text-grey-darker{
    --text-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--text-opacity)) !important;
  }

  .xl\:text-grey-dark{
    --text-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--text-opacity)) !important;
  }

  .xl\:text-grey{
    --text-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--text-opacity)) !important;
  }

  .xl\:text-grey-light{
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .xl\:text-grey-lighter{
    --text-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--text-opacity)) !important;
  }

  .xl\:text-grey-lightest{
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:text-white{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:text-red-darkest{
    --text-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--text-opacity)) !important;
  }

  .xl\:text-red-darker{
    --text-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--text-opacity)) !important;
  }

  .xl\:text-red-dark{
    --text-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--text-opacity)) !important;
  }

  .xl\:text-red{
    --text-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--text-opacity)) !important;
  }

  .xl\:text-red-light{
    --text-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--text-opacity)) !important;
  }

  .xl\:text-red-lighter{
    --text-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--text-opacity)) !important;
  }

  .xl\:text-red-lightest{
    --text-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--text-opacity)) !important;
  }

  .xl\:text-orange-darkest{
    --text-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--text-opacity)) !important;
  }

  .xl\:text-orange-darker{
    --text-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--text-opacity)) !important;
  }

  .xl\:text-orange-dark{
    --text-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--text-opacity)) !important;
  }

  .xl\:text-orange{
    --text-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--text-opacity)) !important;
  }

  .xl\:text-orange-light{
    --text-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--text-opacity)) !important;
  }

  .xl\:text-orange-lighter{
    --text-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--text-opacity)) !important;
  }

  .xl\:text-orange-lightest{
    --text-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-darkest{
    --text-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-darker{
    --text-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-dark{
    --text-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--text-opacity)) !important;
  }

  .xl\:text-yellow{
    --text-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-light{
    --text-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-lighter{
    --text-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-lightest{
    --text-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--text-opacity)) !important;
  }

  .xl\:text-green-darkest{
    --text-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--text-opacity)) !important;
  }

  .xl\:text-green-darker{
    --text-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--text-opacity)) !important;
  }

  .xl\:text-green-dark{
    --text-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--text-opacity)) !important;
  }

  .xl\:text-green{
    --text-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--text-opacity)) !important;
  }

  .xl\:text-green-light{
    --text-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--text-opacity)) !important;
  }

  .xl\:text-green-lighter{
    --text-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--text-opacity)) !important;
  }

  .xl\:text-green-lightest{
    --text-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--text-opacity)) !important;
  }

  .xl\:text-teal-darkest{
    --text-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--text-opacity)) !important;
  }

  .xl\:text-teal-darker{
    --text-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--text-opacity)) !important;
  }

  .xl\:text-teal-dark{
    --text-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--text-opacity)) !important;
  }

  .xl\:text-teal{
    --text-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--text-opacity)) !important;
  }

  .xl\:text-teal-light{
    --text-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--text-opacity)) !important;
  }

  .xl\:text-teal-lighter{
    --text-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--text-opacity)) !important;
  }

  .xl\:text-teal-lightest{
    --text-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--text-opacity)) !important;
  }

  .xl\:text-blue-darkest{
    --text-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--text-opacity)) !important;
  }

  .xl\:text-blue-darker{
    --text-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--text-opacity)) !important;
  }

  .xl\:text-blue-dark{
    --text-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--text-opacity)) !important;
  }

  .xl\:text-blue{
    --text-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--text-opacity)) !important;
  }

  .xl\:text-blue-light{
    --text-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--text-opacity)) !important;
  }

  .xl\:text-blue-lighter{
    --text-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--text-opacity)) !important;
  }

  .xl\:text-blue-lightest{
    --text-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-darkest{
    --text-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-darker{
    --text-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-dark{
    --text-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--text-opacity)) !important;
  }

  .xl\:text-indigo{
    --text-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-light{
    --text-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-lighter{
    --text-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-lightest{
    --text-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--text-opacity)) !important;
  }

  .xl\:text-purple-darkest{
    --text-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--text-opacity)) !important;
  }

  .xl\:text-purple-darker{
    --text-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--text-opacity)) !important;
  }

  .xl\:text-purple-dark{
    --text-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--text-opacity)) !important;
  }

  .xl\:text-purple{
    --text-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--text-opacity)) !important;
  }

  .xl\:text-purple-light{
    --text-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--text-opacity)) !important;
  }

  .xl\:text-purple-lighter{
    --text-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--text-opacity)) !important;
  }

  .xl\:text-purple-lightest{
    --text-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--text-opacity)) !important;
  }

  .xl\:text-pink-darkest{
    --text-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--text-opacity)) !important;
  }

  .xl\:text-pink-darker{
    --text-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--text-opacity)) !important;
  }

  .xl\:text-pink-dark{
    --text-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--text-opacity)) !important;
  }

  .xl\:text-pink{
    --text-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--text-opacity)) !important;
  }

  .xl\:text-pink-light{
    --text-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--text-opacity)) !important;
  }

  .xl\:text-pink-lighter{
    --text-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--text-opacity)) !important;
  }

  .xl\:text-pink-lightest{
    --text-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .xl\:hover\:text-black-real:hover{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-black:hover{
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-darkest:hover{
    --text-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-darker:hover{
    --text-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-dark:hover{
    --text-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey:hover{
    --text-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-light:hover{
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-lighter:hover{
    --text-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-lightest:hover{
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-white:hover{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-darkest:hover{
    --text-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-darker:hover{
    --text-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-dark:hover{
    --text-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red:hover{
    --text-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-light:hover{
    --text-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-lighter:hover{
    --text-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-lightest:hover{
    --text-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-darkest:hover{
    --text-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-darker:hover{
    --text-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-dark:hover{
    --text-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange:hover{
    --text-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-light:hover{
    --text-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-lighter:hover{
    --text-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-lightest:hover{
    --text-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-darkest:hover{
    --text-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-darker:hover{
    --text-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-dark:hover{
    --text-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow:hover{
    --text-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-light:hover{
    --text-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-lighter:hover{
    --text-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-lightest:hover{
    --text-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-darkest:hover{
    --text-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-darker:hover{
    --text-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-dark:hover{
    --text-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green:hover{
    --text-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-light:hover{
    --text-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-lighter:hover{
    --text-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-lightest:hover{
    --text-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-darkest:hover{
    --text-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-darker:hover{
    --text-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-dark:hover{
    --text-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal:hover{
    --text-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-light:hover{
    --text-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-lighter:hover{
    --text-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-lightest:hover{
    --text-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-darkest:hover{
    --text-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-darker:hover{
    --text-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-dark:hover{
    --text-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue:hover{
    --text-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-light:hover{
    --text-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-lighter:hover{
    --text-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-lightest:hover{
    --text-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-darkest:hover{
    --text-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-darker:hover{
    --text-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-dark:hover{
    --text-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo:hover{
    --text-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-light:hover{
    --text-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-lighter:hover{
    --text-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-lightest:hover{
    --text-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-darkest:hover{
    --text-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-darker:hover{
    --text-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-dark:hover{
    --text-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple:hover{
    --text-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-light:hover{
    --text-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-lighter:hover{
    --text-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-lightest:hover{
    --text-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-darkest:hover{
    --text-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-darker:hover{
    --text-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-dark:hover{
    --text-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink:hover{
    --text-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-light:hover{
    --text-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-lighter:hover{
    --text-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-lightest:hover{
    --text-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .xl\:focus\:text-black-real:focus{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-black:focus{
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-darkest:focus{
    --text-opacity: 1 !important;
    color: #3d4852 !important;
    color: rgba(61, 72, 82, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-darker:focus{
    --text-opacity: 1 !important;
    color: #606f7b !important;
    color: rgba(96, 111, 123, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-dark:focus{
    --text-opacity: 1 !important;
    color: #8795a1 !important;
    color: rgba(135, 149, 161, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey:focus{
    --text-opacity: 1 !important;
    color: #b8c2cc !important;
    color: rgba(184, 194, 204, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-light:focus{
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-lighter:focus{
    --text-opacity: 1 !important;
    color: #f1f5f8 !important;
    color: rgba(241, 245, 248, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-lightest:focus{
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-white:focus{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-darkest:focus{
    --text-opacity: 1 !important;
    color: #3b0d0c !important;
    color: rgba(59, 13, 12, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-darker:focus{
    --text-opacity: 1 !important;
    color: #621b18 !important;
    color: rgba(98, 27, 24, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-dark:focus{
    --text-opacity: 1 !important;
    color: #cc1f1a !important;
    color: rgba(204, 31, 26, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red:focus{
    --text-opacity: 1 !important;
    color: #e3342f !important;
    color: rgba(227, 52, 47, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-light:focus{
    --text-opacity: 1 !important;
    color: #ef5753 !important;
    color: rgba(239, 87, 83, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-lighter:focus{
    --text-opacity: 1 !important;
    color: #f9acaa !important;
    color: rgba(249, 172, 170, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-lightest:focus{
    --text-opacity: 1 !important;
    color: #fcebea !important;
    color: rgba(252, 235, 234, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-darkest:focus{
    --text-opacity: 1 !important;
    color: #462a16 !important;
    color: rgba(70, 42, 22, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-darker:focus{
    --text-opacity: 1 !important;
    color: #613b1f !important;
    color: rgba(97, 59, 31, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-dark:focus{
    --text-opacity: 1 !important;
    color: #de751f !important;
    color: rgba(222, 117, 31, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange:focus{
    --text-opacity: 1 !important;
    color: #f6993f !important;
    color: rgba(246, 153, 63, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-light:focus{
    --text-opacity: 1 !important;
    color: #faad63 !important;
    color: rgba(250, 173, 99, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-lighter:focus{
    --text-opacity: 1 !important;
    color: #fcd9b6 !important;
    color: rgba(252, 217, 182, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-lightest:focus{
    --text-opacity: 1 !important;
    color: #fff5eb !important;
    color: rgba(255, 245, 235, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-darkest:focus{
    --text-opacity: 1 !important;
    color: #453411 !important;
    color: rgba(69, 52, 17, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-darker:focus{
    --text-opacity: 1 !important;
    color: #684f1d !important;
    color: rgba(104, 79, 29, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-dark:focus{
    --text-opacity: 1 !important;
    color: #f2d024 !important;
    color: rgba(242, 208, 36, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow:focus{
    --text-opacity: 1 !important;
    color: #ffed4a !important;
    color: rgba(255, 237, 74, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-light:focus{
    --text-opacity: 1 !important;
    color: #fff382 !important;
    color: rgba(255, 243, 130, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-lighter:focus{
    --text-opacity: 1 !important;
    color: #fff9c2 !important;
    color: rgba(255, 249, 194, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-lightest:focus{
    --text-opacity: 1 !important;
    color: #fcfbeb !important;
    color: rgba(252, 251, 235, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-darkest:focus{
    --text-opacity: 1 !important;
    color: #0f2f21 !important;
    color: rgba(15, 47, 33, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-darker:focus{
    --text-opacity: 1 !important;
    color: #1a4731 !important;
    color: rgba(26, 71, 49, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-dark:focus{
    --text-opacity: 1 !important;
    color: #1f9d55 !important;
    color: rgba(31, 157, 85, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green:focus{
    --text-opacity: 1 !important;
    color: #38c172 !important;
    color: rgba(56, 193, 114, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-light:focus{
    --text-opacity: 1 !important;
    color: #51d88a !important;
    color: rgba(81, 216, 138, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-lighter:focus{
    --text-opacity: 1 !important;
    color: #a2f5bf !important;
    color: rgba(162, 245, 191, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-lightest:focus{
    --text-opacity: 1 !important;
    color: #e3fcec !important;
    color: rgba(227, 252, 236, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-darkest:focus{
    --text-opacity: 1 !important;
    color: #0d3331 !important;
    color: rgba(13, 51, 49, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-darker:focus{
    --text-opacity: 1 !important;
    color: #20504f !important;
    color: rgba(32, 80, 79, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-dark:focus{
    --text-opacity: 1 !important;
    color: #38a89d !important;
    color: rgba(56, 168, 157, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal:focus{
    --text-opacity: 1 !important;
    color: #4dc0b5 !important;
    color: rgba(77, 192, 181, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-light:focus{
    --text-opacity: 1 !important;
    color: #64d5ca !important;
    color: rgba(100, 213, 202, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-lighter:focus{
    --text-opacity: 1 !important;
    color: #a0f0ed !important;
    color: rgba(160, 240, 237, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-lightest:focus{
    --text-opacity: 1 !important;
    color: #e8fffe !important;
    color: rgba(232, 255, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-darkest:focus{
    --text-opacity: 1 !important;
    color: #12283a !important;
    color: rgba(18, 40, 58, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-darker:focus{
    --text-opacity: 1 !important;
    color: #1c3d5a !important;
    color: rgba(28, 61, 90, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-dark:focus{
    --text-opacity: 1 !important;
    color: #2779bd !important;
    color: rgba(39, 121, 189, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue:focus{
    --text-opacity: 1 !important;
    color: #3490dc !important;
    color: rgba(52, 144, 220, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-light:focus{
    --text-opacity: 1 !important;
    color: #6cb2eb !important;
    color: rgba(108, 178, 235, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-lighter:focus{
    --text-opacity: 1 !important;
    color: #bcdefa !important;
    color: rgba(188, 222, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-lightest:focus{
    --text-opacity: 1 !important;
    color: #eff8ff !important;
    color: rgba(239, 248, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-darkest:focus{
    --text-opacity: 1 !important;
    color: #191e38 !important;
    color: rgba(25, 30, 56, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-darker:focus{
    --text-opacity: 1 !important;
    color: #2f365f !important;
    color: rgba(47, 54, 95, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-dark:focus{
    --text-opacity: 1 !important;
    color: #5661b3 !important;
    color: rgba(86, 97, 179, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo:focus{
    --text-opacity: 1 !important;
    color: #6574cd !important;
    color: rgba(101, 116, 205, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-light:focus{
    --text-opacity: 1 !important;
    color: #7886d7 !important;
    color: rgba(120, 134, 215, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-lighter:focus{
    --text-opacity: 1 !important;
    color: #b2b7ff !important;
    color: rgba(178, 183, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-lightest:focus{
    --text-opacity: 1 !important;
    color: #e6e8ff !important;
    color: rgba(230, 232, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-darkest:focus{
    --text-opacity: 1 !important;
    color: #21183c !important;
    color: rgba(33, 24, 60, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-darker:focus{
    --text-opacity: 1 !important;
    color: #382b5f !important;
    color: rgba(56, 43, 95, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-dark:focus{
    --text-opacity: 1 !important;
    color: #794acf !important;
    color: rgba(121, 74, 207, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple:focus{
    --text-opacity: 1 !important;
    color: #9561e2 !important;
    color: rgba(149, 97, 226, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-light:focus{
    --text-opacity: 1 !important;
    color: #a779e9 !important;
    color: rgba(167, 121, 233, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-lighter:focus{
    --text-opacity: 1 !important;
    color: #d6bbfc !important;
    color: rgba(214, 187, 252, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-lightest:focus{
    --text-opacity: 1 !important;
    color: #f3ebff !important;
    color: rgba(243, 235, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-darkest:focus{
    --text-opacity: 1 !important;
    color: #451225 !important;
    color: rgba(69, 18, 37, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-darker:focus{
    --text-opacity: 1 !important;
    color: #6f213f !important;
    color: rgba(111, 33, 63, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-dark:focus{
    --text-opacity: 1 !important;
    color: #eb5286 !important;
    color: rgba(235, 82, 134, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink:focus{
    --text-opacity: 1 !important;
    color: #f66d9b !important;
    color: rgba(246, 109, 155, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-light:focus{
    --text-opacity: 1 !important;
    color: #fa7ea8 !important;
    color: rgba(250, 126, 168, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-lighter:focus{
    --text-opacity: 1 !important;
    color: #ffbbca !important;
    color: rgba(255, 187, 202, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-lightest:focus{
    --text-opacity: 1 !important;
    color: #ffebef !important;
    color: rgba(255, 235, 239, var(--text-opacity)) !important;
  }

  .xl\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .xl\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .xl\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .xl\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .xl\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .xl\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .xl\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .xl\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .xl\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .xl\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .xl\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .xl\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .xl\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .xl\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .xl\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .xl\:italic{
    font-style: italic !important;
  }

  .xl\:not-italic{
    font-style: normal !important;
  }

  .xl\:uppercase{
    text-transform: uppercase !important;
  }

  .xl\:lowercase{
    text-transform: lowercase !important;
  }

  .xl\:capitalize{
    text-transform: capitalize !important;
  }

  .xl\:normal-case{
    text-transform: none !important;
  }

  .xl\:underline{
    text-decoration: underline !important;
  }

  .xl\:line-through{
    text-decoration: line-through !important;
  }

  .xl\:no-underline{
    text-decoration: none !important;
  }

  .xl\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .xl\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .xl\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .xl\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .xl\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .xl\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .xl\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .xl\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xl\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .xl\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .xl\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .xl\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .xl\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .xl\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .xl\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .xl\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .xl\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xl\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xl\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .xl\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xl\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xl\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xl\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .xl\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .xl\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xl\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .xl\:align-baseline{
    vertical-align: baseline !important;
  }

  .xl\:align-top{
    vertical-align: top !important;
  }

  .xl\:align-middle{
    vertical-align: middle !important;
  }

  .xl\:align-bottom{
    vertical-align: bottom !important;
  }

  .xl\:align-text-top{
    vertical-align: text-top !important;
  }

  .xl\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .xl\:visible{
    visibility: visible !important;
  }

  .xl\:invisible{
    visibility: hidden !important;
  }

  .xl\:whitespace-normal{
    white-space: normal !important;
  }

  .xl\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .xl\:whitespace-pre{
    white-space: pre !important;
  }

  .xl\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xl\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xl\:break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .xl\:break-all{
    word-break: break-all !important;
  }

  .xl\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:w-0{
    width: 0 !important;
  }

  .xl\:w-1{
    width: 0.25rem !important;
  }

  .xl\:w-2{
    width: 0.5rem !important;
  }

  .xl\:w-3{
    width: 0.75rem !important;
  }

  .xl\:w-4{
    width: 1rem !important;
  }

  .xl\:w-5{
    width: 1.25rem !important;
  }

  .xl\:w-6{
    width: 1.5rem !important;
  }

  .xl\:w-8{
    width: 2rem !important;
  }

  .xl\:w-10{
    width: 2.5rem !important;
  }

  .xl\:w-12{
    width: 3rem !important;
  }

  .xl\:w-16{
    width: 4rem !important;
  }

  .xl\:w-20{
    width: 5rem !important;
  }

  .xl\:w-24{
    width: 6rem !important;
  }

  .xl\:w-32{
    width: 8rem !important;
  }

  .xl\:w-40{
    width: 10rem !important;
  }

  .xl\:w-48{
    width: 12rem !important;
  }

  .xl\:w-56{
    width: 14rem !important;
  }

  .xl\:w-64{
    width: 16rem !important;
  }

  .xl\:w-auto{
    width: auto !important;
  }

  .xl\:w-px{
    width: 1px !important;
  }

  .xl\:w-1\/2{
    width: 50% !important;
  }

  .xl\:w-1\/3{
    width: 33.333333% !important;
  }

  .xl\:w-2\/3{
    width: 66.666667% !important;
  }

  .xl\:w-1\/4{
    width: 25% !important;
  }

  .xl\:w-2\/4{
    width: 50% !important;
  }

  .xl\:w-3\/4{
    width: 75% !important;
  }

  .xl\:w-1\/5{
    width: 20% !important;
  }

  .xl\:w-2\/5{
    width: 40% !important;
  }

  .xl\:w-3\/5{
    width: 60% !important;
  }

  .xl\:w-4\/5{
    width: 80% !important;
  }

  .xl\:w-1\/6{
    width: 16.666667% !important;
  }

  .xl\:w-2\/6{
    width: 33.333333% !important;
  }

  .xl\:w-3\/6{
    width: 50% !important;
  }

  .xl\:w-4\/6{
    width: 66.666667% !important;
  }

  .xl\:w-5\/6{
    width: 83.333333% !important;
  }

  .xl\:w-1\/12{
    width: 8.333333% !important;
  }

  .xl\:w-2\/12{
    width: 16.666667% !important;
  }

  .xl\:w-3\/12{
    width: 25% !important;
  }

  .xl\:w-4\/12{
    width: 33.333333% !important;
  }

  .xl\:w-5\/12{
    width: 41.666667% !important;
  }

  .xl\:w-6\/12{
    width: 50% !important;
  }

  .xl\:w-7\/12{
    width: 58.333333% !important;
  }

  .xl\:w-8\/12{
    width: 66.666667% !important;
  }

  .xl\:w-9\/12{
    width: 75% !important;
  }

  .xl\:w-10\/12{
    width: 83.333333% !important;
  }

  .xl\:w-11\/12{
    width: 91.666667% !important;
  }

  .xl\:w-full{
    width: 100% !important;
  }

  .xl\:w-screen{
    width: 100vw !important;
  }

  .xl\:z-0{
    z-index: 0 !important;
  }

  .xl\:z-10{
    z-index: 10 !important;
  }

  .xl\:z-20{
    z-index: 20 !important;
  }

  .xl\:z-30{
    z-index: 30 !important;
  }

  .xl\:z-40{
    z-index: 40 !important;
  }

  .xl\:z-50{
    z-index: 50 !important;
  }

  .xl\:z-auto{
    z-index: auto !important;
  }

  .xl\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .xl\:gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .xl\:gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .xl\:gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .xl\:gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .xl\:gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .xl\:gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .xl\:gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .xl\:gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .xl\:gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .xl\:gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .xl\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .xl\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xl\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .xl\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .xl\:gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .xl\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .xl\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .xl\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .xl\:col-gap-0{
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .xl\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:col-gap-2{
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:col-gap-3{
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:col-gap-4{
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:col-gap-6{
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:col-gap-8{
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:col-gap-12{
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:col-gap-16{
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:col-gap-20{
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:col-gap-24{
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:col-gap-32{
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:col-gap-40{
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:col-gap-48{
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:col-gap-56{
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:col-gap-64{
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:col-gap-px{
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:gap-x-0{
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .xl\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:gap-x-2{
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:gap-x-3{
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:gap-x-4{
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:gap-x-6{
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:gap-x-8{
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:gap-x-10{
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:gap-x-12{
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:gap-x-16{
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:gap-x-20{
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:gap-x-24{
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:gap-x-32{
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:gap-x-40{
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:gap-x-48{
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:gap-x-56{
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:gap-x-64{
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:gap-x-px{
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xl\:row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xl\:row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xl\:row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xl\:row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xl\:row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xl\:row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xl\:row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xl\:row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xl\:row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xl\:row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xl\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xl\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl\:row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xl\:row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xl\:row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xl\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xl\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xl\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xl\:gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xl\:gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xl\:gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xl\:gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xl\:gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xl\:gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xl\:gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xl\:gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xl\:gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xl\:gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xl\:gap-y-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xl\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xl\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl\:gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xl\:gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xl\:gap-y-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xl\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xl\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xl\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xl\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .xl\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .xl\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .xl\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .xl\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xl\:auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .xl\:auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xl\:col-auto{
    grid-column: auto !important;
  }

  .xl\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .xl\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .xl\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .xl\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .xl\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .xl\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .xl\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .xl\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .xl\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .xl\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .xl\:col-start-1{
    grid-column-start: 1 !important;
  }

  .xl\:col-start-2{
    grid-column-start: 2 !important;
  }

  .xl\:col-start-3{
    grid-column-start: 3 !important;
  }

  .xl\:col-start-4{
    grid-column-start: 4 !important;
  }

  .xl\:col-start-5{
    grid-column-start: 5 !important;
  }

  .xl\:col-start-6{
    grid-column-start: 6 !important;
  }

  .xl\:col-start-7{
    grid-column-start: 7 !important;
  }

  .xl\:col-start-8{
    grid-column-start: 8 !important;
  }

  .xl\:col-start-9{
    grid-column-start: 9 !important;
  }

  .xl\:col-start-10{
    grid-column-start: 10 !important;
  }

  .xl\:col-start-11{
    grid-column-start: 11 !important;
  }

  .xl\:col-start-12{
    grid-column-start: 12 !important;
  }

  .xl\:col-start-13{
    grid-column-start: 13 !important;
  }

  .xl\:col-start-auto{
    grid-column-start: auto !important;
  }

  .xl\:col-end-1{
    grid-column-end: 1 !important;
  }

  .xl\:col-end-2{
    grid-column-end: 2 !important;
  }

  .xl\:col-end-3{
    grid-column-end: 3 !important;
  }

  .xl\:col-end-4{
    grid-column-end: 4 !important;
  }

  .xl\:col-end-5{
    grid-column-end: 5 !important;
  }

  .xl\:col-end-6{
    grid-column-end: 6 !important;
  }

  .xl\:col-end-7{
    grid-column-end: 7 !important;
  }

  .xl\:col-end-8{
    grid-column-end: 8 !important;
  }

  .xl\:col-end-9{
    grid-column-end: 9 !important;
  }

  .xl\:col-end-10{
    grid-column-end: 10 !important;
  }

  .xl\:col-end-11{
    grid-column-end: 11 !important;
  }

  .xl\:col-end-12{
    grid-column-end: 12 !important;
  }

  .xl\:col-end-13{
    grid-column-end: 13 !important;
  }

  .xl\:col-end-auto{
    grid-column-end: auto !important;
  }

  .xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .xl\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xl\:auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .xl\:auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xl\:row-auto{
    grid-row: auto !important;
  }

  .xl\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .xl\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .xl\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .xl\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .xl\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .xl\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .xl\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .xl\:row-start-1{
    grid-row-start: 1 !important;
  }

  .xl\:row-start-2{
    grid-row-start: 2 !important;
  }

  .xl\:row-start-3{
    grid-row-start: 3 !important;
  }

  .xl\:row-start-4{
    grid-row-start: 4 !important;
  }

  .xl\:row-start-5{
    grid-row-start: 5 !important;
  }

  .xl\:row-start-6{
    grid-row-start: 6 !important;
  }

  .xl\:row-start-7{
    grid-row-start: 7 !important;
  }

  .xl\:row-start-auto{
    grid-row-start: auto !important;
  }

  .xl\:row-end-1{
    grid-row-end: 1 !important;
  }

  .xl\:row-end-2{
    grid-row-end: 2 !important;
  }

  .xl\:row-end-3{
    grid-row-end: 3 !important;
  }

  .xl\:row-end-4{
    grid-row-end: 4 !important;
  }

  .xl\:row-end-5{
    grid-row-end: 5 !important;
  }

  .xl\:row-end-6{
    grid-row-end: 6 !important;
  }

  .xl\:row-end-7{
    grid-row-end: 7 !important;
  }

  .xl\:row-end-auto{
    grid-row-end: auto !important;
  }

  .xl\:transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .xl\:transform-none{
    transform: none !important;
  }

  .xl\:origin-center{
    transform-origin: center !important;
  }

  .xl\:origin-top{
    transform-origin: top !important;
  }

  .xl\:origin-top-right{
    transform-origin: top right !important;
  }

  .xl\:origin-right{
    transform-origin: right !important;
  }

  .xl\:origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .xl\:origin-bottom{
    transform-origin: bottom !important;
  }

  .xl\:origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .xl\:origin-left{
    transform-origin: left !important;
  }

  .xl\:origin-top-left{
    transform-origin: top left !important;
  }

  .xl\:scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .xl\:scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .xl\:scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .xl\:scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .xl\:scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .xl\:scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .xl\:scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .xl\:scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .xl\:scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .xl\:scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .xl\:scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .xl\:scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .xl\:scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .xl\:scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .xl\:scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .xl\:scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .xl\:scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .xl\:scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .xl\:scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .xl\:scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:hover\:scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:hover\:scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:hover\:scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:hover\:scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:hover\:scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:hover\:scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .xl\:hover\:scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .xl\:hover\:scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .xl\:hover\:scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .xl\:hover\:scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .xl\:hover\:scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .xl\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .xl\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .xl\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .xl\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .xl\:hover\:scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .xl\:hover\:scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .xl\:hover\:scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .xl\:hover\:scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .xl\:hover\:scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .xl\:hover\:scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .xl\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:focus\:scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:focus\:scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:focus\:scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:focus\:scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:focus\:scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:focus\:scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .xl\:focus\:scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .xl\:focus\:scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .xl\:focus\:scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .xl\:focus\:scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .xl\:focus\:scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .xl\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .xl\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .xl\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .xl\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .xl\:focus\:scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .xl\:focus\:scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .xl\:focus\:scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .xl\:focus\:scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .xl\:focus\:scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .xl\:focus\:scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .xl\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .xl\:rotate-0{
    --transform-rotate: 0 !important;
  }

  .xl\:rotate-1{
    --transform-rotate: 1deg !important;
  }

  .xl\:rotate-2{
    --transform-rotate: 2deg !important;
  }

  .xl\:rotate-3{
    --transform-rotate: 3deg !important;
  }

  .xl\:rotate-6{
    --transform-rotate: 6deg !important;
  }

  .xl\:rotate-12{
    --transform-rotate: 12deg !important;
  }

  .xl\:rotate-45{
    --transform-rotate: 45deg !important;
  }

  .xl\:rotate-90{
    --transform-rotate: 90deg !important;
  }

  .xl\:rotate-180{
    --transform-rotate: 180deg !important;
  }

  .xl\:-rotate-180{
    --transform-rotate: -180deg !important;
  }

  .xl\:-rotate-90{
    --transform-rotate: -90deg !important;
  }

  .xl\:-rotate-45{
    --transform-rotate: -45deg !important;
  }

  .xl\:-rotate-12{
    --transform-rotate: -12deg !important;
  }

  .xl\:-rotate-6{
    --transform-rotate: -6deg !important;
  }

  .xl\:-rotate-3{
    --transform-rotate: -3deg !important;
  }

  .xl\:-rotate-2{
    --transform-rotate: -2deg !important;
  }

  .xl\:-rotate-1{
    --transform-rotate: -1deg !important;
  }

  .xl\:hover\:rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .xl\:hover\:rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .xl\:hover\:rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .xl\:hover\:rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .xl\:hover\:rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .xl\:hover\:rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .xl\:hover\:rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .xl\:hover\:rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .xl\:hover\:rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .xl\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .xl\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .xl\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .xl\:hover\:-rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .xl\:hover\:-rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .xl\:hover\:-rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .xl\:hover\:-rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .xl\:hover\:-rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .xl\:focus\:rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .xl\:focus\:rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .xl\:focus\:rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .xl\:focus\:rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .xl\:focus\:rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .xl\:focus\:rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .xl\:focus\:rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .xl\:focus\:rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .xl\:focus\:rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .xl\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .xl\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .xl\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .xl\:focus\:-rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .xl\:focus\:-rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .xl\:focus\:-rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .xl\:focus\:-rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .xl\:focus\:-rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .xl\:translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .xl\:translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .xl\:translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .xl\:translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .xl\:translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .xl\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .xl\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .xl\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .xl\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .xl\:translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .xl\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .xl\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .xl\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .xl\:-translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:-translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:-translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:-translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .xl\:-translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:-translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:-translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .xl\:-translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:-translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .xl\:-translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .xl\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .xl\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .xl\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .xl\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .xl\:-translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .xl\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .xl\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .xl\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .xl\:-translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .xl\:-translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .xl\:translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .xl\:translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .xl\:translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .xl\:translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .xl\:translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .xl\:translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .xl\:translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .xl\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .xl\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .xl\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .xl\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .xl\:translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .xl\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .xl\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .xl\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .xl\:-translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:-translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:-translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:-translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .xl\:-translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:-translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:-translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .xl\:-translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:-translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .xl\:-translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .xl\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .xl\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .xl\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .xl\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .xl\:-translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .xl\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .xl\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .xl\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .xl\:-translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .xl\:-translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .xl\:translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .xl\:translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .xl\:hover\:translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .xl\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .xl\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .xl\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .xl\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .xl\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .xl\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .xl\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .xl\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .xl\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .xl\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .xl\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .xl\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .xl\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .xl\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .xl\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .xl\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .xl\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .xl\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .xl\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .xl\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .xl\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .xl\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .xl\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .xl\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .xl\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .xl\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .xl\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .xl\:hover\:translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .xl\:hover\:translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .xl\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .xl\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .xl\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .xl\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .xl\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .xl\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .xl\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .xl\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .xl\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .xl\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .xl\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .xl\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .xl\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .xl\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .xl\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .xl\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .xl\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .xl\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .xl\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .xl\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .xl\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .xl\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .xl\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .xl\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .xl\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .xl\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .xl\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .xl\:hover\:translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .xl\:focus\:translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .xl\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .xl\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .xl\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .xl\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .xl\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .xl\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .xl\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .xl\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .xl\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .xl\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .xl\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .xl\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .xl\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .xl\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .xl\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .xl\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .xl\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .xl\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .xl\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .xl\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .xl\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .xl\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .xl\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .xl\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .xl\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .xl\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .xl\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .xl\:focus\:translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .xl\:focus\:translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .xl\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .xl\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .xl\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .xl\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .xl\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .xl\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .xl\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .xl\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .xl\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .xl\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .xl\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .xl\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .xl\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .xl\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .xl\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .xl\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .xl\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .xl\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .xl\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .xl\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .xl\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .xl\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .xl\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .xl\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .xl\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .xl\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .xl\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .xl\:focus\:translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .xl\:skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .xl\:skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .xl\:skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .xl\:skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .xl\:skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .xl\:skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .xl\:-skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .xl\:-skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .xl\:-skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .xl\:-skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .xl\:-skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .xl\:skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .xl\:skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .xl\:skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .xl\:skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .xl\:skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .xl\:skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .xl\:-skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .xl\:-skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .xl\:-skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .xl\:-skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .xl\:-skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .xl\:hover\:skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .xl\:hover\:skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .xl\:hover\:skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .xl\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .xl\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .xl\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .xl\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .xl\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .xl\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .xl\:hover\:-skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .xl\:hover\:-skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .xl\:hover\:skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .xl\:hover\:skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .xl\:hover\:skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .xl\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .xl\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .xl\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .xl\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .xl\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .xl\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .xl\:hover\:-skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .xl\:hover\:-skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .xl\:focus\:skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .xl\:focus\:skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .xl\:focus\:skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .xl\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .xl\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .xl\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .xl\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .xl\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .xl\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .xl\:focus\:-skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .xl\:focus\:-skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .xl\:focus\:skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .xl\:focus\:skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .xl\:focus\:skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .xl\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .xl\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .xl\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .xl\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .xl\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .xl\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .xl\:focus\:-skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .xl\:focus\:-skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .xl\:transition-none{
    transition-property: none !important;
  }

  .xl\:transition-all{
    transition-property: all !important;
  }

  .xl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .xl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xl\:transition-opacity{
    transition-property: opacity !important;
  }

  .xl\:transition-shadow{
    transition-property: box-shadow !important;
  }

  .xl\:transition-transform{
    transition-property: transform !important;
  }

  .xl\:ease-linear{
    transition-timing-function: linear !important;
  }

  .xl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xl\:duration-75{
    transition-duration: 75ms !important;
  }

  .xl\:duration-100{
    transition-duration: 100ms !important;
  }

  .xl\:duration-150{
    transition-duration: 150ms !important;
  }

  .xl\:duration-200{
    transition-duration: 200ms !important;
  }

  .xl\:duration-300{
    transition-duration: 300ms !important;
  }

  .xl\:duration-500{
    transition-duration: 500ms !important;
  }

  .xl\:duration-700{
    transition-duration: 700ms !important;
  }

  .xl\:duration-1000{
    transition-duration: 1000ms !important;
  }

  .xl\:delay-75{
    transition-delay: 75ms !important;
  }

  .xl\:delay-100{
    transition-delay: 100ms !important;
  }

  .xl\:delay-150{
    transition-delay: 150ms !important;
  }

  .xl\:delay-200{
    transition-delay: 200ms !important;
  }

  .xl\:delay-300{
    transition-delay: 300ms !important;
  }

  .xl\:delay-500{
    transition-delay: 500ms !important;
  }

  .xl\:delay-700{
    transition-delay: 700ms !important;
  }

  .xl\:delay-1000{
    transition-delay: 1000ms !important;
  }

  .xl\:animate-none{
    animation: none !important;
  }

  .xl\:animate-spin{
    animation: spin 1s linear infinite !important;
  }

  .xl\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:animate-bounce{
    animation: bounce 1s infinite !important;
  }
}